diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-06-24 13:31:33 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-06-24 13:31:33 +0000 |
commit | 9f25598e96da91d641c02a9e47c992e1cc36ff20 (patch) | |
tree | 4aceda36ee1029110a0158b74d7062fc707a4155 /help | |
parent | 27e94bbea66ecfeefd3baa66f508c10f44c7277a (diff) |
add curve_draw. it allow to draw the in / out relation in a table
svn path=/trunk/externals/mapping/; revision=10080
Diffstat (limited to 'help')
-rw-r--r-- | help/curve_draw-help.pd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/help/curve_draw-help.pd b/help/curve_draw-help.pd new file mode 100644 index 0000000..bcd3a3c --- /dev/null +++ b/help/curve_draw-help.pd @@ -0,0 +1,9 @@ +#N canvas 634 355 363 334 10; +#X floatatom 34 126 5 0 0 0 - - -; +#X floatatom 34 280 9 0 0 0 - - -; +#X obj 34 144 curve_draw test 100; +#X text 125 15 draw the in / out relation; +#X text 31 51 arg 1 : name of the file to save the curve; +#X text 31 64 arg 2 : size of the table; +#X connect 0 0 2 0; +#X connect 2 0 1 0; |