|
Post by terbano on Apr 7, 2023 20:29:14 GMT
Hey Streambyter Community!
I'm a non-coding composer of the Tom and Jerry Tales cartoon who was recently directed to Streambyter by a semi-retired app developer, and I'm here in the hopes that a good samaritan can help me create a quick auv3 midi effect that will allow me to randomize incoming velocities by a settable range, and also to delay timing by a settable range in miliseconds.
I know nothing about coding, but I've been told that might be a super quick job from somebody who knows Streambyter.
Is there someone here who could write this for me? It would be used in the music that your kids might be growing up on 
Any help thoughts would be appreciated, Thanks! Tom WhatsApp +1 310-228-8464 terbarino@gmail.com
|
|
|
Post by mo13 on Apr 9, 2023 23:34:34 GMT
hey Tom, here is a basic take on this, though be aware of when you start engaging with value 0 of Q0 slider that it will randomise the entire 0-$127 range, but when moving the Q0 slider to value 1, it will behave accordingly to the setted range (help needed here as well to make the first set Q0 value pass as 0 instead of random range)
If load Set Q0 velo_rnd 0 $127 #set random velocity range Set Q1 delay 0 $127 #set delay range End
If MT < A0 Snd M0 M1 RQ0 +DQ1 End Block
|
|