Waveplayer external

Hi,

I want knob1 to adjust the start position of the recording in [waveplayer~].

Is there a way to do this dynamically? Should I change the external or should I handle it with [tabread~] instead?

Thank you very much,

J.

I don’t think waveplayer~ accepts start position, but it could be added. tabread~ is also an option, the problem is it doesn’t work great with longer samples since everything is stored in RAM so the sounds have to be separately loaded and saved, but if samples are shorter it is a good approach.