aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/stack-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
commit356f94fc355f36c16e48555d10c2377dff4b7554 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/examples/13.recursion/stack-help.pd
parent5c694f159b012d1d94bf15bfe580dec52e4fe797 (diff)
Gem 096ed6ef786b7a9d6e11a437ff8526619c89a1fd osx/x86_64
built 'coverity_scan:096ed6ef786b7a9d6e11a437ff8526619c89a1fd' for osx/x86_64
Diffstat (limited to 'Gem/examples/13.recursion/stack-help.pd')
-rw-r--r--Gem/examples/13.recursion/stack-help.pd20
1 files changed, 0 insertions, 20 deletions
diff --git a/Gem/examples/13.recursion/stack-help.pd b/Gem/examples/13.recursion/stack-help.pd
deleted file mode 100644
index b891067..0000000
--- a/Gem/examples/13.recursion/stack-help.pd
+++ /dev/null
@@ -1,20 +0,0 @@
-#N canvas 0 0 411 333 10;
-#X obj 43 199 stack;
-#X obj 43 269 print popped;
-#X obj 73 249 print empty;
-#X msg 130 163 list foo 2 bar;
-#X floatatom 73 108 5 0 0 1 float - -;
-#X obj 43 79 bng 15 250 50 0 empty empty pop 17 7 0 10 -262144 -1 -1
-;
-#X symbolatom 101 135 10 0 0 1 symbol - -;
-#X text 241 164 mixture of stuff;
-#X text 13 9 A stack is a "first in \, last out" structure.;
-#X text 13 48 Right inlet stores atom(s).;
-#X text 13 29 Left inlet unstores the most recently stored atom.;
-#X text 11 301 stack-help.pd (GPL) <claude@mathr.co.uk>;
-#X connect 0 0 1 0;
-#X connect 0 1 2 0;
-#X connect 3 0 0 1;
-#X connect 4 0 0 1;
-#X connect 5 0 0 0;
-#X connect 6 0 0 1;