Project: p5_sc / Class: Bus

Processing.org classes for interfacing with the SuperCollider synthesis engine.

Class: Bus

Represents a single audio or control bus.


Variables

  • String type - type of bus ("audio" or "control")
  • Server server - host server
  • int index - unique index number
  • int channels - number of audio channels

Methods

Bus (String type, Server server, int channels)
Allocate a new bus object of the specified type ("control" or "audio").
void free()
Free the bus object.
void set (String param, float value)
Set the value contained by this bus.
Creative Commons License

Valid XHTML 1.0 Strict Valid CSS 2