Haskell-only live sampler, looper etc.
- Portaudio
- Libsndfile
- Haskell Platform
brew install portaudio libsndfile
cabal configure
cabal install
- Read/write audio files to RAM buffers
- Move and copy buffers around
- Loop/record/play buffers with arbitrary volume, speed etc. (TODO how to interpolate?)