Safe Haskell | None |
---|---|
Language | Haskell2010 |
The module contains the modules that are responsible for converting events to signals
Synopsis
- module Csound.Control.SE
- module Csound.Control.Evt
- module Csound.Control.Instr
- module Csound.Control.Gui
- module Csound.Control.Midi
- module Csound.Control.Sf
- module Csound.Control.Osc
- module Csound.Control.Channel
Side effects
A Csound's equivallent for IO monad.
module Csound.Control.SE
Events
Handy functions to arrange the event streams (periodic and random).
module Csound.Control.Evt
Instruments
Invoking the instruments.
module Csound.Control.Instr
Gui
Interactive controllers.
module Csound.Control.Gui
Midi
Interface with Midi.
module Csound.Control.Midi
Playing Sf2 samples.
module Csound.Control.Sf
Osc
Interface with Osc.
module Csound.Control.Osc
Channels
Interface with named channels.
module Csound.Control.Channel