sourcebox / tooro-editor

Cross-platform software editor for the Fred's Lab Töörö hardware synthesizer.
MIT License
37 stars 3 forks source link

Keep editor in sync when changing presets on the device #9

Open sourcebox opened 3 years ago

sourcebox commented 3 years ago

Currently, there is no way that the editor gets informed when a preset is changed on the device. This is because the Töörö does not send a program change message when doing so. An update of the firmware where program changes are sent would make this feature possible. In fact, it is already implemented but not tested yet.