haskore-supercollider-0.1: Haskore back-end for SuperColliderSource codeContentsIndex
Haskore.Interface.SuperCollider.Channel
Description
Bookkeeping of SuperCollider channels
Synopsis
type Channel = Int
type NumberChannels = Int
least :: Channel
data T m = Cons {
next :: NumberChannels -> m Channel
reset :: m ()
}
readUGen :: NumberChannels -> Channel -> UGen
writeUGen :: Channel -> UGen -> UGen
Documentation
type Channel = IntSource
type NumberChannels = IntSource
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
next :: NumberChannels -> m Channel
reset :: m ()
readUGen :: NumberChannels -> Channel -> UGenSource
writeUGen :: Channel -> UGen -> UGenSource
Produced by Haddock version 2.6.0