Imput Mapping support for Multitouch with TouchOSC

16 touch buttons in Multitouch tab of TouchOSC companion app for user customized callbacks.
This commit is contained in:
Bruno Herbelin
2022-02-13 12:49:43 +01:00
parent 3cf497fa91
commit fc5b967973
7 changed files with 176 additions and 65 deletions

View File

@@ -42,6 +42,7 @@ extern "C"{
void prepare()
{
Control::manager().update();
Mixer::manager().update();
UserInterface::manager().NewFrame();
}