Share your scripts!! 59
Script locations! 60
Mac OS X! 60
Windows! 60
Overriding the default script! 60
MIDI & OSC Script Functions! 60
getParameterID( param )! 60
getParameter( param )! 60
setParameter( param, value )! 61
getParameterMinMax( param )! 61
setOthersParameter( id, param, value )! 61
getOthersParameter( id, param )! 61
sendOSC( address, path [, format ] [, values ] )! 61
requestAllNoteOn( function )! 62
requestAllNoteOff( function )! 62
requestAllCC( function )! 62
requestAllNRPN( function )! 62
requestAllProgramChange( function )! 62
requestAllPolyPressure( function )! 63
requestNoteOn( note, function )! 63
requestNoteOff( note, function )! 63
requestCC( cc, function )! 63
requestNRPN( nrpn, function )! 63
requestProgramChange( pc, function )! 63
requestPolyPressure( key, function )! 64
requestPitchWheel( function )! 64
requestChannelPressure( function )! 64
time()! 64
requestTimedCallback( interval, function )! 64
requestPeriodicCallback( interval, function )! 65
cancelTimer( timer )! 65
setGUIBoolValue( id, value )! 65
getGUIBoolValue( id )! 65
setOthersGUIBoolValue( other, id, value )! 65
getOthersGUIBoolValue( other, id )! 65
registerOSCPathForParameter( path, param )! 65
registerOSCPathForParameterNormalized( path, param )! 66
Pre-defined Global Values! 66
Debugging! 66
Komentarze do niniejszej Instrukcji