Sign In:     


Forum: Wishes and new features

Topic: Stem EQ and Freq EQ toggle
On djay pro you can simply toggle channels from stem to freq. On virtual DJ you HAVE to select one of the 4 types of EQs and the stens one with outer/inner freq EQ makes it so you cant have 4 decks.

If you want to remain ahead of the game you need to let us customize and map the knobs entirely, with the ability to toggle between 2 presets. Yes now you will tell me it's possible already but it is very buggy. You hear it but you dont see it. You cant rename the slider either. You need to work on this ASAP. It WILL be the only relevant DAW. If you dont do this you will remain at odds with djay pro.
 

Posted 3 days ago @ 9:53 pm
Can already.
 

How? Cant find in the guide, and Ive been spending hours trying to make it work. I can change the knobs but it's only audio. The name doesnt change and there is 0 value change on the screen either.
 

 

You're right! Asked grok to do it on the crossfader. So now left half is EQ and right side is stems! VirtualDJ back on track. Absolute gamechanger right here! It would still be better to be able to have 2 channels per deck as opposed to switching but that works okay for now.

Here is the code for the crossfader

deck all crossfader & param_smaller 50% ? setting 'eqMode' 'Frequency' : setting 'eqMode' 'stems'
 

 

No it's not, far from it.
You're asking single query, single verb questions, and it's still getting things wrong.
 

BlueberryAlien wrote :

Bruh. Good thing AI is fluent in VDJScript lol

Actually it's pretty horrible!
In most cases it will suggest JavaScript and still claim it to be VDJ scripts.
The issue is most likely that there's not enough VDJ script in the world to train on, and that LLMs can't read ("understand") manuals - it can only do auto-complete (guess next word) based on analysis of existing examples

... and of course the biggest issues with LLMs:
It only gets "rewarded" internally if it comes up with an answer, so it will present any chance of a match/answer before it admits that it can't find the answer.
This is the main reason why LLMs (most AI right now) is only 100% correct about 45% of the time when asked fact based questions (in comparison Wikipedia is more than 95% correct)
 

Well. Grok seems okay... Gave me that crossfader script and it works
 

BlueberryAlien wrote :
Well. Grok seems okay... Gave me that crossfader script and it works


That doesn't mean that it's okay :-D
 

They [academics] tried a real benchmark recently, not the tests the companies do, but real world tasks taken from Fiverr. I think they called it RLI remote labour index.
~96.4% fail rate and that was the best result. source

@vinylTouch, yep; User told there's something wrong with the script and the reply is "seems ok" not "why what's wrong with it?"

It's a tool, like a calculator is, but we don't give calculators to 5 year olds until they can do the basic arithmetic in their head. You need to learn to walk unaided before you can run.
 

locoDog wrote :
They [academics] tried a real benchmark recently, not the tests the companies do, but real world tasks taken from Fiverr. I think they called it RLI remote labour index.
~96.4% fail rate and that was the best result. source

@vinylTouch, yep; User told there's something wrong with the script and the reply is "seems ok" not "why what's wrong with it?"

It's a tool, like a calculator is, but we don't give calculators to 5 year olds until they can do the basic arithmetic in their head. You need to learn to walk unaided before you can run.


You're talking as if AI is absolutely terrible at VDJscript, but somehow it gave me a perfectly useable script, and saved me a ton of time. So either you're using a bad AI or the last time you asked it to write you something was 3 years ago. I have no reason to believe it's as bad as you make it seem.
 

Real DJs write their own scripts!!!!!
 

If it came to training AI on vdjScript from the whole forum, my name would be a token.
The script works but it's still wrong, even something that simple.

Again you don't ask "what's wrong with it?", but jump to defend the thing doing your thinking for you, which I suppose you have to given the blind faith.

You've now crossed my irritation threshold, well done and good luck using LLMs it will work for a bit, then it won't.

Real DJs know their tools.
 

You just told me "Can already" and never replied back to my question. Grok helped me and you didn't!

And do you really expect the average VirtualDJ user to learn to be fluent in a scripting language? That is beyond unrealistic. If anything there should be a pinned post with user-made scripts with their description, so the scripting feature would be more accessible.
 

Fluent? No, but should know the if A ? B : C's.
If I reply just "Can already" it means that person has already irritated me, they can then either earn some respect back asking questions of another person who can teach them, or put their faith in a machine that called itself 'Mecha-Hitler'.

You're on my ignore list now, so good luck with LLMs.
 

OP as said before (because you are new here), people are here to try to help you, especially if what you are doing is not immediately productive and there are better ways.

What @locodog told you is right...your AI answer is doing something, but not what you explicitly asked. What you should have asked was, why is it not right/not what you asked.

You need to be able to take advice from forum members, especially seasoned/tenured members like @locodog (who is a vdjscript expert), otherwise you will have a very hard time here/potentially be ignored.

It's not about the members wanting to be right, it's about you not trying to listen - there is nothing worse on a support forum than someone who genuinely doesn't know about a topic asking for help, then when they get it, they turn around and belittle the help, not because they actually learned about the topic, but because they blindly trusted an generalized LLM answer on the topic.
 

The only advice that I get is that I'm wrong and should read the VDJscript brick of knowledge, instead of being given pointers. It's like telling you to learn javascript everything on your own instead of being given some help.

It's not exactly what I desire but time and time again Im only told that it is POSSIBLE, but that's it. Baffling. The forums have not been very helpful so far!
 

The actual advice pointed you to the direct verb to read

DJ VinylTouch wrote :


To that you said this
Quote :

Bruh. Good thing AI is fluent in VDJScript lol


Which is wrong (it's not) and it gave you and answer not even related to what you asked (how to change the EQ mode per channel).

The right answer was stated right in the description of the verb if you actually read it (which I'm almost sure you didn't):

Quote :

Select the behavior of the EQs knobs (frequency, modernEQ or EZRemix) Can be used to switch between Frequency and your preferred stems mode using 'eq_mode +1' To change the eq mode only for a single deck, use "eq_mode +1 deck" (or "deck 1 eq_mode +1 deck" to specify deck 1 in your script) To select a specific behavior, you can use "eq_mode frequency", "eq_mode modernEQ", "eq_mode ezRemix" or "eq_mode stems"


We are here to help as always. We can't help you if you don't want to accept help.