Copyright | (c) Fumiaki Kinoshita 2014 |
---|---|
License | BSD3 |
Maintainer | Fumiaki Kinoshita <[email protected]> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Call.Util.Deck
Description
The deck for a single stream
Documentation
playbackOf :: (MonadIO m, MonadState Deck b) => Instance b m -> Time -> Int -> m (Vector Stereo) Source