13
0

Set punch sensitivity when loading session

This commit is contained in:
Robin Gareus 2024-07-23 18:55:49 +02:00
parent 74edf63d01
commit 51030a9a40
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -234,6 +234,7 @@ ARDOUR_UI::set_session (Session *s)
start_clocking ();
map_transport_state ();
set_punch_sensitivity ();
second_connection = Timers::second_connect (sigc::mem_fun(*this, &ARDOUR_UI::every_second));
point_one_second_connection = Timers::rapid_connect (sigc::mem_fun(*this, &ARDOUR_UI::every_point_one_seconds));