I have to keep looking all throughout the code for wasted space, or try to re-write functions to do the same thing more efficiently... the more I optimize, the harder it gets to make more additional space.pentaeolian wrote:@Amos "...after much effort to condense and make extra code space, I have 10 bytes remaining.
I'll see how much code it takes to add the LFO reset feature... it may be a difficult choice."
Would there be enough room to add an option to turn off MIDI CC being sent to other synths (so if I had a Slim Phatty or Virus hooked up via DIN, only MIDI notes would be triggered by the Phatty)?

For example, I found that the function which converts frequency to MIDI notes for display is almost 900 bytes.
Just now I managed to reduce it by 273 bytes without changing its functionality.
So, I now have that much room in which to implement new features.
Is it enough to add LFO reset *and* an option to disable CC output? Maybe.
I'll try to be very efficient, and to keep looking for ways to optimize.
Sooner than later, though, there really won't be room for anything else.