Skip to main content

10 docs tagged with "freeverb"

View all tags

10. Buffer processing

One of the core features of bellplay~ is the ability to dynamically and flexibly apply chains of DSP algorithms to our buffers.

11. Post-rendering processing

Sometimes it can be more useful or desirable to apply processing to the entire output, instead of processing each buffer individually.

20. Multi-rendering

This tutorial demonstrates a very simple but consequential feature in bellplay~—namely, the ability to reuse rendered buffers multiple times to further refine and sculpt the final output into complex and intricate sounds.

22. Importing MIDI

bellplay~ supports importing MIDI files (.mid or .midi) into our scripts, each described as a list of events.

24. Feature-driven sampling

This tutorial shows how to build k-dimensional trees to efficiently perform feature-based search on buffers.

4. Synth arpeggio

This example demonstrates how to use BPFs to continuously change the pitch of different oscillators.