Skip to content
Snippets Groups Projects
Commit e178b2f4 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Small fix to the prepend.pd abstraction for cyclone to take variable number of arguments

parent 5d84f130
No related branches found
No related tags found
No related merge requests found
#N canvas 421 184 585 297 10;
#N canvas 246 125 585 297 10;
#X obj 94 175 list prepend;
#X obj 94 197 list trim;
#X obj 163 67 loadbang;
#X obj 94 91 inlet;
#X obj 94 219 outlet;
#X obj 227 141 inlet;
#X obj 163 94 list append \$1;
#X text -1 0 This is a legacy replacement for prepend in cyclone library.
Please use [list prepend] and [list append] instead.;
#X obj 94 123 route set;
......@@ -14,13 +13,14 @@ Please use [list prepend] and [list append] instead.;
#X msg 207 214 this object is a legacy replacement for prepend in cyclone
library that is considered deprecated in pd-l2ork. Please use [list
prepend] and [list append] instead.;
#X obj 163 94 list append \$@;
#X connect 0 0 1 0;
#X connect 1 0 4 0;
#X connect 2 0 6 0;
#X connect 3 0 8 0;
#X connect 2 0 11 0;
#X connect 3 0 7 0;
#X connect 5 0 0 1;
#X connect 6 0 0 1;
#X connect 8 0 0 1;
#X connect 8 1 0 0;
#X connect 9 0 11 0;
#X connect 11 0 10 0;
#X connect 7 0 0 1;
#X connect 7 1 0 0;
#X connect 8 0 10 0;
#X connect 10 0 9 0;
#X connect 11 0 0 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment