I’m trying to develop in Nyquist, but I’m having the problem of not being able to access information I need about the project since I can’t get any of the information from the global property lists as defined here. I’m trying to access them exactly as described there and in the property list tutorial, but all of them invariably will come back as NIL. I can access these just fine in the Nyquist prompt, but they won’t work in a plugin. Experiencing this in both Windows and Linux, in Audacity versions 2.4.2 and 3.4.2. Any idea what might be going on here?
(I have found a workaround by having a text input widget with a default value of the property I’m trying to access, which usually but not always works if that is the only widget the plugin is using.)