Module

Emo8.Action.Sound

Package
purescript-emo8
Repository
opyapeus/purescript-emo8

#Sound Source

#play Source

play :: Channel -> SoundId -> Tone -> Bpm -> Sound Unit

Play sound with given tone and bpm.

#halt Source

halt :: Channel -> Sound Unit

Halt sound.

#haltall Source

haltall :: Sound Unit

Halt all sound.