-
TheBarker
posted in technical issues • read moreHello everyone, I'm currently searching for a way to write a list of integers into an array at audio speed so ~44100 writings per second approximately. But I'm not sure if this is really possible cause every time I think about it then it comes the moment when I always have to use a snapshot~ and a metro that would carry the time itself at that point.
I've also seen at [bang~] but at 64 block size, it fires bangs at ~1.33 milliseconds which is always slower than a [metro 1].
If you have any suggestion pls let me know and thanks in advance 🤙🏻
-
TheBarker
posted in technical issues • read moreYep thanks! in the end it was really just [audio-dialog -1 -1 -1 -1 0 0 0 0 -1 -1 -1 -1 0 0 0 0 Smp_rate 0 0 64( connected to [s pd]
Thanks again!
-
TheBarker
posted in technical issues • read moreHello all, I would need to change the sample rate of the patch dinamically without going into the properties of pd. Is there a system I can use? I cannot find anything about it unfortunately but I'm fairly confident there would be a kind of message to send to some object.
Thanks in advance

TB