haskore-0.2.0.7: The Haskore Computer Music System

Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskore.Interface.CSound.Score

Documentation

type T = [Statement] Source

type Bpm = Int Source

data Pch Source

Constructors

AbsPch Absolute 
Cps Float 

Instances

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

saveIA :: T -> IO () Source

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) -> T Source

type Tables = T Source

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

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

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

noteToStatement :: (time -> Time) -> time -> time -> T -> Statement Source

save :: FilePath -> T -> IO () Source