hi devs,
would it be hard to code an "skip numbers" inlet for [counter] of gem ? ...that you could set how many numbers are skipped on bang :)
cheers -andre
Do you mean something like this? (cut-n-paste-save-as-.pd) It doesn't use 'counter', but simulates what you're describing using a [+] object hooked to a couple of message boxes.
#N canvas 0 0 452 302 12; #X obj 150 126 f; #X obj 212 146 + 1; #X floatatom 154 167 5 0 0 0 - - -; #X obj 129 32 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 130 61 metro 1000; #X obj 245 62 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 245 82 4; #X msg 286 82 1; #X obj 286 60 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X connect 0 0 1 0; #X connect 0 0 2 0; #X connect 1 0 0 1; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 6 0 1 1; #X connect 7 0 1 1; #X connect 8 0 7 0;
----- Original Message ----- From: "André Schmidt" andre@vju-tv.net To: pd-dev@iem.kug.ac.at Sent: Saturday, November 23, 2002 7:11 PM Subject: [PD-dev] [gem] [counter] wish : "skip numbers"
hi devs,
would it be hard to code an "skip numbers" inlet for [counter] of gem ? ...that you could set how many numbers are skipped on bang :)
cheers -andre
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
thnx david, but...
i was also thinking on doing it like that, but i also need all the features that GEMs [counter] has... so i think it would be more work to do this with PD than coding it to [counter]...
cheers -andre ps. if it's not going to be added in counter, any help on doing it in PD would be helpfull. thnx
At 20:41 23/11/2002 -0600, David Sabine wrote:
Do you mean something like this? (cut-n-paste-save-as-.pd) It doesn't use 'counter', but simulates what you're describing using a [+] object hooked to a couple of message boxes.
#N canvas 0 0 452 302 12; #X obj 150 126 f; #X obj 212 146 + 1; #X floatatom 154 167 5 0 0 0 - - -; #X obj 129 32 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 130 61 metro 1000; #X obj 245 62 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 245 82 4; #X msg 286 82 1; #X obj 286 60 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X connect 0 0 1 0; #X connect 0 0 2 0; #X connect 1 0 0 1; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 6 0 1 1; #X connect 7 0 1 1; #X connect 8 0 7 0;
----- Original Message ----- From: "André Schmidt" andre@vju-tv.net To: pd-dev@iem.kug.ac.at Sent: Saturday, November 23, 2002 7:11 PM Subject: [PD-dev] [gem] [counter] wish : "skip numbers"
hi devs,
would it be hard to code an "skip numbers" inlet for [counter] of gem ? ...that you could set how many numbers are skipped on bang :)
cheers -andre
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev