Euterpea-2.0.4: Library for computer music research and education

Safe HaskellNone
LanguageHaskell98

Euterpea.IO.MIDI.MidiIO

Documentation

deliverMidiEvent :: OutputDeviceID -> MidiEvent -> IO () Source #

defaultOutput :: (OutputDeviceID -> a -> IO b) -> a -> IO b Source #

defaultInput :: (InputDeviceID -> a -> IO b) -> a -> IO b Source #

type Time = Double #