aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-21 05:24:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-21 05:24:30 +0000
commit250fd53a1c8c046d9c883fe72e849c1b02adf476 (patch)
tree8e5a1e37bd56cd2e78ce9ff7b7b4cc4e295f5be7 /README.txt
at pob's request, here is a 'New from template' pluginHEADsvn2git-rootsvn2git-headscripts/guiplugins/new-from-template-plugin
svn path=/trunk/scripts/guiplugins/new-from-template-plugin/; revision=15325
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
+