mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
WS: improve Observable implementation
This commit is contained in:
parent
842b989e19
commit
1369076c14
5 changed files with 28 additions and 25 deletions
|
|
@ -84,7 +84,7 @@ export default class Strip extends AddressableComponent {
|
|||
if (node.startsWith('strip_plugin')) {
|
||||
if (node == StateNode.STRIP_PLUGIN_DESCRIPTION) {
|
||||
this._plugins[addr] = new Plugin(this, addr, val);
|
||||
this.notifyObservers('plugins');
|
||||
this.notify('plugins');
|
||||
return true;
|
||||
} else {
|
||||
const pluginAddr = [addr[0], addr[1]];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue