VST3: fix PSL callback subscription
This commit is contained in:
parent
9e7cfdd880
commit
b8157580c6
@ -2755,8 +2755,8 @@ VST3PI::setup_psl_info_handler ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Stripable* s = dynamic_cast<Stripable*> (_owner);
|
Stripable* s = dynamic_cast<Stripable*> (_owner);
|
||||||
s->PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST3PI::stripable_property_changed, this, _1));
|
s->PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST3PI::psl_stripable_property_changed, this, _1));
|
||||||
s->presentation_info().PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST3PI::stripable_property_changed, this, _1));
|
s->presentation_info().PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST3PI::psl_stripable_property_changed, this, _1));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user