midi-utils-0.1.0.0: Utilities for working with MIDI data

Safe HaskellSafe
LanguageHaskell2010

Sound.MIDI.Utils.LiftMap

Documentation

slowTrack :: Integer -> MIDI -> MIDI Source

speedTrack :: Integer -> MIDI -> MIDI Source

liftMap :: LiftMap a b => (a -> a) -> b -> b Source