- 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 -1
View File
@@ -3,7 +3,7 @@ include make/defaults.mk
CONFIG ?= release
TARGET ?= JaySynth.so
APP_VERSION := 1.0.1b
APP_VERSION := 1.1.0
APP_VERSION_HEX := 0x010001
LIBSRC_PATH ?= $(realpath ./submodule)
JUCE_PATH := $(realpath ./sdk/juce/JUCE-3.1.1)