| Copyright | (c) Fumiaki Kinoshita 2014 |
|---|---|
| License | BSD3 |
| Maintainer | Fumiaki Kinoshita <fumiexcel@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Call.Util.Sampler
Description
Polyphonic sampler
Documentation
playbackOf :: (MonadIO m, MonadState Sampler b) => Instance b m -> Time -> Int -> m (Vector Stereo) Source