| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Reactive.Banana.MIDI.Pitch
Documentation
Instances
| C Pitch Source # | |
| C PitchChannelVelocity Source # | |
Defined in Reactive.Banana.MIDI.Pitch Methods extract :: PitchChannelVelocity -> Pitch Source # increase :: Int -> PitchChannelVelocity -> Maybe PitchChannelVelocity Source # | |
| C PitchChannel Source # | |
Defined in Reactive.Banana.MIDI.Pitch Methods extract :: PitchChannel -> Pitch Source # increase :: Int -> PitchChannel -> Maybe PitchChannel Source # | |
toClosestOctave :: C pitch => Int -> pitch -> pitch Source #