Hello, is there a way to set my Virtual DJ Pro program so that when I first open the program the valume is not set to full?
geposted Thu 10 May 12 @ 5:10 pm
Yes you can do that in the ONINIT (on initialization) by adding some script/syntax in the mapper like:
"ONINIT" action="deck 1 volume 50% & deck 2 volume 50% & deck 3 volume 50% & deck 4 volume 50% & master_volume 50%"
Now when you boot up your VDJ & the controller will 50% volume on all deck as well as the master volume. You can change 50% value to what ever want or you can even turn down the volume to OFF by having the value of 0%.
"ONINIT" action="deck 1 volume 50% & deck 2 volume 50% & deck 3 volume 50% & deck 4 volume 50% & master_volume 50%"
Now when you boot up your VDJ & the controller will 50% volume on all deck as well as the master volume. You can change 50% value to what ever want or you can even turn down the volume to OFF by having the value of 0%.
geposted Fri 11 May 12 @ 6:24 pm
cesarcastillo wrote :
Yes you can do that in the ONINIT (on initialization) by adding some script/syntax in the mapper like:
"ONINIT" action="deck 1 volume 50% & deck 2 volume 50% & deck 3 volume 50% & deck 4 volume 50% & master_volume 50%"
Now when you boot up your VDJ & the controller will 50% volume on all deck as well as the master volume. You can change 50% value to what ever want or you can even turn down the volume to OFF by having the value of 0%
"ONINIT" action="deck 1 volume 50% & deck 2 volume 50% & deck 3 volume 50% & deck 4 volume 50% & master_volume 50%"
Now when you boot up your VDJ & the controller will 50% volume on all deck as well as the master volume. You can change 50% value to what ever want or you can even turn down the volume to OFF by having the value of 0%
Thank you very much, that worked just like you wrote.
geposted Sat 12 May 12 @ 7:18 am