Seems that [metro] can go up to 1000Hz (1ms). What options do we have if we want to generate bangs at a higher rate?
I've tried using [phasor~], but I can't find an implementation that works better than [metro]. I've tried these:
The float at the top is how far they went before I stopped noticing a change. As you can see metro is outperforming the phasor~ implementations (i'm probably doing something very wrong though). They are being used to trigger a [vline~] object, which I want to use to generate waveforms. The bangs control the frequency of this:
Is there a way to send bangs at higher rates than 1000Hz? Or is there another way other than bangs to control the change frequency of a [vline~]?