csound-expression-dynamic-0.3.3: dynamic core for csound-expression library

Safe HaskellNone
LanguageHaskell98

Csound.Dynamic.Types.CsdFile

Description

The Csound file

Synopsis

Documentation

data Csd Source #

Constructors

Csd 

Fields

data Orc Source #

Constructors

Orc 

data Sco Source #

Constructors

Sco 

Fields

data Plugin Source #

Constructors

Plugin 

data Instr Source #

Constructors

Instr 

type CsdEvent = (Double, Double, Note) Source #

The Csound note. It's a triple of

(startTime, duration, parameters)