
MIDI & OSC Script Functions
28
getParameterID( param )
28
getParameter( param )
28
setParameter( param, value )
29
getParameterMinMax( param )
29
getParameterUnit( param )
29
getParameterName( param )
29
isParameterUsed( param )
29
getNumParameters()
29
setOthersParameter( id, param, value )
29
getOthersParameter( id, param )
30
sendOSC( address, path [, format ] [, values ] )
30
requestAllNoteOn( function )
30
requestAllNoteOff( function )
30
requestAllCC( function )
30
requestAllNRPN( function )
31
requestAllProgramChange( function )
31
requestAllPolyPressure( function )
31
requestNoteOn( note, function )
31
requestNoteOff( note, function )
31
requestCC( cc, function )
32
requestNRPN( nrpn, function )
32
requestProgramChange( pc, function )
32
requestPolyPressure( key, function )
32
requestPitchWheel( function )
32
requestChannelPressure( function )
33
Pre-defined Global Values
33
Debugging
33
Mac OS X
33
Windows
33
Version History
34
Contact
35
Acknowledgements
36
Lua
36
oscpack
36
glew
37