Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Harmonic Mixes - Camelot Wheel + Emotions by color + Colorize songs script (for custom button)

This topic is old and might contain outdated or incorrect information.

Hi , I've been playing with virtual Dj for some time and I made a version of camelot Wheel with some emoticons indicating the emotion given by the colors. Also I made a little script for colorize the songs according to the Harmonic and the color on Camelot wheel.

Feel free to download my version of the Camelot wheel if you like it for you skin:

http://imgur.com/oIJzFDM

This is how it looks on the skin:
http://imgur.com/ZmmuWsv

Emoticons Gide:
http://imgur.com/nXQVd8r

In order to colorize the song acording to the Camelot wheel Colors you can copy this script on a custom button:

get_harmonic & param_cast "text" & param_equal "01A" ? browsed_file_color "#70ECD4" : param_equal "01B" ? browsed_file_color "#00EDC9" : param_equal "02A" ? browsed_file_color "#92F0A4" : param_equal "02B" ? browsed_file_color "#27EC82" : param_equal "03A" ? browsed_file_color "#B1EE86" : param_equal "03B" ? browsed_file_color "#85ED4E" : param_equal "04A" ? browsed_file_color "#E6E0A2" : param_equal "04B" ? browsed_file_color "#E0C86E" : param_equal "05A" ? browsed_file_color "#FEC8AC" : param_equal "05B" ? browsed_file_color "#FFA279" : param_equal "06A" ? browsed_file_color "#FFB3BF" : param_equal "06B" ? browsed_file_color "#FF8C93" : param_equal "07A" ? browsed_file_color "#FFB4D2" : param_equal "07B" ? browsed_file_color "#FF85B4" : param_equal "08A" ? browsed_file_color "#EBB7F9" : param_equal "08B" ? browsed_file_color "#F087D9" : param_equal "09A" ? browsed_file_color "#E7B6F8" : param_equal "09B" ? browsed_file_color "#CE93FF" : param_equal "10A" ? browsed_file_color "#C0CEFB" : param_equal "10B" ? browsed_file_color "#A1B9FF" : param_equal "11A" ? browsed_file_color "#94E5F8" : param_equal "11B" ? browsed_file_color "#3ED2F8" : param_equal "12A" ? browsed_file_color "#50EBF0" : param_equal "12B" ? browsed_file_color "#01EDED" :

Assuming you Song is analyzed, Just Load a song into the desk where the custom button is, and press the button.

Greetings!
 

Posted Tue 26 Jul 16 @ 10:37 pm
sounds interesting. do you have some screenshots or a video clip of this working??
 

Posted Wed 27 Jul 16 @ 12:36 am
No, I not have a video, but I did a gif. I soupose you are refering to the custom button:

http://imgur.com/zL0sdNY

About the Camelot wheel you can find more info on internet, theory , techniques etc..

I put the emoticons vecause the colors on the wheel are related to Key frecuencies. The frecuency for 3B (D Mayor-Flat) is related to green color Frecuency
And well If color can give emotions and feelings etc.. music do the same with the corresponding frecuencies. You can find more on the net about color-sound and emotions

I hope some of that helps

Greetings!
 

Posted Wed 27 Jul 16 @ 1:39 am
 

Posted Wed 27 Jul 16 @ 1:51 am
LSL50, I have no idea how to add it to the wiki. I not see anything indicating that I can edit the wiki . Also I can't put BB code on the forum like for display the images instead of put the link to other place. Maybe I miss something or I don't know maybe is the forum rank or somethign like that, sorry
 

Posted Wed 27 Jul 16 @ 12:25 pm
espepePRO InfinityMember since 2009
Dj_LuiGT wrote :
Hi , I've been playing with virtual Dj for some time and I made a version of camelot Wheel with some emoticons indicating the emotion given by the colors. Also I made a little script for colorize the songs according to the Harmonic and the color on Camelot wheel.

Feel free to download my version of the Camelot wheel if you like it for you skin:

http://imgur.com/oIJzFDM

This is how it looks on the skin:
http://imgur.com/ZmmuWsv

Emoticons Gide:
http://imgur.com/nXQVd8r

In order to colorize the song acording to the Camelot wheel Colors you can copy this script on a custom button:

get_harmonic & param_cast "text" & param_equal "01A" ? browsed_file_color "#70ECD4" : param_equal "01B" ? browsed_file_color "#00EDC9" : param_equal "02A" ? browsed_file_color "#92F0A4" : param_equal "02B" ? browsed_file_color "#27EC82" : param_equal "03A" ? browsed_file_color "#B1EE86" : param_equal "03B" ? browsed_file_color "#85ED4E" : param_equal "04A" ? browsed_file_color "#E6E0A2" : param_equal "04B" ? browsed_file_color "#E0C86E" : param_equal "05A" ? browsed_file_color "#FEC8AC" : param_equal "05B" ? browsed_file_color "#FFA279" : param_equal "06A" ? browsed_file_color "#FFB3BF" : param_equal "06B" ? browsed_file_color "#FF8C93" : param_equal "07A" ? browsed_file_color "#FFB4D2" : param_equal "07B" ? browsed_file_color "#FF85B4" : param_equal "08A" ? browsed_file_color "#EBB7F9" : param_equal "08B" ? browsed_file_color "#F087D9" : param_equal "09A" ? browsed_file_color "#E7B6F8" : param_equal "09B" ? browsed_file_color "#CE93FF" : param_equal "10A" ? browsed_file_color "#C0CEFB" : param_equal "10B" ? browsed_file_color "#A1B9FF" : param_equal "11A" ? browsed_file_color "#94E5F8" : param_equal "11B" ? browsed_file_color "#3ED2F8" : param_equal "12A" ? browsed_file_color "#50EBF0" : param_equal "12B" ? browsed_file_color "#01EDED" :

Assuming you Song is analyzed, Just Load a song into the desk where the custom button is, and press the button.

Greetings!

This is súper
 

Posted Thu 28 Jul 16 @ 4:35 pm
locoDogPRO InfinityModeratorMember since 2013
I've got a harmonic search pad page in the works, you won't need the colours.

When a track is loaded or browsed [depending on shift] hit one of the 8 buttons and it will search for key matches/+1/-1/ 2 semitones / 1 semitone / 3rds/ etc
 

Posted Thu 28 Jul 16 @ 5:21 pm
I want to the colors of the Camlot wheel. Basically for 2 reasons, helps me visualize the difference between keys (+ or -) and allows me to follow the color theory, for example to take account of the "context", "emotions caused etc ..

http://www.custombuttonco.com/media/wysiwyg/Blogpics/Color-Theory-wheel.png
http://www.colormatters.com/color-and-design/basic-color-theory

For example, following the theory of color, I also found that I can add 5 (split complementery) instead of 7

As a side note:
If you play a note on a piano, while a different note. Surprise! It is a chord. So is the same with the camelot wheel, right? if I mix a song in B3 (green) and one in 5B (orange) actually sound in common is 4B (yellow) and 4B, can be mixed with 12B or 8B (color theory-triad) . 12B = 3B-3 or 5B +7 or 5B -5, 8B = 5B+3 or 3B+5 or 3B -7

Greetings!
 

Posted Fri 29 Jul 16 @ 9:23 am
Hi, and thanks for this great idea I was looking for a long time. But actually I have a problem with the script. When I press the button the color of the Song just changes into a light blue. It looks like it is not checking the key. Do you have an idea or solution for this?
Many thanks in advance
 

Posted Thu 04 Aug 16 @ 12:01 pm
No one with any idea?
Thanks for your answers!!!
 

Posted Wed 14 Sep 16 @ 12:26 am
This is nice
 

Posted Sun 18 Sep 16 @ 8:03 pm
xcite555 wrote :
No one with any idea?
Thanks for your answers!!!


seems no one else has come across your issue as yet, are you sure you've checked that 'key' is ticked as a search parameter (that little dot to the left of where you type to search for tracks)?
 

Posted Fri 30 Sep 16 @ 10:26 am
xcite555 wrote :
Hi, and thanks for this great idea I was looking for a long time. But actually I have a problem with the script. When I press the button the color of the Song just changes into a light blue. It looks like it is not checking the key. Do you have an idea or solution for this?
Many thanks in advance



Hello Friend

What is happening to you is that you are not loading the canon in the DECK.

For example: when you select a track and it throws 1A, if you give the next one in the browser will mark it with the same color even if it has a different Harmony.

Try now to take that same song to load it to the DECK and press on the programmed button you will see that if you put the color that should be.

Excuse my bad english
 

Posted Fri 11 Nov 16 @ 12:23 am
Dj_LuiGT wrote :
Hi , I've been playing with virtual Dj for some time and I made a version of camelot Wheel with some emoticons indicating the emotion given by the colors. Also I made a little script for colorize the songs according to the Harmonic and the color on Camelot wheel.

Feel free to download my version of the Camelot wheel if you like it for you skin:

http://imgur.com/oIJzFDM

This is how it looks on the skin:
http://imgur.com/ZmmuWsv

Emoticons Gide:
http://imgur.com/nXQVd8r

In order to colorize the song acording to the Camelot wheel Colors you can copy this script on a custom button:

get_harmonic & param_cast "text" & param_equal "01A" ? browsed_file_color "#70ECD4" : param_equal "01B" ? browsed_file_color "#00EDC9" : param_equal "02A" ? browsed_file_color "#92F0A4" : param_equal "02B" ? browsed_file_color "#27EC82" : param_equal "03A" ? browsed_file_color "#B1EE86" : param_equal "03B" ? browsed_file_color "#85ED4E" : param_equal "04A" ? browsed_file_color "#E6E0A2" : param_equal "04B" ? browsed_file_color "#E0C86E" : param_equal "05A" ? browsed_file_color "#FEC8AC" : param_equal "05B" ? browsed_file_color "#FFA279" : param_equal "06A" ? browsed_file_color "#FFB3BF" : param_equal "06B" ? browsed_file_color "#FF8C93" : param_equal "07A" ? browsed_file_color "#FFB4D2" : param_equal "07B" ? browsed_file_color "#FF85B4" : param_equal "08A" ? browsed_file_color "#EBB7F9" : param_equal "08B" ? browsed_file_color "#F087D9" : param_equal "09A" ? browsed_file_color "#E7B6F8" : param_equal "09B" ? browsed_file_color "#CE93FF" : param_equal "10A" ? browsed_file_color "#C0CEFB" : param_equal "10B" ? browsed_file_color "#A1B9FF" : param_equal "11A" ? browsed_file_color "#94E5F8" : param_equal "11B" ? browsed_file_color "#3ED2F8" : param_equal "12A" ? browsed_file_color "#50EBF0" : param_equal "12B" ? browsed_file_color "#01EDED" :

Assuming you Song is analyzed, Just Load a song into the desk where the custom button is, and press the button.

Greetings!

CONGRATULATIONS

The truth is that I had a few months working on a Personal Skin and this code has dropped like a finger.


Very thankful

And continues to discover and contribute
 

Posted Fri 11 Nov 16 @ 12:25 am


(Old topics and forums are automatically closed)