Cabbage Logo
Back to Cabbage Site

"Long lines can be broken up with a '\' placed at the end of a line." doesn't seem to work

I found this potentially useful line in the beginner synth tutorial:
“Long lines can be broken up with a ‘’ placed at the end of a line.”
but it doesn’t seem to be working, at least on the current 2.0.02 OSX version, the result is that the line following the \ does not seem to influence any settings of the GUI widgets.

I had also noticed some code with a ‘#’ in it, I have been using some #define statements to create macro parameters for GUI, like the knobs all use mostly the same settings so i do a #define pinky and then my overall tracker and text colors, and on each line of rslider at the end I put $pinky, so I am wondering if this might have an effect or stop the functionality of the ‘’

I’ll take a look. This definitely worked with version 1.n of Cabbage but I can’t say off hand if it’s something I worked into version 2.n…

[edit] it doesn’t look like I did. I will add it to the list.