itz quite annoying to re-tune my EQ settings each time I exit VDJ. Can the present state that a user exited be returned upon executing application???
Posté Wed 20 Sep 06 @ 6:32 pm
anyone ???
Posté Wed 20 Sep 06 @ 10:22 pm
You mean those 3 EQ knobs? answer is no...
You mean the EQ 16band or 32band effect? Answer is yes...
Only plugins save current state (that is, in VDJ 4)
You mean the EQ 16band or 32band effect? Answer is yes...
Only plugins save current state (that is, in VDJ 4)
Posté Wed 20 Sep 06 @ 10:36 pm
For the eq knobs, well you can do this with keyboard shortcuts...
Eq's are not saved on exit but you can easy recall a "preset".
Use the advantage to create batch (more than one commands in one key)
Then you can have something like eq presets...
Use absolute values: 0-4096 is the full range, 2048 is the middle, or relative: +/- values
Here is an example:
<sc key="1" action="high" value="-256" />
<sc key="1" action="medium" value="+256" />
<sc key="1" action="bass" value="+128" />
Pressing key "1" adds some bass and mids and removes some highs
Use the internal mixer skin to see the changes.
Good luck.
Eq's are not saved on exit but you can easy recall a "preset".
Use the advantage to create batch (more than one commands in one key)
Then you can have something like eq presets...
Use absolute values: 0-4096 is the full range, 2048 is the middle, or relative: +/- values
Here is an example:
<sc key="1" action="high" value="-256" />
<sc key="1" action="medium" value="+256" />
<sc key="1" action="bass" value="+128" />
Pressing key "1" adds some bass and mids and removes some highs
Use the internal mixer skin to see the changes.
Good luck.
Posté Wed 20 Sep 06 @ 10:49 pm