-
cofeo
I've been trying to come up with a simple but effective way of applying shuffle to rhythms in pd/Max and was wondering if anyone here has ever built a patch that does this or has any ideas.
The first thing that comes to mind is using a slew of delays but it seems like a clunky way of doing it. I also had the idea of using a really fast metro (one that outputs 32nd notes of a given tempo) to both a counter from 0 31 and another counter with a minimum of 0 that you can dynamically change the max number to a few steps higher/lower than 31, both with a sel 0.
Any other ideas?
-
cofeo
Im trying to figure out how to convert a frequency to a tempo.
for example, making an lfo oscillate 1/4th or 1/16th etc of a tempo. What is the mathematic conversion?
-
cofeo
Any way to do this? Like if i were to load a sound file how could I see the frequency levels as it played for the wav?
-
cofeo
First patch to publish to the site of many. I randomized metro times so that it was randomly choose between 1/32, 1/16, 1/4 and 1/2 notes.
Large toggle in the middle to start.
Smaller number atom underneath to control key signature.
vradio controls major, minor and melodic signatures. All signatures are relative.since it mostly deals with control data, routing it through a DAW is best.
everything else is pretty self-explanatory.
enjoy
Edit: I forgot I put an abstraction I made in this patch, so I just uploaded it.
-
cofeo
First patch to publish to the site of many. I randomized metro times so that it was randomly choose between 1/32, 1/16, 1/4 and 1/2 notes.
Large toggle in the middle to start.
Smaller number atom underneath to control key signature.
vradio controls major, minor and melodic signatures. All signatures are relative.since it mostly deals with control data, routing it through a DAW is best.
everything else is pretty self-explanatory.
enjoy
Edit: I forgot I put an abstraction I made in this patch, so I just uploaded it.
-
cofeo
I would like to know if an object like a tgl can handle more than one receive in the properties menu. Thanks.
-
cofeo
Is there a sneaky way to set the metro to a certain number
eg the metro is counting up with cup (^_^) and modulo-s at 16. I want to set to to 0 when i stop the metro, and when I start it again, the metro starts at 0.
thanks.