garubi / MIDI-Drawbars-Commander

A MIDI + MIDIoverUsb configurable Drawbars controller built using Teensy LC
https://hackaday.io/project/162255-midi-drawbars-commander
GNU General Public License v3.0
3 stars 1 forks source link

Code refactoring addressing multiple issues #33

Closed garubi closed 5 years ago

garubi commented 5 years ago

Please test if:

If it's ok merge and keep building on this

garubi commented 5 years ago

after some testing issue #22 seems to be solved the default values are set ok but the preset change leds are wrong

Needs further work on preset change before we could consider for merging

garubi commented 5 years ago

the defaults values have to be set accordingly the SEND_BOTH and IS_GLOBAL settings or they could be overwrote. But since SEND_BOTH and IS_GLOBAL are preset_dependently we shoult set the default values at the presete levele (in the PRESETS array)

garubi commented 5 years ago

the defaults values have to be set accordingly the SEND_BOTH and IS_GLOBAL settings or they could be overwrote. But since SEND_BOTH and IS_GLOBAL are preset_dependently we shoult set the default values at the presete levele (in the PRESETS array)

Not really. With the fix of issue #35 there's no overwriting, it just respect the behaviour set for that buttons in the PRESETS array. But anyway it would be very logic to set the defaults at Preset level