1
0
Fork
You've already forked folderkit
0
ORCΛ Esosampler Companion
  • C 99.4%
  • Makefile 0.3%
  • Shell 0.3%
2025年05月17日 21:46:54 +02:00
bin adds gitkeep to bin 2021年04月08日 22:09:47 +02:00
src fixes o operator bug 2024年10月16日 22:09:24 +02:00
user_guide tweaks to operator last argument 2024年07月20日 00:28:10 +02:00
.clang-format initial version 2020年05月20日 19:57:48 +02:00
.gitignore initial version 2020年05月20日 19:57:48 +02:00
convert_renardo_folder.sh added rename script 2025年05月17日 21:46:54 +02:00
LICENSE.md readme and license 2020年06月02日 16:38:27 +02:00
Makefile automatic voices deactivation and -ffast-math 2023年11月11日 09:57:33 +01:00
memo.md adds a memo file 2020年05月22日 12:48:51 +02:00
README.md minor documentation tweaks 2022年12月12日 13:42:32 +01:00
update_single_headers.sh adds script to update 3rd party single header libraries 2021年05月12日 12:09:27 +02:00

folderkit

folderkit is an OSC-controlled sampler I use together with Orca.

It features 32 voices polyphony, playback of both samples and single cycle waves, samples random robin, a good selection of effects and filters, microtuning and an IR-based reverb.

Designed to make the most out of the very narrow range of values orca can produce (0 to 35), it compresses many options into few arguments. An esoteric sampler for an esoteric language.

The current version still needs some optimization and cleaning, but it's pretty usable.

User Guide

For basic usage you don't need to read more than the first three chapters of this guide (four if you want to use wavetables). Read the others later for more advanced stuff.

Thanks to

  • Hundred Rabbits and cancel for making the ORCA c version.
  • Andre Weissflog for sokol time header lib
  • David Reid for dr_wav
  • Mattias Gustavsson for rnd.h
  • Randy Gaul for cute_files

License

Nicola Pisanti, MIT License 2020-2021