Page 1 of 1
Posted: 24 Aug 2011, 20:06
by CleverConQueso
How about putting the most frequently used user patches and modules and Usine objects in a bar across the top of the patch screen for easy access without opening the Object Browser? I'm always browsing for 'pass' and '=' and my current patch projects.
Thanks,
-CCQ-
Posted: 24 Aug 2011, 20:22
by nay-seven
a workaround could be to use the templates, example when you right click in an empty area, you see comment, empty sub-patch and so
you can create your own templates for =, and pass...?
Posted: 24 Aug 2011, 20:38
by nay-seven
here an example for pass and =
unzip this in your files/templates/default/empty area
download
Posted: 24 Aug 2011, 20:51
by CleverConQueso
Posted: 24 Aug 2011, 20:59
by nay-seven
and for easy update Usine, you can also put them in a
my templates folder in files/templates

Posted: 24 Aug 2011, 21:43
by CleverConQueso
Is there a way to put specific user patches in a templates folder?
Posted: 24 Aug 2011, 22:23
by nay-seven
yes, something like this ( here the sub-patch is in the same folder, if not ,addd the path)
Code: Select all
MiniWavplayer
- // file name ext ('wav', 'usr', etc...can be '*')
0 // none=0,in=1,out=2
0 // term flowtype (ftNone=0,ftPCM=1,ftInternText=2,ftData=3,ftMIDI=4,ftArray=5,ftUser=6,ftEvtText=7,ftPointer=8,ftIntern=9,ftOther=maxInt)
* // term display flow type
(dftText=0,dftgain=1,dftDir=2,dftSwitch=3,dftButton=4,dFtInt=5,dftFloat=6,dftColor=7,dftListBox=8,dftArray=9,dftIpAddress=10,dftSmpte=11,dftFileName=
12,dftMidiNote=13)
* // termainal name can be '*' or "any string"
SET_TARGET_PATCH SENDER_PATCH
CREATE_MODULE subPatch 6 100 100 'MiniWavplayer.pat'
RENAME_MODULE subPatch
Posted: 24 Aug 2011, 22:35
by nay-seven
edit , don't forget the last line ( if not , you can add only one instance)
RENAME_MODULE subPatch
Posted: 25 Aug 2011, 08:07
by woodslanding
I tried to use this method to fix a small prob that has been bugging me. Text ins and outs do not have a 'data in' (or out) option, only busses.
But everything I've tried hasn't worked. Thoughts?? I modified the -all template and added the text index, but that didn't do it.....
Posted: 25 Aug 2011, 09:45
by nay-seven
here an example :
download
Posted: 26 Aug 2011, 07:11
by woodslanding
Nay, that is a huge timesaver, thanks!
(I've gone crazy with buss naming in poly objects, so I've been missing this)
Also going to add a few more items to empty
cheers,
-eric