mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Metronome and Stopwatch User Interface
New Timer window in UI for Metronome (Ableton Link management) and replaces Timers. Former Timers in Metrics are replaced with Runtime (of session, of program and of total vimix runtime in settings). Temporarily disconnected Metronome from MediaPlayer actions.
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -85,13 +85,13 @@ int main(int argc, char *argv[])
|
||||
/// lock to inform an instance is running
|
||||
Settings::Lock();
|
||||
|
||||
///
|
||||
///
|
||||
/// CONNECTION INIT
|
||||
///
|
||||
if ( !Connection::manager().init() )
|
||||
return 1;
|
||||
|
||||
///
|
||||
/// METRONOME INIT
|
||||
///
|
||||
if ( !Metronome::manager().init() )
|
||||
@@ -162,7 +162,7 @@ int main(int argc, char *argv[])
|
||||
///
|
||||
/// Settings
|
||||
///
|
||||
Settings::Save();
|
||||
Settings::Save(UserInterface::manager().Runtime());
|
||||
|
||||
/// ok
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user