Se Connecter:     


Forum: VirtualDJ Technical Support

Sujet: Can't figure this pad name

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

This pad name works as should

`get_harmonic & param_cast "text" & param_equal "" ? get_text "No Key" : get_harmonic` `get_key`

This one will only show the harmonic, it won't show the key

`get_browsed_key & param_cast "text" & param_equal "" ? get_text "No Key" : get_browsed_song 'Harmonic'` `get_browsed_key`

I've tried all sorts and I can get one or the other showing but not both,
Where am I going wrong
 

Posté Thu 28 Jul 16 @ 7:35 pm
You can only use backticks a single time surrounding the pad name.
To combine several texts, use the get_text action inside
 

Thanks, I've tried all sorts given your advice but cant get a pad name to display

07A Dm
[the space is important]

when calling for browsed info,

not to worry, I'm sure I'll get it in a revision.
 

`param_equal get_browsed_song 'harmonic' '' ? get_text "" : get_text "`get_browsed_song 'harmonic'` `get_browsed_song 'key'`" `
 

Thanks for that, I did try pretty much that except I think it was the cast that messed it up
[I'm never sure when not to use cast]
 



(Les anciens sujets et forums sont automatiquement fermés)