Wiki

Clone wiki

ICST Ambisonics Plugins / Custom OSC

Custom OSC using JavaScript snippets

OSC output

JavaScript can be used to implement sophisticated custom OSC output:

{expr, "hello world"}

Point information can be accessed through the variable 'p', the following methods are available:

  • p.x()
  • p.y()
  • p.z()

Updated