haskore-0.2.0.5: The Haskore Computer Music System

Safe HaskellSafe-Inferred

Haskore.Interface.MIDI.Note

Documentation

fromMIDIEvents :: (T, T) -> Maybe TSource

fromRhyNote :: RealFrac dyn => ToChannelProgramPitch drum -> ToChannelProgram instr -> dyn -> Relative -> Note drum instr -> TSource

fromGMNote :: RealFrac dyn => ToChannel Instr -> dyn -> Relative -> Note -> TSource

velocityFromStd :: RealFrac dyn => dyn -> Rational -> VelocitySource

velocityToStd :: Fractional a => Velocity -> aSource