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

Haskore.Interface.SuperCollider.Note

Documentation

data T Source

Constructors

Cons 

Instances

Eq T 
Ord T 
Show T 

type FromNote dyn note = dyn -> Relative -> note -> TSource

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