Skip to content

Commit

Permalink
Fix readme to ignore custom uri needed, force-fix ep-mk1 clipping
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 21, 2024
1 parent a8c3945 commit de0f299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ Inside each plugin folder there are at least 3 files:

The first file is meant for hvcc, it sets up branding, plugin categories and audio port count.
It is safe to copy this file to another plugin for a starting point, but then make sure to edit the fields as necessary.
The URI of the plugin **must** match the folder name in the style of "urn:hvcc:brandname:pluginname" (so keep the "urn:hvcc:" and change the rest)

Then we have the puredata entry point file as `plugin.pd`.
It can reference and include other files on this same directory, but the entry point **must have this filename**.
It can reference and include other files on the same directory or even subdirectories, but the entry point **must have this filename**.

And finally a readme just to give some details on the plugin and any relevant information.

Expand Down
2 changes: 1 addition & 1 deletion plugins/MikeMoreno-EP_MK1/plugin.pd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#X obj 72 171 r \$0-poly;
#X obj 72 192 route 1;
#X obj 57 495 *~ 0.7;
#X obj 57 516 clip~ -1 1;
#X obj 57 516 clip~ -2 2;
#X obj 57 537 hip~ 3;
#X obj 57 558 *~ 0.7;
#X obj 57 579 dac~ 1 2;
Expand Down

0 comments on commit de0f299

Please sign in to comment.