Replace Table in RNBO

Jose Salgado's icon

Hi everyone,

I have a Max/MSP patch that uses the [table] object in two different ways:

  1. Storing a pentatonic scale — I use the table to store the scale degrees and randomly select a note from it.

  2. 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?

Table example.maxpat
Max Patch

Any advice or examples would be greatly appreciated. Thanks!

TFL's icon

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.

Max Patch
Copy patch and select New From Clipboard in Max.