You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev->on_parameter_created.connect<&attribute::on_parameter_created_callback>(x);
=>
static_cast<attribute*>(x)->do_registration();
=>
clear_and_init_registration();
=> recreates everything every time a parameter is created somewhere in the patch
The text was updated successfully, but these errors were encountered:
jcelerier
changed the title
ossia.attribute makes patches extremely slow
ossia.attribute makes patch loading extremely slow
Nov 21, 2022
probable cause:
The text was updated successfully, but these errors were encountered: