- refactored kml import/export

- added ability to import patch file with midicc defined without patch parameter
- fixed notes cut off by calling getStateInformation()
- disabled limiter
- increased version to v1.1.0-pre
This commit is contained in:
2026-05-09 08:34:01 +02:00
parent 0de8c05f00
commit c392104aec
4 changed files with 54 additions and 45 deletions
-1
View File
@@ -57,7 +57,6 @@ public:
int findParamID_byName(String name);
void exportXML(String name);
void exportXML(XmlElement *pXML_doc) const;
int importXML(String name);
int importXML(XmlElement const *pXML_doc);
void add(midiCC_container_t *pObj, int controllerID);
void remove(midiCC_container_t *pObj, int controllerID);