Make TextEditor compatible with Core Notes, drop Core Notes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d37fc6dda9
commit
362cf9b2b9
7 changed files with 47 additions and 16 deletions
|
|
@ -607,7 +607,6 @@ extern Model* modelMIDIMap;
|
|||
extern Model* modelCV_MIDICC;
|
||||
extern Model* modelGate_MIDI;
|
||||
extern Model* modelBlank;
|
||||
extern Model* modelNotes;
|
||||
}
|
||||
|
||||
// regular plugins
|
||||
|
|
@ -705,7 +704,6 @@ static void initStatic__Core()
|
|||
p->addModel(rack::core::modelCV_MIDICC);
|
||||
p->addModel(rack::core::modelGate_MIDI);
|
||||
p->addModel(rack::core::modelBlank);
|
||||
p->addModel(rack::core::modelNotes);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue