Page 1 of 1

One question...

Posted: Sun Feb 05, 2012 7:33 pm
by Evelon
How do I edit the attributes and save these settings as default, so that they always load when I add a new instance of that machine/effect? How is this done for specific VST/VSTi?

I'm thinking volume ramp time set to 0ms in Utracker, MIDI in channel for specific machines/VST, etc etc. Am I missing something?

Idea: This would be sweet if it was built-in in the attributes list (at bottom, as "save settings as default" or something).

Re: One question...

Posted: Sun Feb 05, 2012 7:35 pm
by UNZ
make a template

Re: One question...

Posted: Sun Feb 05, 2012 7:45 pm
by Evelon
That is one way, yes.
Still, can attributes be saved "per machine" instead of as templates?

Re: One question...

Posted: Sun Feb 05, 2012 7:51 pm
by IXix
gear.xml

Re: One question...

Posted: Sun Feb 05, 2012 7:52 pm
by UNZ
IXix wrote:gear.xml
ha, totally forgot about that one :)

Re: One question...

Posted: Sun Feb 05, 2012 8:01 pm
by Evelon
IXix wrote:gear.xml
Ah, cool! Thanks! But, how do I do that? (I'm not a dev/coder like you)
Sounds like doing templates is the way to go for me at this point. Just wish attributes had a "save as default" (adding data into gear.xml). Nevermind.

Re: One question...

Posted: Sun Feb 05, 2012 8:06 pm
by UNZ
take a look at your gear.xml

<Machine Name="Jeskola XS-1">
<Attribute Key="Enable MIDI" Value="1" />

Re: One question...

Posted: Sun Feb 05, 2012 8:12 pm
by Evelon
Ok. Thanks!
Notepad it is then.