@d-healey said in scriptAudioWaveForm and updating contents:
@Orvillain Did you try, AudioWaveform.set("processorId", value); ?
Yeah I did, and it does update it based on a follow up AudioWaveform.get('processorId') call - but the UI component doesn't seem to update, and still shows data from the previous processorId. When I compile the script, then the UI updates one time... but not on subsequent calls to the set method.
I figured I needed to call some kind of update() function after setting the processorId, but no such luck so far.