haskore-0.2.0.1: The Haskore Computer Music System

Haskore.Interface.CSound.Score

Documentation

type Bpm = IntSource

data Pch Source

Constructors

AbsPch Absolute 
Cps Float 

Instances

fromPerformanceBE :: (C time, Num time) => (time -> Time) -> T time T -> TSource

fromRhythmicMusic :: (RealFrac time, C time, RealFrac dyn, Ord drum, Ord instr) => Tables -> (SoundTable drum, SoundTable instr, T time dyn (Note drum instr), T drum instr) -> TSource

fromRhythmicPerformance :: (RealFrac time, C time, RealFrac dyn, Ord drum, Ord instr) => SoundTable drum -> SoundTable instr -> T time dyn (Note drum instr) -> TSource

fromRhythmicPerformanceMap :: (RealFrac time, C time, RealFrac dyn) => ToSound drum -> ToSound instr -> T time dyn (Note drum instr) -> TSource

fromRhythmicPerformanceWithAttributes :: (RealFrac time, C time, RealFrac dyn) => DrumTableWithAttributes out drum -> InstrumentTableWithAttributes out instr -> T time dyn (Note drum instr) -> TSource

noteToStatement :: (time -> Time) -> time -> time -> T -> StatementSource