Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote:
after [t b f] you connect the b to 4 different inlets so it's rather difficult to understand where it goes first... second..
attached a slightly modified counter from Help/2.control.examples/06.more.counters.pd
If you look closely you will see that this one counts from 0-9 on the first round, then from 1-9 on the next rounds. Generally I prefer to count from 0 to maxstep-1, a "modulo counter" that is easily build with
[r $0-restart]
|
[f 0]/[+ 1]/[mod 8]
| |
| [s $0-restart]
|
counter output here
Attached is a little counting tutorial I once did.
Frank Barknecht _ ______footils.org_ __goto10.org__