@VirtualVirgin said in Using "obj":
I was referring to the difference between the user name for the ID and the one HISE creates "Object 0x58dca420" or whatever it comes up with.
Console.print
will only display text. When you pass it something that isn't text it will display what it is, Object, Array, etc. In the case of objects it also prints some hex numbers which I'm not entirely sure what they are, perhaps a memory address, either way the information is not useful to us.