Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nerrons
purr-data
Commits
e178b2f4
Commit
e178b2f4
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
Small fix to the prepend.pd abstraction for cyclone to take variable number of arguments
parent
5d84f130
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
externals/miXed/doc/help/cyclone/prepend.pd
+9
-9
9 additions, 9 deletions
externals/miXed/doc/help/cyclone/prepend.pd
with
9 additions
and
9 deletions
externals/miXed/doc/help/cyclone/prepend.pd
+
9
−
9
View file @
e178b2f4
#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
1
0
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
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment