Module

Audio.Graph.Control

Package
purescript-audiograph
Repository
newlandsvalley/purescript-audiograph

#start Source

start :: Number -> Assemblage -> Effect Unit

start to play an Assemblage at the given time offset

#stop Source

stop :: Number -> Assemblage -> Effect Unit

stop playing an Assemblage after the supplied duration

#startThenStop Source

startThenStop :: Number -> Number -> Assemblage -> Effect Unit

start playing and then stop after the supplied duration