I'm writing a script for LEDs on my DDJ-XP1 to display a Graphic EQ, and need to be able to ask VDJ for the levels on a particular frequency or band of frequencies on the master output. Does this exist? If not how hard would it be for devs to implement in an upcoming release? To keep it simple 8 bands would suffice 0-80hz, 81-200hz, 201-800hz, 801-2khz, 2k-5khz, 5k-10khz, 10khz-15khz, and 15k-20khz, or tied into the built-in 3band eq and using those 3 bands set by the user prefs.
Posted Tue 29 Dec 20 @ 6:51 pm
You can tweak your own range for the 3-band EQ
Little more tricky to show what frequency its at during use, the action (for example eq_low_freq) returns a value to the knob position (0 to 1)
Can also see this older post, might be of interest https://www.virtualdj.com/forums/226926/General_Discussion/VDJ_Equalizer_Settings.html
Little more tricky to show what frequency its at during use, the action (for example eq_low_freq) returns a value to the knob position (0 to 1)
Can also see this older post, might be of interest https://www.virtualdj.com/forums/226926/General_Discussion/VDJ_Equalizer_Settings.html
Posted Tue 29 Dec 20 @ 7:28 pm
There is also a 10 band EQ plugin, that you might prefer to map
Will be quite easy
Will be quite easy
Posted Tue 29 Dec 20 @ 7:32 pm
Thanks Rune, I'm familiar with the eq settings; I'm looking for a VDJ Script query to return the levels of a particular band in real time. I'm trying to build a multi-band VU meter(or graphic eq display) script for a controller.
Below is what I've done so far, but it's just the L/R VU meter repeated with slight variations to make it appear like a GEQ. I had to filter the audio because YouTube are DR nazis.
Below is what I've done so far, but it's just the L/R VU meter repeated with slight variations to make it appear like a GEQ. I had to filter the audio because YouTube are DR nazis.
Posted Sun 03 Jan 21 @ 10:43 pm