hey list,
lets say I have a metro that sends a bang every one second, for the rest of the 999 miliseconds, could I somehow deduce a zero message?
it doesn't need to be that granular(I don't need 999 0s for every 1)
something like
[metro 1000]
|
|
[1
|
|
[if not currently a 1 then zero]
the above pseudo patch is just not how pd works, I realize, but is there a way to do this otherwise?