Can someone please explain how to determine the values to use for the optional ‘offset’ argument of instrument_get(UUID,offset)?
I have a panel with multiple instruments of the same kind that I’m trying to make visible / invisible. My solution so far is to clone the instrument so each has a unique UUID. While that works, the offset, if I knew how to use it, might make cloning unnecessary. Thanks!
How to use ‘offset’ in instrument_get
Re: How to use ‘offset’ in instrument_get
It’s ok I figured it out! The indexes simply start at 0 and increment for each added instrument. I thought that’s how it worked but made a coding error the first time I tried it and the error message totally confused me.