Hello all,
is there away to get the selected effects name to show on the LCD for a couple of seconds before showing the artist-title again?
example:
lcd: SIDNEY SAMSON-RIVERSIDE
i flick the effects switch on the mixdeck
FLANGERHQ *flick* FLANGER
2-3 seconds later
SIDNEY SAMSON-RIVERSIDE
when i tried mapping it would keep the name of the effect showing on the LCD
is there away to get the selected effects name to show on the LCD for a couple of seconds before showing the artist-title again?
example:
lcd: SIDNEY SAMSON-RIVERSIDE
i flick the effects switch on the mixdeck
FLANGERHQ *flick* FLANGER
2-3 seconds later
SIDNEY SAMSON-RIVERSIDE
when i tried mapping it would keep the name of the effect showing on the LCD
Inviato Sat 18 Jun 11 @ 3:34 pm
It would be cool if it only came on when activated or maybe do away with the "elapsed/remain" bars and have it scroll the activated audio effect aswell as what video transition I'm on.
Great idea bro, now to see if it can be done........
Huey
Great idea bro, now to see if it can be done........
Huey
Inviato Sun 19 Jun 11 @ 1:43 am
you could use something like this to display the effect while it is active, but the script doesn't exist to hold the text for a couple of seconds, great idea though, you should ask in the wishes forum.
deck # effect active ? get effect_name : get text "title"
if that works, you could use multiple variables for audio and video effects
deck # effect active ? get effect_name : deck # video_fx active ? get videofx_name : get text "title"
I don't have anything to test with, but if you can string together "get" commands you should use the below code so it displays both the audio and video if you have them both activated
deck # effect active ? deck # video_fx active ? get effect_name & get videofx_name : deck # effect active ? get effect_name : deck # video_fx active ? get videofx_name : get text "title" : get text "title"
deck # effect active ? get effect_name : get text "title"
if that works, you could use multiple variables for audio and video effects
deck # effect active ? get effect_name : deck # video_fx active ? get videofx_name : get text "title"
I don't have anything to test with, but if you can string together "get" commands you should use the below code so it displays both the audio and video if you have them both activated
deck # effect active ? deck # video_fx active ? get effect_name & get videofx_name : deck # effect active ? get effect_name : deck # video_fx active ? get videofx_name : get text "title" : get text "title"
Inviato Sun 19 Jun 11 @ 5:10 am
SYNTHET1C
You are the man!! This'll work just fine for me!
Thanks bro!
Huey
You are the man!! This'll work just fine for me!
Thanks bro!
Huey
Inviato Sun 19 Jun 11 @ 11:05 am