Page 1 of 1

Posted: 18 Jan 2013, 14:06
by joffo78
Bonjour.
J'ai réalisé un petit patch sensé me permettre de boucler entre deux markers dont la position est différente du start point et end point.
le problème est que très fréquement, le sampler ne réagit pas à l'instruction goto marker.
loop between 2 markers
Y'a t'il une solution ?
Merci.

Posted: 18 Jan 2013, 16:16
by joffo78
Voici une verision mieux fichu puisqu'elle permet de créer autant de markers que l'on veut : v2
Mon problème n'est pas résolu pour autant

Posted: 20 Jan 2013, 01:13
by percuson
Bonjour Joffo!

J’ en suis désolée, que mon francais est trop mal pour écrire des lettres.
Cela fait longtemps. Je commence en anglais...
I found out that the sampler module doesn't respond to the position request of the wave display... I reported this to senso.
A solution of this could be, not to use the Play-Mode (everything seems to work fine in Loop-Mode), or
use the grain sampler module in your patch. It seems to work fine in Play-Mode.

Posted: 20 Jan 2013, 10:56
by joffo78
Thank you percuson for your answer.
Very strange this play button comportment !
I'd like to use loop mode but i have to find a solution to stop at the end of the position

Posted: 20 Jan 2013, 20:20
by percuson
what about replacing your normal fader with the counter simple with max sub-patch and set the looper to loop-mode?

Posted: 20 Jan 2013, 21:29
by joffo78
Which fader are you talking about ?

Posted: 21 Jan 2013, 01:02
by percuson
sorry I wasn't that clear....
I'm talking about the "incrément marker fader" in your sub-patch of your V2.
when checking this, I tried it out and found a problem when triggering marker 1...
It took a while to find out why. I had to add a "zero position" to the array and a bit of other stuff... Difficult to explain, here it is:

loopbetween 2 markers v3

It works on all positions and also repeats the last and the first range between the markers.
I hope your problem is solved :-)

Posted: 21 Jan 2013, 10:07
by joffo78
ok it works. But what can i do to stop playing at the end of the sample ?

Posted: 22 Jan 2013, 02:17
by percuson
Hi Joffo,

You have to use the "pause" in loop mode to stop at restart...
I had to try out, if it really works, so you can have a look at how I did it.

I don't know, how you really wan't it to work... Is it that way?
It automatically stops at the end.

But you can't loop the last region this way.
The pro is that you only have one button....

loopbetween2markers v4