hsc3-lang-0.14: Haskell SuperCollider Language

Safe HaskellNone

Sound.SC3.Lang.Control.Instrument

Description

An instrument abstraction and a default instrument for patterns.

Synopsis

Documentation

data Instr Source

An Instr is either a Synthdef or the String naming a Synthdef.

Constructors

Instr_Def 
Instr_Ref 

i_name :: Instr -> StringSource

All Instr have a name.

i_repeat :: Instr -> [Instr]Source

If I_Def subsequent are I_Ref, else all I_Ref.