From 250fd53a1c8c046d9c883fe72e849c1b02adf476 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 21 Sep 2011 05:24:30 +0000 Subject: at pob's request, here is a 'New from template' plugin svn path=/trunk/scripts/guiplugins/new-from-template-plugin/; revision=15325 --- README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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 + -- cgit v1.2.1