call-0.1.3: The call game engine

Copyright(c) Fumiaki Kinoshita 2014
LicenseBSD3
MaintainerFumiaki Kinoshita <fumiexcel@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Call.Util.Deck

Description

The deck for a single stream

Documentation

data Deck Source

Constructors

Deck 

Fields

_src :: Source Stereo
 
_pos :: !Time
 
_playing :: !Bool
 

playbackOf :: (MonadObjective b m, Elevate n m) => Inst b (State Deck) n -> Time -> Int -> m (Vector Stereo) Source