@djdad
right next to the samplers I see group 1/2/3 etc. How do I work with it ? Please an example
Thank you
right next to the samplers I see group 1/2/3 etc. How do I work with it ? Please an example
Thank you
Posted Sun 08 Sep 19 @ 9:32 am
Sample groups have been in VDJ 8 since first release. The default bank called "instruments" is an example of how it works.
Here's an old thread where groups are explained:
https://www.virtualdj.com/forums/195844/Old_versions/My_VDJ_8_plays_one_sample_at_a_time.html
Here's an old thread where groups are explained:
https://www.virtualdj.com/forums/195844/Old_versions/My_VDJ_8_plays_one_sample_at_a_time.html
Posted Sun 08 Sep 19 @ 9:59 am
Just updated to Ver 4 and to be honest, I preferred Ver 3. How can I get back to Ver 3 again?
Posted Sun 22 Sep 19 @ 10:06 pm
Do you not keep your downloads, or make backups?
Posted Mon 23 Sep 19 @ 1:12 pm
Yes. I found the V3 install file on my test laptop. Thank you for your assistance.
Posted Mon 23 Sep 19 @ 1:33 pm
Hi, I don't use Wave forms at all.
Is it possible to toggle on. Off?
Is it possible to toggle on. Off?
Posted Thu 26 Sep 19 @ 11:36 am
Hi, I don't use Wave forms at all.
Is it possible to toggle on. Off?
Is it possible to toggle on. Off?
Posted Thu 26 Sep 19 @ 11:46 am
Superb Skin. You're awesome!
Posted Fri 27 Sep 19 @ 1:34 pm
I really like the new skin a lot. But I need to tone down the contrast between the deep black and bright white. Could you point me to where I can change the font color and the background color in this skin? I looked for it in the code but could not find it. Thanks for any help!!
Posted Fri 27 Sep 19 @ 5:05 pm
The skin background is the part marked........skin background.
<!-- Skin background -->
<visual canstretch="true">
<pos x="0" y="0"/>
<size width="1920" height="1080"/>
<off shape="square" color="fonto"/>
</visual>
The colour references a definition elsewhere in the skin, but you could just change it to color="red" (for example) or use a hex code.
I modified my Blocks to have a colour menu where I can select from a whole list!
<!-- Skin background -->
<visual canstretch="true">
<pos x="0" y="0"/>
<size width="1920" height="1080"/>
<off shape="square" color="fonto"/>
</visual>
The colour references a definition elsewhere in the skin, but you could just change it to color="red" (for example) or use a hex code.
I modified my Blocks to have a colour menu where I can select from a whole list!
Posted Fri 27 Sep 19 @ 5:15 pm
Thanks for the pointer groovindj!! Any chance you would share your color change code with me?
I do a lots of custom programming of actions and buttons and knobs, but I admit I have not played with the skins much.
Thanks again'
I do a lots of custom programming of actions and buttons and knobs, but I admit I have not played with the skins much.
Thanks again'
Posted Fri 27 Sep 19 @ 10:01 pm
Posted Sat 28 Sep 19 @ 10:36 pm
Bit of distortion or something on the button top left.
Also is it not possible to have BEATLCK as a button shown like this:
BEAT
LOCK
Posted Sat 28 Sep 19 @ 10:38 pm
Posted Sat 28 Sep 19 @ 10:39 pm
What's distorted? That button has always had the same icon (quavers and rectangle).
Posted Sun 29 Sep 19 @ 7:37 am
You can see there is a square inside the button.
Posted Sun 29 Sep 19 @ 6:45 pm
That's a rectangle - and like I said, that's the design of the icon.
Posted Sun 29 Sep 19 @ 7:13 pm
I saw [groovindj] groovindj with a 2 decks Blocks WITHOUT rhythm waves . I am dying to have that in a 4 decks Blocks.
Everything els is great in Blocks. It gives essential options and information in the players.
Why i dont need Rhythm waves?
I dont use them as indie radio man.
Everything els is great in Blocks. It gives essential options and information in the players.
Why i dont need Rhythm waves?
I dont use them as indie radio man.
Posted Thu 07 Nov 19 @ 12:10 pm
It's not easy to do in a skin like this, that has many GUI variations.
Because many different 'block' views can be selected, it means there are a huge number of browser lines in the XML code that need to be changed.
When I removed the rhythmwave from mine, I did not take other views into account. It was done with just one fixed view on screen.
Because many different 'block' views can be selected, it means there are a huge number of browser lines in the XML code that need to be changed.
When I removed the rhythmwave from mine, I did not take other views into account. It was done with just one fixed view on screen.
Posted Sun 10 Nov 19 @ 9:07 am
Groovin, any chance you would share your custom 2 deck skin without the Rythmn Wave with us? Thank you so much.
Posted Tue 12 Nov 19 @ 1:02 pm