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

Haskore.Interface.SuperCollider.Channel

Description

Bookkeeping of SuperCollider channels

Synopsis

Documentation

least :: ChannelSource

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 ()