Müsicc, a multi-music-playing software
Posted: Wed Aug 23, 2017 1:17 pm
Hi,
I made a little music-editing software called Müsicc. It's rather basic and so I post it so I could get suggestions of things to add/change/remove.
Here is the first window you'll see when launching the program: the files inside the "Samples" folder. (WARNING: Do not load files with a name containing non UTF-8 symbols like ", ' or anything that LÖVE cannot draw with the basic font.)
Here you can navigate with your mouse and choose your first sample. (MWUP and MWDOWN to navigate if you have too many samples.) Click on "Change folder..." to change folder (no joke... ).
Once you have selected a sample, you will arrive on this page. Here you can see the sample(s) selected (Press escape to switch between editing and browsing).
When you hover a song, you can hear it play. It will pause when you remove your mouse. You can toggle this option by pressing space.
M1 rewinds the song. M2 stops it. M3/Enter toggles if the song is playing permanently or not. L/R to change Volume (V:). CTRL + U/D to change pitch (P:). The change in pitch is of 1 semitone. If you do those changes while hovering "Modify all samples", you will affect all samples (... -_-).
CTRL + L/R to move back/forth in the music by 1 second. E to toggle Volume Inversion (when hovering "Modify all samples", the volume modification will be reversed. Use it to switch between two music smoothly).
S/F to toggle Start/End flags at the current music's position (represented by the green bar). Those flags are loop-flags. When the music reaches the End-flag, it goes to the Start-flag. This can be used to create loops (Start before End) or to skip a part of the music (End before Start). D to toggle the flags.
That's all for now, I'll update this thread if I add new things.
You'll have to decompile the file to add music in the Samples folder (it's empty).
Edits:
0.1 "Volume Update" : Added Volume Inversion, Fixed a bug where you couldn't go below 0.1 volume, instead of 0.
Good coding!
I made a little music-editing software called Müsicc. It's rather basic and so I post it so I could get suggestions of things to add/change/remove.
Here is the first window you'll see when launching the program: the files inside the "Samples" folder. (WARNING: Do not load files with a name containing non UTF-8 symbols like ", ' or anything that LÖVE cannot draw with the basic font.)
Here you can navigate with your mouse and choose your first sample. (MWUP and MWDOWN to navigate if you have too many samples.) Click on "Change folder..." to change folder (no joke... ).
Once you have selected a sample, you will arrive on this page. Here you can see the sample(s) selected (Press escape to switch between editing and browsing).
When you hover a song, you can hear it play. It will pause when you remove your mouse. You can toggle this option by pressing space.
M1 rewinds the song. M2 stops it. M3/Enter toggles if the song is playing permanently or not. L/R to change Volume (V:). CTRL + U/D to change pitch (P:). The change in pitch is of 1 semitone. If you do those changes while hovering "Modify all samples", you will affect all samples (... -_-).
CTRL + L/R to move back/forth in the music by 1 second. E to toggle Volume Inversion (when hovering "Modify all samples", the volume modification will be reversed. Use it to switch between two music smoothly).
S/F to toggle Start/End flags at the current music's position (represented by the green bar). Those flags are loop-flags. When the music reaches the End-flag, it goes to the Start-flag. This can be used to create loops (Start before End) or to skip a part of the music (End before Start). D to toggle the flags.
That's all for now, I'll update this thread if I add new things.
You'll have to decompile the file to add music in the Samples folder (it's empty).
Edits:
0.1 "Volume Update" : Added Volume Inversion, Fixed a bug where you couldn't go below 0.1 volume, instead of 0.
Good coding!