登录:     


Forum: General Discussion

Topic: Automatically load a song into Deck 2 based on the name of the song just loaded into Deck 1
Hey guys!
I'm new here... And I apologize if I'm making any mistakes.

I don't speak English well, so I'm using Google Translate for this task.

I have a question about VDJScript
What I want is:
Automatically load a song into Deck 2 based on the name of the song just loaded into Deck 1
I'm using the script below on the Load button on my controller:

deck 2 load &
deck 1 load "`get_browsed_folder_path`\`get_browsed_artist` - `get_browsed_title`_V2.mp3" &
deck 1 select

But not successful!!

Can anybody help me, please?



 

发表时间 Thu 22 Feb 24 @ 11:33 am
get_text "`get_browsed_folder_path`\`get_browsed_artist` - `get_browsed_title`_V2.mp3" & param_cast & deck 1 load 


This is how you build a string made up of query returns and predefined text, and how to pass it.
 

Very... Very... Very... Thank you!!

Congratulations on your effort in responding and helping friends here on the forum!

I already tested it here and it worked as expected.