13
0

MCP: change refresh interval for meters + automation + timecode to 100msec

git-svn-id: svn://localhost/ardour2/branches/3.0@11845 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-09 00:45:22 +00:00
parent 522c2dd4cf
commit 63e15e1737

View File

@ -400,7 +400,7 @@ MackieControlProtocol::set_active (bool yn)
// must come after _active = true otherwise it won't run
update_surface();
Glib::RefPtr<Glib::TimeoutSource> meter_timeout = Glib::TimeoutSource::create (25);
Glib::RefPtr<Glib::TimeoutSource> meter_timeout = Glib::TimeoutSource::create (100); // milliseconds
meter_connection = meter_timeout->connect (sigc::mem_fun (*this, &MackieControlProtocol::meter_update));