[Solved] Instruments Observable Not Firing After Rec

Hi,

I’m finding that the renoise.song().instruments_observable does not fire after one records a new instrument with the Sample Recorder. Is this intentional behavior? :huh:


EDIT:
Sorry, was too hasty. It seems the observable only fires when instruments are actually ADDED to the list. And the recorder acts ‘smart’, overwriting any empty instruments. It’s kinda shady though… So, I think if I want to observe any changes in the list, like renaming, I’ll have to tap into each instruments observable properties separately…