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.
Bug report: MIDI cc101 in midi.lua for AL always has value 0
-
- KVRer
- 16 posts since 17 Jul, 2005
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
Confirmed. This seems to be an AU Lab problem though, since the same script works fine in Ableton Live.
