haskore-supercollider-0.3: Haskore back-end for SuperCollider

Safe HaskellSafe-Inferred
LanguageHaskell98

Haskore.Interface.SuperCollider.Channel

Description

Bookkeeping of SuperCollider channels

Synopsis

Documentation

least :: Channel Source

We reserve the first two channels for the stereo output. We must not use them for instruments. This is too unflexible and will certainly change in the future.

data T m Source

Constructors

Cons 

Fields

next :: NumberChannels -> m Channel
 
reset :: m ()