We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa061d commit 1c8a209Copy full SHA for 1c8a209
patcher/__init__.py
@@ -9,7 +9,7 @@
9
pass # mido is optional, only needed to read .syx and send to external devices
10
from . import fswrap, fpyaml
11
12
-VERSION = '0.7.9'
+VERSION = '0.7.10'
13
FLUID_VERSION = '.'.join(map(str, fswrap.FLUID_VERSION))
14
15
CC_DEFAULTS = [0] * 120
0 commit comments