There seems to be a bug
Stable 5.2
There seems to be a bug
Stable 5.2
If you carefully read the message you can see that you are somehow mixing types.
When opening the channel browser: does it say Integer32
?
Either:
F6
, remove the channels and click Save. Then hit F9
Btw. I am curious. What do you need the global channels for?
I would advise only using them when itās about connecting different instruments, machines, worlds. Donāt use them in patches that should be modular/reusable in their nature. Accessing āglobal variablesā is like using Spiderweb-Glue. You donāt use it to build houses or libraries. Itās high-level stuff for the end-user building projects.
@gregsn Looks like you are right. Maybe it was created as Integer32 before and thatās one reason why it ended up with this error. Thanks for your help!
Iām making a rich UI application with the ability to edit, save and load āscenesā. I use global variables to do this, I store the application cells there, to be honest I even store the āopen editorā, āshow menuā variables there. Itās not a library or anything like that, itās a specific application, by programming this application Iām just trying to find out if all the things Iāve wanted to create for a long time are possible.