[bang~] only goes down to a blocksize of 64 samples.
This seems to be a bug.
Any idea how to get a bang with every sample?
Maybe another way to try?
[bang~] bug when [block~ 1 1 1] ?bang on every sample?
[bang~] only goes down to a blocksize of 64 samples.
This seems to be a bug.
Any idea how to get a bang with every sample?
Maybe another way to try?
it's not a bug, it's just that messages actually only process every 64 samples at the least. You can get a bang every sample with [metro 1 1 samp]
but it should be noted that most pd message objects only interact with each other at 64-sample boundaries, there are some that use the elapsed logical time to get times in between though (like vsnapshot~)
also this seems like a very inefficient way to do per-sample processing..
@lacuna An excellent simple explanation from @seb-harmonik.ar.
Chapter 2.5 onwards for more info....... http://puredata.info/docs/manuals/pd/x2.htm
David.
Oops! Looks like something went wrong!