Hey #maxmsp #maxmspgen People!
Anybody have a workaround for the good old, very annoying [gen~] compiler bug? It`s been there since years and C74 does not want to fix it, unfortunately. Sometimes [gen~] compiler goes total crazy and
- cannot find random variables
- if() statements die, even (1==1) will be false.
- gives no errors but compiler messing up variables and [gen~] will produce unexpected results.
Any help would be much appreciated! Have a great day!🙏
@skogn it would be good to share the whole code or at least the beginning of your code where the definitions are
Hi @ovalvoal ! The variable "lp4" is defined four lines above. But if you "fix it" by replacing "lp4" with "y4" then it will pick up another random variable and gives another nonsense error, and so on.
The whole code is 1700 lines long, I`m not sure how to share it.
This bug happens to me quite often, and the code doesn't really matter because the compiles just goes crazy and errors on anything.