haskore-supercollider-0.0.2: Haskore back-end for SuperColliderSource codeContentsIndex
Haskore.Interface.SuperCollider.Note
Documentation
data T Source
Constructors
Cons
parameters :: [Attribute]
velocity :: Double
instrument :: String
pitch :: Maybe Double
show/hide Instances
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
fromGMNote :: Real dyn => FromNote dyn NoteSource
fromStdNote :: Real dyn => FromNote dyn NoteSource
velocityFromStd :: Real dyn => dyn -> Rational -> DoubleSource
pitchFromStd :: Relative -> T -> DoubleSource
Produced by Haddock version 2.3.0