Euterpea-1.0.0: Library for computer music research and education

Safe HaskellNone

Euterpea.ExperimentalPlay

Documentation

play' :: (Performable a, NFData a) => Music a -> IO ()Source

playC :: (Performable a, NFData a) => PlayParams -> Music a -> IO ()Source

devices :: IO ()Source

linearCP :: NumChannels -> PercChan -> ChannelMapFunSource

dynamicCP :: NumChannels -> PercChan -> ChannelMapFunSource

predefinedCP :: ChannelMap -> ChannelMapFunSource

playM' :: Maybe OutputDeviceID -> Midi -> IO ()Source

data PlayParams Source

Constructors

PlayParams 

Fields

pmap :: PMap Note1
 
ctxt :: Context Note1
 
strict :: Bool
 
chanPolicy :: ChannelMapFun
 
devID :: Maybe OutputDeviceID
 
closeDelay :: Time