haskell-synthesizer-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Instrument

Documentation

data Instrument Source #

Constructors

Instrument BaseFrequency BaseAmplitude NoteStrike [InstrumentEvent] 

Instances

Instances details
Show Instrument Source # 
Instance details

Defined in Language.Instrument

data InstrumentEvent Source #

Constructors

NoteEvent StartTime Duration AmplitudeMult Note 
ChordEvent StartTime Duration AmplitudeMult Chord 

Instances

Instances details
Show InstrumentEvent Source # 
Instance details

Defined in Language.Instrument