Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
withGlobalSCServerState :: (SCServerState -> x) -> x Source #
setClientId :: Int32 -> IO () Source #
setMaxBufferIds :: Int32 -> IO () Source #
waitForSync_io :: SyncId -> IO () Source #
waitForSync_io_noGC :: SyncId -> IO () Source #
startMailbox :: Socket -> IO () Source #
connectToSCServer :: SCConnectConfig -> IO (Socket, ThreadId) Source #
closeSCServerConnection :: IO () Source #
doScheduledNow :: Scheduled a -> IO a Source #
quitSCServer :: IO () Source #
defineSDFromFile :: SynthDef a -> IO () Source #
getNextAvailables :: Int -> (SCServerState -> TVar [a]) -> IO [a] Source #
getNextAvailable :: (SCServerState -> TVar [a]) -> IO a Source #
Orphan instances
VividAction IO Source # | |
callOSC :: OSC -> IO () Source # callBS :: ByteString -> IO () Source # waitForSync :: SyncId -> IO () Source # wait :: Real n => n -> IO () Source # getTime :: IO Timestamp Source # newBufferId :: IO BufferId Source # newNodeId :: IO NodeId Source # newSyncId :: IO SyncId Source # fork :: IO () -> IO () Source # defineSD :: forall (a :: [Symbol]). SynthDef a -> IO () Source # |