Synthesized TR-606 samples. Done so far:
- Kick
- Snare
- Closed hat
- Open hat
- Low tom
- High tom
- Cymbal
- Accentuated versions
With git
, cmake
and a C++14 compiler, cloning and compilation should be:
git clone --recurse-submodules https://github.com/baAlex/Matsuri
cd Matsuri
mkdir build
cd build
cmake ..
make
Dependencies dr_libs, pffft, argh and lodepng, cloned and statically compiled as part of above process.
Code under MPL-2.0 license. Every file includes its respective notice.
Files created from code/programs here under no license, those are yours.