aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 9bbabb118b0fc36c95b9d5ff3b0c39939e66fccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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