Waveform~ Loop Selection

Mordechai Klein's icon

Hello.
I'm having a little problam.
i'm trying to control the loop selection in the waveform~ object.
while clicking on the waveform screen does the job perfectly, using float data into the waveform inlets
doesnt send the information through the outlets.
what do i missing?

thanks

fixing waveform.maxpat
Max Patch

👽'tW∆s ∆lienz👽's icon

i think it might make more sense to just have one set of number boxes(delete the bottom ones) for both display and input... therefore, the 'set' messages could set the number boxes instead of the waveform... this allows you to mouse the control via the waveform~, or mouse control via the number box, or send control values via 'line' directly into the number box as well:

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


daddymax's icon

If I recall correctly the loop selection is picky about the order it receives the start and end point information. If you have a play with that (try sending the start then end, or maybe it's vice-versa?) you may get it working ok.

Mordechai Klein's icon

thanks guys.
i found out that the answer is very simple.
remove the "set $1" massage, since "set" only set the information but not activate it.
by sending float directly to the inlets, the information getting active and also send the data through the outlets.