Ops

object Ops
class Object
trait Matchable
class Any

Value members

Concrete methods

def play[A : Result](thunk: => A): Unit

Allows us to copy ScalaCollider examples into a proc's graph function.

Allows us to copy ScalaCollider examples into a proc's graph function.

def playWith[A](fadeTime: Double)(thunk: => A)(implicit result: Result[A]): Unit

Allows us to copy ScalaCollider examples into a proc's graph function.

Allows us to copy ScalaCollider examples into a proc's graph function.

Implicits

Implicits

implicit
def stringToControl(name: String): Factory

Allows the construction of attribute controls, for example via "freq".kr.

Allows the construction of attribute controls, for example via "freq".kr.