aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..9bbabb1
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,15 @@
+
+This plugin inserts a menu item to the File menu called "New from template".
+When you select this menu item, it creates a new patch from the template.pd
+file that is included in this plugin. You can modify the template.pd however
+you want and it'll use it.
+
+Also, you can set the default folder that it creates the new patch in by
+replacing this line:
+
+ variable defaultfolder [file join $::env(HOME) Documents]
+
+with something like:
+
+ variable defaultfolder /path/to/my/favorite/folder
+