Replace Table in RNBO
Hi everyone,
I have a Max/MSP patch that uses the [table] object in two different ways:
Storing a pentatonic scale — I use the table to store the scale degrees and randomly select a note from it.
Creating a probability system for intervals — based on the selected note, I use another table to determine probabilistically whether to add a 5th, 3rd, 2nd, or other interval to the note.
I’m now trying to translate my patch to RNBO, but I’ve realized that the [table] object isn’t available/compatible in RNBO.
What would be the best RNBO-compatible approach to achieve the same functionality?
Any advice or examples would be greatly appreciated. Thanks!
You can use [data] or [buffer~] instead. Sadly, you loose the convenient [itable] to view/edit, but you can still use a dummy table in Max for the edition, or a simple multislider, or multiple sliders if you want rnbo-compatible objects only.