diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-28 03:11:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-28 03:11:32 +0000 |
commit | ef3fbbeea5b00d282a69beaa7731dd32a9262e66 (patch) | |
tree | 6ed8043db163b7fb67391b2f3f6acfee23f8b176 /doc/pddp | |
parent | 9c3a0cf88649eb7ea564e3f78d52dc05f72f64cf (diff) |
super basic helpfile for samplerate~
svn path=/trunk/; revision=4303
Diffstat (limited to 'doc/pddp')
-rwxr-xr-x | doc/pddp/samplerate~-help.pd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/pddp/samplerate~-help.pd b/doc/pddp/samplerate~-help.pd new file mode 100755 index 00000000..b2a17e50 --- /dev/null +++ b/doc/pddp/samplerate~-help.pd @@ -0,0 +1,11 @@ +#N canvas 174 423 524 307 12;
+#X obj 211 123 samplerate~;
+#X floatatom 211 166 8 0 0 0 - - -;
+#X obj 211 80 bng 30 250 50 0 empty empty empty 0 -6 0 8 -260818 -1
+-1;
+#X text 14 25 When banged \, samplerate~ outputs the sample rate that
+Pd is currently running at.;
+#X text 31 217 Pd's sample rate can be changed using the command line
+flag: -r <n>. For example: pd -r 22050;
+#X connect 0 0 1 0;
+#X connect 2 0 0 0;
|