diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
commit | c124775d7f4954e536c69414eb521a437ac02e94 (patch) | |
tree | e1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/mstosamps~-help.pd | |
parent | 9918f32477b29e35a8dcf8829b8972fd0d813e1c (diff) |
added pd META subpatch, removed xbend-help.pd and xnote-help.pd since
they are not used
svn path=/trunk/externals/miXed/; revision=14428
Diffstat (limited to 'doc/help/cyclone/mstosamps~-help.pd')
-rw-r--r-- | doc/help/cyclone/mstosamps~-help.pd | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/doc/help/cyclone/mstosamps~-help.pd b/doc/help/cyclone/mstosamps~-help.pd index 14f8ba3..83efe73 100644 --- a/doc/help/cyclone/mstosamps~-help.pd +++ b/doc/help/cyclone/mstosamps~-help.pd @@ -1,5 +1,4 @@ -#N canvas 1097 319 626 352 10; -#X declare -lib cyclone; +#N canvas 0 26 521 352 10; #X text 15 35 Convert milliseconds to a number of samples (at the current sampling rate); #X msg 271 117 0 \, 1000 3000; @@ -10,7 +9,6 @@ sampling rate); #X text 281 198 number of samples out (as a signal); #X text 281 162 number of milliseconds in (as a signal); #X text 23 68 Use as a calculator or for float parameters; -#X obj 421 24 import cyclone; #X obj 30 114 mstosamps~; #X obj 271 178 mstosamps~; #X obj 271 217 Snapshot~ 100; @@ -18,9 +16,22 @@ sampling rate); #X text 57 88 number of milliseconds; #X text 116 139 number of samples; #X text 312 242 number of samples; +#N canvas 247 115 494 367 META 0; +#X text 12 165 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template.; +#X text 12 135 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 12 5 KEYWORDS signal conversion max_compatible; +#X text 12 45 DESCRIPTION convert milliseconds to a number of samples +( at the current sampling rate ); +#X text 12 75 INLET_0 signal; +#X text 12 95 OUTLET_0 signal; +#X text 12 25 LICENSE SIBSD; +#X text 12 115 AUTHOR Krzysztof Czaja; +#X restore 471 330 pd META; #X connect 1 0 3 0; -#X connect 3 0 11 0; -#X connect 5 0 10 0; -#X connect 10 1 4 0; -#X connect 11 0 12 0; -#X connect 12 0 2 0; +#X connect 3 0 10 0; +#X connect 5 0 9 0; +#X connect 9 1 4 0; +#X connect 10 0 11 0; +#X connect 11 0 2 0; |