haskore-0.1.0.2: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.Interface.MIDI.Note
Documentation
data T Source
Constructors
Cons
velocityOn :: Velocity
velocityOff :: Velocity
channel :: Channel
program :: Program
pitch :: Pitch
fromMIDIEvents :: (T, T) -> Maybe TSource
toMIDIEvents :: T -> (T, T)Source
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
pitchFromStd :: Relative -> T -> PitchSource
toRhyNote :: FromChannelProgramPitch drum -> FromChannelProgram instr -> T -> Note drum instrSource
toGMNote :: T -> NoteSource
velocityToStd :: Fractional a => Velocity -> aSource
pitchToStd :: Pitch -> TSource
Produced by Haddock version 2.7.2