phunkyg / ReaControl24

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

Patch 1 #11

Closed lazlooose closed 4 years ago

lazlooose commented 4 years ago

Edited procontrolmap.py Not Sure that all zones and addresses are what they should be but they reflect the labels on the buttons and as much as possible I took from addresses and Zones from old C24 mapping. Not yet Tested.

phunkyg commented 4 years ago

Not sure these are all correct but hey let's take a flyer at it for now and pick it up on the return.

lazlooose commented 4 years ago

I see. I will take a look in the readme. My interpretation was that the control 24 was reserving childbytes 0x00-0x17 (24 channels) for channel buttons whereas the procontrol only needs to reserve 8 channels (0x00-0x07) and the utility buttons on pro control start at 0x08 whereas they start at 0x18 for control24. which was derived from pushing buttons and following the debug logs. but we will see once we get ReaControl.py running properly!