play groove~ loop selection just ONCE?

coffeencigs's icon

hey.

is it possible to select specific loop points in a sample with groove and play them one-shot-like?

the problem is when i turn loop off.. groove plays the sample from loopstart to sample end. if i turn loop on it will play my exact selection but obviusly over and over...

thank you very much

philgerus's icon

Hi !
You should use [waveform~] to get your loop start & end points ....
Then store them in a [float] (right inlet) one [float] for start & the other one for the end points! & then just bang to the left inlet of your [float]s to your groove~
Hope it helps !
P.

coffeencigs's icon

hey...
yea i figured it out..

if you take a look at the groove~ help..
i copied the delta~ -> ... -> edge connection.
so everytime the loop is played through edge sends a bang to stop -> groove~.
so even if loop is turned on the sample will only play once.

but now the problem is i cant play the sample reversed.

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

iam sure its because of the (
i need to change the value of this.. but i dont know how...