mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
enable assignment with MIDI
separate plugin assignment gui from other config
This commit is contained in:
parent
fbf6400955
commit
be0debf66a
7 changed files with 362 additions and 257 deletions
|
|
@ -204,7 +204,7 @@ Console1::write_plugin_mapping (PluginMapping &mapping)
|
|||
node.set_property ("NAME", mapping.name);
|
||||
|
||||
for (const auto& plugin_param : mapping.parameters ) {
|
||||
DEBUG_TRACE (DEBUG::Console1, string_compose ("write_plugin_mapping: Plugin parameter %1: %2\n",plugin_param.first ,plugin_param.second.name));
|
||||
DEBUG_TRACE (DEBUG::Console1, string_compose ("write_plugin_mapping: Plugin parameter %1: %2 - shift: %3\n", plugin_param.first, plugin_param.second.name, plugin_param.second.shift));
|
||||
XMLNode param = XMLNode ("param-mapping");
|
||||
param.set_property ("id", plugin_param.second.paramIndex);
|
||||
XMLNode name = XMLNode ("name");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue