Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CV and Trigger probability sync
#1
Hi everyone, I have a question about CV and trigger probability synchronization connection, for example, I want the a new note when the trigger is active, and the note will keep the value of the previous step when the trigger is not active. I know I can use auto gate or row probability to achieve it, but the problem is that neither of them is suitable for me because I have an independent clock in each row. I thought of using patch and then FX probability, which can indeed be achieved, but it is necessary to use two rows of FX, which becomes very tense when using it. Okay, now I am wondering if it can be achieved using mapping? A new note will only be triggered when the trigger is triggered. When it is not triggered, the note will maintain the value of the previous step. But I have no idea at the moment, so my powerful friends, can you guide me?
Thank you for any help.
Reply
#2
Hmm this might be a tricky one and I am not sure if it would work perfectly. If you got the MOD output unused you could use that one for the notes. In the mapping you would check for the trigger and if it is 1 then copy the note from the CV output to the MOD (or any other CV or MOD) output.

This would be worth a test:
Code:
00 TRIG TR1                             Use Trigger1 as the source
01 SKIP 01 < 00=1                       Skip the next row if ROW00 is smaller than 1 (which it is if it is low)
02 TRCK TRK1 NOT1  >  CV   NOTE MOD1    Get the last note from Track 1 and send it to MOD1 (or whatever you choose)
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!  Smile
Reply
#3
Wow, this is really the job I want, but do I have to map it to somewhere else? I meant overrule it, your instructions surprised me! Because my other previous methods also seem to have some kind of delay, can I expand this mapping to map back to the original CV output? Thank you so much
Reply
#4
This is my mapping for CV + Trigger probability

00 TRCK TR 6
01 CALC T&H 00-02 > CV NOTE CV 6
02 TRCK TRK6 NOT1

My idea is this. My example is TR6. I hope to use Trigger to trigger Track and Hold, so that I can control the note probability at the trigger to trigger a new note only when the law is triggered, and keep the previous note when the law is not triggered, and then send it to CV6. I don't know why it still can't succeed. Is my idea wrong?

Why would I want to do this? As I have found, row probability works very well most of the time, but the problem is that it will absolutely disable the entire row, which is a problem because a lot of FX stuff is not based on adjusting sound content, and if I have time-based stuff in FX, and I disable the entire row, everything will fail. I can't believe how difficult it is to achieve step-based muting, rather than the entire row.

This is similar to another post of mine so I'd like to integrate it here, thank you

https://forum.xor.eu/showthread.php?tid=1948
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)