I'm imagining a simple counter that will act as a time signature tool (or a conductor track if you will) to use for accurate sample triggering.
I'd like to tell Pd to "count to 10, when you have done that start from zero and count to 14, then start from zero and repeat these two steps until I tell you otherwise."
It should be very simple. If someone can help me get over this hump I can figure the rest out. I'm having a logic glitch somewhere (in my brain).
This doesn't work:
[metro 250]
|
[f]x[+1]x[mod 10]
|
[sel 10]
|
[t f f]
| \
[spigot] [spigot] ----> the trouble I think is with the spigots. I'm trying to
| | control them as
[14( [10( shown below.
| |
[t f b b] [t f b b]
| | | | | |
| [0] [1] | [0] [1] ---> send these 0's and 1's to the spigots to control the flow
| |
-------> send these to the [mod] and [sel] to change the count
I believe I'm close to the answer but I've reached the limit of my technique so I need some edumacation.
In case the ASCII is to sloppy I've attached the small file.