Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet Can't figure this pad name

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

locoDogPRO InfinityModeratorMember since 2013
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
AdionPRO InfinityCTOMember since 2006
You can only use backticks a single time surrounding the pad name.
To combine several texts, use the get_text action inside
 

Posté Thu 28 Jul 16 @ 10:06 pm
locoDogPRO InfinityModeratorMember since 2013
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.
 

Posté Thu 28 Jul 16 @ 11:30 pm
`param_equal get_browsed_song 'harmonic' '' ? get_text "" : get_text "`get_browsed_song 'harmonic'` `get_browsed_song 'key'`" `
 

Posté Fri 29 Jul 16 @ 1:48 am
locoDogPRO InfinityModeratorMember since 2013
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]
 

Posté Fri 29 Jul 16 @ 2:49 am


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