OSC RX & Javascript
Encoder OSC RX Tutorial
To add a JavaScript to the incoming OSC message, proceed as follows.First click on [OSC RX]You are now in the [OSC RX] settings window (1.) activate the 'OSC Receive Port' (default 50001 ) (2.) Then press [add] to get a new ...
Posted on May 9th, 2022
ICST AmbiPlugins OSC-JavaScript for the GyrOSC
Examples for the GyrOSC.app01 OSC-SwarmOSC-Message: /gyrosc/1/gravCommand:s.setXYZ(1, s.arg(2), -s.arg(1), 0); for(i = 2; i <= 8; i++) s.setXYZ(i, s.arg(2)+Math.random()*0.2, -s.arg(1) + Math.random()* 0.2, 0)02 Pearl chainOSC-Message: /gyrosc/1/gra...
Posted on May 9th, 2022
ICST AmbiPlugins OSC-JavaScript for the MotionSender
Examples for the (free) MotionSender --> MotionSender.app01 OSC-SwarmOSC-Message: /wek/inputsCommand:s.setXYZ(1, s.arg(2), -s.arg(1), 0); for(i = 2; i <= 8; i++) s.setXYZ(i, s.arg(2)+Math.random()*0.2, -s.arg(1) + Math.random()* 0.2, 0)02 Pearl cha...
Posted on May 9th, 2022
OSC Receives (RX) (old)
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsFrom the Beta v.2.2.1h+ you will be able to scale and edit the OSC input messages.Open 'OSC RX' In the 'OSC RX' choose your Port-number (default is 50001) and acti...
Posted on March 16th, 2022
Where and who works with the ICST Ambisonics Plugins
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsOn April 1/2 2022 our ICST Ambisonics Decoder will be used at the festival 'Archipel'in Geneva.Olga Kokcharova (New Piece for Ambisonics)Cathy Lane (New Piece for...
Posted on February 21st, 2022
Content about the ICST Ambisonics Plugins
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsWhat's NewDescriptions of the ICST Ambisonics PluginsICST Ambisonics Mono and Multi-Encoder v.2.2 (stable)The ICST Ambisonics Plugins (Readme v2.2)DECODERENCODERDIS...
Posted on February 19th, 2022
Send OSC from ICST AmbiPlugin to a other FX-Plugin
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsThe first example shows a simple integration/synchronization together with the IEM Ambisonics plugins, using the FndReverb effect.
Simple, because the IEM plugins ...
Posted on February 18th, 2022
ICST AmbiPlugins in Logic Pro
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsUnfortunately, there is no way to use Ambisonics in Logic Pro! At least I haven't found one. A viable workflow is to compose in Logic and then export the tracks/ste...
Posted on February 15th, 2022
OSC Send for OSC-learning in Reaper
Activate the OSC in ReaperActivate the OSC-Send in the 'ICST Ambisonics Encoder'Choose your 'FX' in Reaper /track/2/fx/1/fxparam/1/value {d} {sd, -0.5, 0.5}choose 'Midi-Learn' for the 'FX- Parameter'Example: The 'Cocoa-ReaVerb' follows the AmbiEnco...
Posted on January 22nd, 2022
FAQ
Institute for Computer Music and Sound Technology / (ICST) Zurich University of the ArtsHow do we calculate the Airabsorbations filter?// simplified air absorption formula by Martin Neukom
float frequency = (float)jlimit(10.0, currentSampleRate / 2.0, ...
Posted on November 29th, 2021