conductive-base-0.3: a library for live coding and real-time musical applications

Safe HaskellSafe-Inferred

Sound.Conductive.ConductiveBaseData

Synopsis

Documentation

data MusicalTime Source

a data type for traditional musical time

Constructors

MusicalTime 

Fields

measure :: Int
 
beat :: Double
 

Instances

data TempoChange Source

a data type for describing a tempo and when it began

Instances

data TimeSignature Source

a data type describing a time signature and when it began. A time signature is specified as number of beats per measure.

Instances

data TempoClock Source

for Players, the key time-related data type

Instances

data PlayerStatus Source

a data type used by the play function and useful when displaying running players