Apple Silicon M1/M2/M3 compatibility with CEP for creating extensions
I'm learning extension coding using extendscript. And I'm trying a very simple function of muting a sequence by pressing a button in the extension.
1. I'm able to detect a sequence and get its info
2. However when I'm trying the mute function, it's saying that either
a. Tracked is locked (when it is not)
b. Track is already muted (when its not)
I'm trying to figure out if this is Apple silicon extendscript problem, or am I doing something completely wrong? Any help would be great!
