Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 744 Bytes

SamplesTutorial.md

File metadata and controls

22 lines (14 loc) · 744 Bytes

Samples

There is a rich set of functions to playback samples or audio files. We can create complex patterns from tiny sound files.

To do it we need to install the library csound-sampler:

> cabal update
> cabal install csound-sampler

The detailed guide to the library can be found here.