|
I've been working on less fun parts of the reverb. Being able to store a user-defined effect, edit its name before storing it, and dumping effects via MIDI to a PC for eventual inclusion into the presets - or just for storage. No new algorithm news yet, I was getting frustrated with the lack of storing carefully created effect settings so I decided to take many days and write all of that code. The most bearish code was writing to the flash. If it's wrong, the processor just resets thanks to the watchdog timer, with little evidence to lead you to the problem. What ends up happening is the flash memory gets taken over by the programming instruction, and if it's wrong, the flash does not return to the CPU and the program just goes bye-bye. Anyways, that's working, including a plea to please name the effect something meaningful. I used a 2x40 display and my effect names are 30 characters long.
Next order of business is to calculate the RT's for display in a more meaningful way. Just trying to get some cleanup done before getting too far ahead of myself.
|