Bug report: MIDI cc101 in midi.lua for AL always has value 0

Official support for: expertsleepers.co.uk
Post Reply New Topic
RELATED
PRODUCTS

Post

In the following code in midi.lua, the value (v) is always reported as 0 for controller 101.

requestCC( 101, function(c, n, v) print('Controller 101') print(v) end )
requestCC( 102, function(c, n, v) print('Controller 102') print(v) end )
requestAllCC( function(c, n, v) print('Controller All') print(v) end )

Host: AULab, Mac OS X 10.5.6
Augustus Loop 2.1
Incoming CCs on MIDI Channel 11

Thinking about it now, I didn't cross check whether Controller 101 is working as expected in AULab, so it is possibility that the bug is there. But it certainly has value going into AULab - I confirmed that in MIDI Monitor.

Post

Confirmed. This seems to be an AU Lab problem though, since the same script works fine in Ableton Live.

Post Reply

Return to “Expert Sleepers”