phunkyg / ReaControl24

Control24 digital control surface protocol middleware
GNU General Public License v3.0
7 stars 6 forks source link

Dev other devices refactor #16

Closed lazlooose closed 4 years ago

lazlooose commented 4 years ago

I basically copied these changes from your commit to control24osc.py since procontrolosc had not been modded yet. as a result faders and pan pots are working now

automode is sending the wrong osc command to reaper. The "read" and "@" are inverted: it should be /track/@/reaautomode/read (same for latch , trim etc...) instead it is sending /track/read/reaautomode/@ to reaper, so consequently not working Didn't figure out how to fix that yet.

Also is there a way to change the addresses for scribs and leds from 0xF0, 0x13, 0x01, .... to 0xF0, 0x13, 0x00, .... in procontrolosc.py instead of modifying ReaCommon.py ? I could only get them working by modding ReaCommon but that would mess up control24s