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
`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
Posted 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
To combine several texts, use the get_text action inside
Posted Thu 28 Jul 16 @ 10:06 pm
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.
07A Dm
[the space is important]
when calling for browsed info,
not to worry, I'm sure I'll get it in a revision.
Posted 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'`" `
Posted Fri 29 Jul 16 @ 1:48 am
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]
[I'm never sure when not to use cast]
Posted Fri 29 Jul 16 @ 2:49 am