diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2012-10-31 06:01:28 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2012-10-31 06:01:28 +0000 |
commit | 7bf2954689090b3060c2ae4d81595eb4aa13af9b (patch) | |
tree | e9b1c7436a21f44cffc9bb61a13b58406c8de1fd | |
parent | 14024cc69c12c544dedfdc642d8e7b68ee710f0a (diff) |
fixed erroneous META keyword
svn path=/trunk/; revision=16499
-rw-r--r-- | doc/pddp/ftom-help.pd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pddp/ftom-help.pd b/doc/pddp/ftom-help.pd index 1b382ae6..388fc002 100644 --- a/doc/pddp/ftom-help.pd +++ b/doc/pddp/ftom-help.pd @@ -13,11 +13,11 @@ #X text 12 185 HELP_PATCH_AUTHORS Updated for pd version 0.40. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; -#X text 12 5 KEYWORDS signal conversion MIDI; #X text 12 45 DESCRIPTION frequency to MIDI conversion; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 165 RELEASE_DATE 1997; +#X text 12 5 KEYWORDS control conversion MIDI; #X restore 500 597 pd META; #X obj 0 491 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; @@ -65,7 +65,8 @@ a MIDI value \, so that "440" goes to "69". A frequency of zero Hertz is given a MIDI value of -1500 (strictly speaking \, it is negative infinity.); #X obj 98 557 pddp/pddplink all_about_acoustic_conversions.pd; -#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide; +#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide +; #X obj 98 572 pddp/pddplink ../3.audio.examples/A06.frequency.pd -text doc/3.audio.examples/A06.frequency.pd; #X connect 11 0 18 0; |