mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix Lua 1Hz timer signal (#9529)
This commit is contained in:
parent
db9e11d973
commit
6b3eb55ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -1432,7 +1432,7 @@ void LuaInstance::set_session (Session* s)
|
|||
for (LuaCallbackMap::iterator i = _callbacks.begin(); i != _callbacks.end(); ++i) {
|
||||
i->second->set_session (s);
|
||||
}
|
||||
second_connection = Timers::rapid_connect (sigc::mem_fun(*this, & LuaInstance::every_second));
|
||||
second_connection = Timers::second_connect (sigc::mem_fun(*this, & LuaInstance::every_second));
|
||||
point_one_second_connection = Timers::rapid_connect (sigc::mem_fun(*this, & LuaInstance::every_point_one_seconds));
|
||||
SetSession (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue