Expert-sleepers Crossfade Loop Synth v3.2.0 User Manual Page 24

  • Download
  • Add to my manuals
  • Print
  • Page
    / 38
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 23
/getAllRegistered
Behaves exactly as if every parameter registered for updates with /registerUpdate had
changed. A message will be sent for every such parameter.
/exec s:func ...
Executes the Lua function ‘func’, which is assumed to be defined by the MIDI & OSC
scripting system (see below). OSC parameters following ‘func’ are passed through to the
Lua function, as can best be managed given the varying limitations of the two. Specifically,
the following table describes the mapping from OSC types to Lua types:
OSC
Lua
bool
bool
float
number
double
number
int32
number
int64
number
string
string
nil
nil
/call s:func s:returnUrl s:returnPath ...
As /exec, but also responds to the returnUrl and returnPath with the results of the Lua
function call. The following table describes the mapping from Lua return values to OSC
types:
Lua
OSC
number
float
string
string
Lua types not in the above table are not handled.
/startNote i:note f:velocity
Starts playback of a note - equivalent of a MIDI note on message.
‘note’ is the MIDI note number; ‘velocity’ should be between 0.0 and 1.0. E.g.
/startNote 60 0.7
Page view 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 37 38

Comments to this Manuals

No comments