Graph

object Graph
Companion:
class
class Object
trait Matchable
class Any
Graph.type

Type members

Classlikes

trait Builder
object format extends ConstFormat[Graph] with GraphFormatMixin

Value members

Concrete methods

def apply(thunk: => Any): Graph
def apply(controls: IndexedSeq[Configured]): Graph

This is analogous to SynthGraph.Builder in ScalaCollider.

This is analogous to SynthGraph.Builder in ScalaCollider.

def use[A](b: Builder)(body: => A): A
def withResult[A](thunk: => A): (Graph, A)

Concrete fields