tidal-midi-0.1: MIDI support for tidal

Safe HaskellNone
LanguageHaskell98

Sound.Tidal.MIDI.Control

Documentation

data Param Source

Constructors

CC 

Fields

name :: String
 
midi :: Int
 
range :: (Int, Int)
 
vdefault :: Double
 
scalef :: RangeMapFunc
 
NRPN 

Fields

name :: String
 
midi :: Int
 
range :: (Int, Int)
 
vdefault :: Double
 
scalef :: RangeMapFunc
 
SysEx 

Fields

name :: String
 
midi :: Int
 
range :: (Int, Int)
 
vdefault :: Double
 
scalef :: RangeMapFunc