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