Ingreso rápido:  

Forum: General Discussion

Tema: Deck B Script for Karaoke Playback via Custom Button

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hi Guys.. Need your assistant.

Using skin with 2 decks, where A = Automix (Songs Playback) and B = Karaoke.
I've created button for the automated Deck B Karaoke playback using Effect "StereoChannel" which suppose to select Left, Right or "Doing Nothing" base on my filename or Remix tab in the "ID Tag" section.

I've added in the Remix ID Tag or End Of my filename, (in bracket)
-LM1 meaning Left Track for Minus one,
-RM1 = Left Track Minus One or
-FM1 = Track with Stereo Minus One

exp my filename:
James Hullon - Far From Home (LM1).mp4

Deck B Custom Button currently contains:

deck 2 play & auto_crossfade 100% & deck 1 stop & get_remix_after_title "LM1" ? & deck master effect_active "StereoChannel" & effect_button 1 : nothing : & get_remix_after_title "RM1" ? & deck master effect_active "StereoChannel" & effect_button 2 : nothing

Question is, I've no idea hot to get this script to read the LM1/RM1 (not very familiar with the script) from the Remix ID Tagging or in bracket at the end of filename in order to activate the Effect Stereo Channel and afterward select either Left or Right Channel.

Can Somebody assist me. Thanking you guys in Advance.

 

Mensajes Wed 16 Oct 19 @ 7:24 am
locoDogPRO InfinityModeratorMember since 2013
param_equal "`get_loaded_song 'remix'`" "YOURSTRING" ? TRUE : FALSE
 

Mensajes Wed 16 Oct 19 @ 7:35 am
Thanks .. very fast respond - but is this right?

deck 2 play & auto_crossfade 100% & deck 1 stop & param_equal "`get_loaded_song 'remix'`" "LM1" ? & deck master effect_active "StereoChannel" & effect_button 1 : nothing : & param_equal "`get_loaded_song 'remix'`" "RM1" ? & deck master effect_active "StereoChannel" & effect_button 2 : nothing

or

deck 2 play & auto_crossfade 100% & deck 1 stop & param_equal "`get_loaded_song 'LM1'`" ? & deck master effect_active "StereoChannel" & effect_button 1 : nothing : & param_equal "`get_loaded_song 'RM1'`" ? & deck master effect_active "StereoChannel" & effect_button 2 : nothing

Still not working .
 

Mensajes Wed 16 Oct 19 @ 7:41 am
locoDogPRO InfinityModeratorMember since 2013
top one looks there abouts, but you say this for deck 2, when you "deck 1 stop" you shift the scripts focus to deck 1, start the param_equal bit with deck 2 to make deck 2 the focus *edit, too many nothings too*

deck 2 play & auto_crossfade 100% & deck 1 stop & deck 2 param_equal "`get_loaded_song 'remix'`" "LM1" ? deck master effect_active "StereoChannel" & effect_button 1 : param_equal "`get_loaded_song 'remix'`" "RM1" ? deck master effect_active "StereoChannel" & effect_button 2 : nothing
 

Mensajes Wed 16 Oct 19 @ 7:54 am
Yes... It's Work - Many Thanks - Solved My Headache :-)
 

Mensajes Wed 16 Oct 19 @ 7:57 am


(Los tópicos y foros antiguos son automáticamente cerrados)