Moderators: parametric, Derek, Saul
Is there a screenshot available somewhere?chriswareham wrote: Wed Mar 03, 2021 11:08 pm I took some cues from the RM50 manager, so it may look a little familiarI also decided to code it in Java rather than C
An RY30 voice doesn't have the delay feature or an LFO, while its EG is basically just an initial level and decay rate. Still capable of some great sounds though!tux wrote: Thu Mar 04, 2021 10:11 pm Ok, I can see the similar layout, but are those really all parameters of a RY30 voice?
I didn't remember that it has so few parameters.
It shouldn't take me too long to finish the voice editing part - I'm just running some tests from the command line to see how negative values are encoded in the SysEx message for a voice dump. The values are encoded as the ASCII representation of the hex value - so the decimal value 63, hex value 0x3F, is encoded as two bytes with the hex values of 0x33 and 0x46. Weird.tux wrote: Thu Mar 04, 2021 10:11 pm With the progress you are making I guess your editor will be finished within days.
Awesome! I'm going to make some final tweaks to the voice editing functionality this weekend, then I'll start work on the pad bank editing.