haskore-supercollider-0.3: Haskore back-end for SuperCollider

Safe HaskellNone
LanguageHaskell98

Haskore.Interface.SuperCollider.Note

Documentation

data T Source

Constructors

Cons 

Instances

Eq T 
Ord T 
Show T 

type FromNote dyn note = dyn -> Relative -> note -> T Source

fromRhythmicNoteWithAttributes :: Real dyn => ToSound drum -> ToSound instr -> FromNote dyn (Note drum instr) Source

fromRhythmicNote :: Real dyn => (drum -> String) -> (instr -> String) -> FromNote dyn (Note drum instr) Source