getting waveform~ to read polybuffer~
Hi Rob,
Well, [polybuffer~] is just a bunch of buffers, it itself doesn't play any sample. The playback is done, in your case, by the [groove~]. You tell it which buffer to read with the "set polybuffername.index" message, as in your patch the "set thamples.9" message.
You could send the same message to the [waveform~] and it will display that sample.
-N