We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3e820 commit 4af132dCopy full SHA for 4af132d
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 0.10.3
2
+
3
+Fixes:
4
+ * Mono tracks can now be connected to stereo output busses
5
+ * OSC paths for gain and pan controls on tracks work again
6
7
## 0.10.2
8
9
Fixes:
include/version.h.in
@@ -3,7 +3,7 @@
#define SUSHI__VERSION_MAJ 0
#define SUSHI__VERSION_MIN 10
-#define SUSHI__VERSION_REV 2
+#define SUSHI__VERSION_REV 3
#define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV
0 commit comments