-
davebotpdx
Hi guys,
I'm pretty new to pd, but I've been getting my feet wet with C / C++ the past couple years.
I've got an idea for an external, and I can't find anything similar on the boards. I don't know if it's been discussed before, if so, please let me know!
Anyway the idea is an expansion on the [metro] object. Imagine an array of 8 metro objects, each with a time inlet and a bang outlet. So it would send a bang, then wait the specified amount of time, and step to the next inlet send a bang... wait.. etc..
Sort of like:
num num num num (ms)
| | | |
=----------=---------=----------=
| step sequencer |
| |
=----------=---------=----------=
| | | |
bang bang bang bangWhat do you think? Is it possible? Anyone want to collaborate / help/ point me in a direction .... ?
thanks!
Dave -
davebotpdx
Never mind. I've fixed it with an abstraction. But I think it's pretty cpu intensive for what it is. Any way to streamline it?