Euterpea-1.1.0: Library for computer music research and education

Safe HaskellNone
LanguageHaskell98

Euterpea.ExperimentalPlay

Documentation

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

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

linearCP :: NumChannels -> PercChan -> ChannelMapFun Source

dynamicCP :: NumChannels -> PercChan -> ChannelMapFun Source

predefinedCP :: ChannelMap -> ChannelMapFun Source

data PlayParams Source

Constructors

PlayParams 

Fields

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