hsc3-lang-0.15: Haskell SuperCollider Language

Safe HaskellNone
LanguageHaskell98

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 -> String Source

All Instr have a name.

i_repeat :: Instr -> [Instr] Source

If I_Def subsequent are I_Ref, else all I_Ref.