Synth with Lines : an RNBO codebox example

Jaeho Chang's icon

The patch file I’ve attached demonstrates how to use RNBO’s codebox~ to implement a so-called "non-standard" synthesis algorithm. I’d like to share it with the members of this community.

In this example, when you draw lines on the v8ui canvas in Max, RNBO generates audio samples based on the lines' y-values. The core algorithm is quite simple, but the code may appear complex due to additional elements like the user interface and the data handling between v8ui and the RNBO codebox objects.

This patch requires Max version 9 or later.

Your comments are very welcome.

synth_with_lines_08.maxpat
Max Patch

Joshua Kit Clayton's icon

Love this example! Thanks for sharing!