

If this number is set, SuperColliderAU will trigger bus 0 each beat division and use bus 1 for reset.
#Supercollider ipad code
Now you can run this code from within the SuperCollider language to talk directly with the embedded server: u = Server(\scau, NetAddr("127.0.0.1", 9989)) // Change the port from 9989 to the right one for you

A panel will appear telling you which port the server is listening to for OSC messages.
#Supercollider ipad how to
A list of supported hosts can be found in this page of the SuperCollider swiki (feel free to update it):įind SuperColliderAU among the rest of AudioUnit plugins and add an instance to a track (check the manual of your host if you don't know how to do this). Common hosts include Apple Logic and Ableton Live. Start up an Audio Units host application.

InstallingĬopy the bundle "ponent" into /Library/Audio/Plug-ins/Components or in ~/Library/Audio/Plug-ins/Components Quick Start In addition, it may be packed with a synth definition and a configuration file that defines its parameters. The embedded server may be controlled over OSC as usual. SuperColliderAU is an AudioUnit wrapper that allows using SuperCollider servers inside AudioUnits hosts on macOS.
