Hi all, I have another suggestion in regard to v4.x
I’m now doing a lot of midi calls in my songs as all my lighting changes are done from midi-DMX and very successfully so.
However, my lyrics are now very difficult to do as some of the strings of midi commands are massive and often repetitive plus very open to making silly mistakes when entering. Plus they are difficult to identify further in the song.
Is there any way that a definition or string substitution could be incorporated. A little like a #define statement in C++. I.e at the beginning of the lyrics used a define so a single word could be used to substitute a string something like this:
[#DEFINE red_light=midi: CC1.127@1, CC2.0@1, CC3.0@1]
[#DEFINE green_light=midi: CC1.0@1, CC2.127@1, CC3.0@1]
[#DEFINE blue_light=midi: CC1.0@1, CC2.0@1, CC3.127@1]
[#DEFINE white_light=midi: CC1.127@1, CC2.127@1, CC3.127@1]
[#DEFINE chorus=“Do you believe, that clear white light”
Lyrics…..
[red_light@00:05.00]
More lyrics…..
[white_light@00:20.10]
Yet more lyrics …..
[red_light@01:01.30]
[chorus]
Etc.
Or something along those lines where the name and the string are something I define and are merely a string substitution