Skip to content

Commit

Permalink
use pdcontrol in list-const
Browse files Browse the repository at this point in the history
instead of dollarg
  • Loading branch information
sebshader committed May 29, 2020
1 parent 810630d commit afca976
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions list-const.pd
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
#N canvas 610 192 450 300 10;
#N canvas 290 237 450 300 10;
#X declare -stdlib iemlib;
#X obj 186 25 inlet;
#X obj 191 119 until;
#X obj 188 248 outlet;
#X obj 177 51 t b l b;
#X obj 315 58 inlet;
#X obj 324 57 inlet;
#X obj 195 78 list split 1;
#X obj 238 107 route bang;
#X obj 187 215 list store;
#X obj 192 157 list;
#X obj 299 10 loadbang;
#X obj 256 2 loadbang;
#X obj 200 179 prepender append;
#X obj 37 99 declare -stdlib iemlib;
#X obj 300 33 dollarg;
#X msg 257 29 args 0;
#X obj 259 53 pdcontrol;
#X connect 0 0 3 0;
#X connect 1 0 8 0;
#X connect 3 0 7 0;
Expand All @@ -26,4 +27,5 @@
#X connect 8 0 10 0;
#X connect 9 0 12 0;
#X connect 10 0 7 0;
#X connect 12 0 8 1;
#X connect 12 0 13 0;
#X connect 13 0 8 1;

0 comments on commit afca976

Please sign in to comment.