<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Hello list,
<BR>
<BR>I am having a problem using the [next 1] function of the [qlist] object it seems that every time I try to skip a number in the list it just plays that number with out suppressing out put as it promised in the documentation? &nbsp;Is this something that others have found? &nbsp;Or am I doing something wrong? &nbsp;Also can you skip more than one step i.e. [next 2]. &nbsp;I am trying to build a sequencer, but having trouble with this not working. &nbsp;I am using version pd 0.36-0
<BR>
<BR>#N canvas 226 181 452 302 12;
<BR>#X obj 159 144 qlist;
<BR>#X msg 47 96 add 1;
<BR>#X msg 115 80 add 2;
<BR>#X msg 191 65 add 3;
<BR>#X msg 229 87 add 4;
<BR>#X obj 215 184 nbx 5 14 -1e+037 1e+037 0 0 empty empty empty 0 -6 0
<BR>10 -262144 -1 -1 4 256;
<BR>#X msg 189 28 next;
<BR>#X msg 116 31 next 1;
<BR>#X obj 104 209 print;
<BR>#X msg 262 36 bang;
<BR>#X obj 207 211 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
<BR>-1;
<BR>#X msg 308 67 clear;
<BR>#X msg 263 6 rewind;
<BR>#X connect 0 0 5 0;
<BR>#X connect 0 0 8 0;
<BR>#X connect 0 1 10 0;
<BR>#X connect 1 0 0 0;
<BR>#X connect 2 0 0 0;
<BR>#X connect 3 0 0 0;
<BR>#X connect 4 0 0 0;
<BR>#X connect 6 0 0 0;
<BR>#X connect 7 0 0 0;
<BR>#X connect 9 0 0 0;
<BR>#X connect 11 0 0 0;
<BR>#X connect 12 0 0 0;
<BR></FONT></HTML>