- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user