mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
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:
@@ -267,9 +267,9 @@ void Settings::Save(uint64_t runtime)
|
||||
|
||||
// Inputs mapping
|
||||
XMLElement *mappingConfNode = xmlDoc.NewElement( "Mapping" );
|
||||
timerConfNode->SetAttribute("mode", application.mapping.mode);
|
||||
timerConfNode->SetAttribute("current", application.mapping.current);
|
||||
timerConfNode->SetAttribute("disabled", application.mapping.disabled);
|
||||
mappingConfNode->SetAttribute("mode", application.mapping.mode);
|
||||
mappingConfNode->SetAttribute("current", application.mapping.current);
|
||||
mappingConfNode->SetAttribute("disabled", application.mapping.disabled);
|
||||
pRoot->InsertEndChild(mappingConfNode);
|
||||
|
||||
// Controller
|
||||
|
||||
Reference in New Issue
Block a user