Sam Wray
Sam Wray
Is there a way to extract a ROM which was bundled unintentionally with the MENU.GB file? I flashed some samples into LSDJ a while ago but I don't have the...
Add the auto updater for Electron Builder https://www.electron.build/auto-update.html Hair-pulling might be avoided if modV's auto updater commit is followed as a guide: https://github.com/vcync/modV/commit/991153e3e0c302efdb72bdb1dee972c70ec16963
It would be handy to sync the whole CC state held by the editor to the genMDM at any time. This would be useful in the case of an accidental...
A file format to store all current parameters of the genMDM, for quick settings reload. If you need pitchbend or to set region each time you turn on the genMDM,...
Editing parameters with polyphony currently affects all FM channels. Two changes need to be made: 1. Only update polyphony channels when polyphony is enabled 2. Add an option to edit...
Most MIDI devices don't have enough parameters to control all the dials across all channels at once. Instead of leaving it up to the device to implement a way of...
If polyphony is enabled, program change currently affects all FM channels which is undesirable. Two things should happen: 1. Program changes, if within the polyphony channels, should affect the polyphony...
The interface is currently bound by the system theme, which is not always desirable. A toggle to switch themes would be useful.
The application should be responsive to screen size. This would most likely require a new layout designed.