Add Host Parameters Map module, functional but still WIP
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
952304999d
commit
e861389537
7 changed files with 639 additions and 39 deletions
|
@ -895,6 +895,7 @@ static void initStatic__Cardinal()
|
|||
p->addModel(modelHostMIDIGate);
|
||||
p->addModel(modelHostMIDIMap);
|
||||
p->addModel(modelHostParameters);
|
||||
p->addModel(modelHostParametersMap);
|
||||
p->addModel(modelHostTime);
|
||||
p->addModel(modelTextEditor);
|
||||
#ifndef STATIC_BUILD
|
||||
|
@ -931,6 +932,7 @@ static void initStatic__Cardinal()
|
|||
modelHostMIDIGate,
|
||||
modelHostMIDIMap,
|
||||
modelHostParameters,
|
||||
modelHostParametersMap,
|
||||
modelHostTime,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue