API Reference SuperCollider v0.1.5
modules
Modules
This is the main SuperCollider
module.
GenServer for communicating with scserver or supernova.
This module is used to send Open Sound Control (OSC) commands to SuperCollider's server (scsynth or supernova) via UDP.
This module is used to process OSC response messages sent from the SuperCollider.
The SynthDef is module and struct for SuperCollider Synthesis Definitions.
Helper functions to encode Elixir data types into the binary format used by SuperCollider.
This is a helper function to parse values from a .scsyndef file.
A struct representing a .scsyndef file in Elixir and a module for parsing (decoding) and encoding (to binary) SuperCollider synthdef files.
UGens represent calculations with signals. They are the basic building blocks of synth definitions on the server, and are used to generate or process both audio and control signals.