mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
First working implementation of Inputs Mapping
Management of inputs in Control, Management of callbacks creator per input in Source, Saving and Loading in Session, Unified renaming of SourceCallbacks, User interface window for creating and editing input mapping from Keyboard and Numerical keypad, with appropriate Settings.
This commit is contained in:
10
main.cpp
10
main.cpp
@@ -106,11 +106,6 @@ int main(int argc, char *argv[])
|
||||
if ( !Connection::manager().init() )
|
||||
return 1;
|
||||
|
||||
///
|
||||
/// CONTROLLER INIT (OSC)
|
||||
///
|
||||
Control::manager().init();
|
||||
|
||||
///
|
||||
/// METRONOME INIT (Ableton Link)
|
||||
///
|
||||
@@ -123,6 +118,11 @@ int main(int argc, char *argv[])
|
||||
if ( !Rendering::manager().init() )
|
||||
return 1;
|
||||
|
||||
///
|
||||
/// CONTROLLER INIT (OSC)
|
||||
///
|
||||
Control::manager().init();
|
||||
|
||||
///
|
||||
/// IMGUI INIT
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user