jockety
2010-07-28 18:12:23
Hi guys, i could really do with some help. I'm trying to work out how to change the note that a rotary encoder is sending from an apc 40.
The reason i'd like t do this is because one of the track control encoders seems to transmit on the same channel+parameter as one of the clip launch buttons, but instead of a note the encoder is sending a control change, which is leading to a conflict of control rendering the encoder useless.
MIDI {'timestamp': 118518398481377.0, 'channel': 1, 'param1': 53, 'message': 'CONTROL_CHANGE', 'rawEvent': 176, 'param2': 19} thats the signal from encoder
MIDI {'timestamp': 118530468545477.0, 'channel': 1, 'param1': 53, 'message': 'NOTE_ON', 'rawEvent': 144, 'param2': 127}
MIDI {'timestamp': 118531738515890.0, 'channel': 1, 'param1': 53, 'message': 'NOTE_OFF', 'rawEvent': 128, 'param2': 127} thats the signal from the top left hand button
anybody know how or if its possible to sort this out? any help greatly appreciated. Cheers jokety
The reason i'd like t do this is because one of the track control encoders seems to transmit on the same channel+parameter as one of the clip launch buttons, but instead of a note the encoder is sending a control change, which is leading to a conflict of control rendering the encoder useless.
MIDI {'timestamp': 118518398481377.0, 'channel': 1, 'param1': 53, 'message': 'CONTROL_CHANGE', 'rawEvent': 176, 'param2': 19} thats the signal from encoder
MIDI {'timestamp': 118530468545477.0, 'channel': 1, 'param1': 53, 'message': 'NOTE_ON', 'rawEvent': 144, 'param2': 127}
MIDI {'timestamp': 118531738515890.0, 'channel': 1, 'param1': 53, 'message': 'NOTE_OFF', 'rawEvent': 128, 'param2': 127} thats the signal from the top left hand button
anybody know how or if its possible to sort this out? any help greatly appreciated. Cheers jokety