Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
brittney allen
purr-data
Commits
cc76ea0e
Commit
cc76ea0e
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
change comment to reflect the fact that this is a stress-test patch
parent
1f747546
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/doc/4.data.structures/pd-l2ork/ds-demos/tiger.pd
+13
-14
13 additions, 14 deletions
pd/doc/4.data.structures/pd-l2ork/ds-demos/tiger.pd
with
13 additions
and
14 deletions
pd/doc/4.data.structures/pd-l2ork/ds-demos/tiger.pd
+
13
−
14
View file @
cc76ea0e
#N struct tiger float x float y;
#N struct tiger-array float x float y array a tiger;
#N canvas
1 25
515 402 10;
#N canvas
2 50
515 402 10;
#X floatatom 50 183 5 0 0 0 - - -, f 5;
#X obj 93 15 struct tiger float x float y;
#N canvas 0 27 1366 684 (subpatch) 0;
...
...
@@ -2176,10 +2176,6 @@ C 256 273.5 269.5 292 269.5 299 C 269.5 299 272 291.5 270.5 287 z;
#X connect 466 0 465 0;
#X connect 468 0 467 0;
#X restore 50 258 draw group;
#X text 124 258 <-- an awful lot of paths inside here. In a case like
this it would probably be preferable to have a [draw svg] where you
can just specify the file name. A GUI toolkit like Qt might be able
to do this \, but tcl/tk cannot.;
#X scalar tiger 150 131 \;;
#X obj 50 348 output~;
#X obj 50 139 loadbang;
...
...
@@ -2379,12 +2375,15 @@ to do this \, but tcl/tk cannot.;
#X connect 6 0 5 0;
#X restore 366 229 pd tiger-array;
#X msg 50 229 transform scale \$1 rotate -45 \, mouseover 1;
#X connect 0 0 7 0;
#X connect 2 0 9 0;
#X connect 6 0 8 0;
#X connect 7 0 13 0;
#X connect 8 0 0 0;
#X connect 9 0 10 0;
#X connect 10 0 5 0;
#X connect 10 0 5 1;
#X connect 13 0 2 0;
#X text 124 258 <-- an awful lot of paths inside here. This isn't the
most efficient way to draw a static image \, but it does show how the
svg path caching in Pd can prevent dropouts.;
#X connect 0 0 6 0;
#X connect 2 0 8 0;
#X connect 5 0 7 0;
#X connect 6 0 12 0;
#X connect 7 0 0 0;
#X connect 8 0 9 0;
#X connect 9 0 4 0;
#X connect 9 0 4 1;
#X connect 12 0 2 0;
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