When opening VDJ 8.5 64 bit the master volume always defaults to 100%. I would like it to default to 50%. I was thinking of using an oninit function to accomplish this. The problem is I am already using the oninit to make deck three the master deck. Can I create two oninit functions, and what would be the wording to accomplish this? This is all assuming that the oninit function could solve this problem.
Posté Tue 20 Oct 20 @ 3:38 pm
Hello
assign a button on your keyboard to the master_volume 50% action
Key: V
Action: master_volume 50%
assign a button on your keyboard to the master_volume 50% action
Key: V
Action: master_volume 50%
Posté Tue 20 Oct 20 @ 3:47 pm
Thanks, that worked!
Posté Tue 20 Oct 20 @ 3:56 pm
you can add in your ONINIT
whatever you already have add this at the end of it & master_volume 50%
whatever you already have add this at the end of it & master_volume 50%
Posté Tue 20 Oct 20 @ 6:52 pm
That worked too! Couldn't figure out how to add another command.
Posté Wed 21 Oct 20 @ 2:19 pm