Euterpea-2.0.0: Library for computer music research and education

Safe HaskellNone
LanguageHaskell98

Euterpea.IO.MIDI.MidiIO

Documentation

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

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

data DeviceInfo :: *

Constructors

DeviceInfo 

Fields

interface :: String
 
name :: String
 
input :: Bool
 
output :: Bool
 
opened :: Bool
 

type Time = Double