This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
kmxtool
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Prepare kmxtool-0.3.0 release
develop
Damien Goutte-Gattat
4 years ago
parent
71b69e8d6a
commit
94fc289214
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
NEWS
+1
-1
configure.ac
+ 8
- 0
NEWS
View File
@ -1,3 +1,11 @@
Chanes in kmxtools 0.3.0
* Fix crash in the absence of MIDI ports.
* Fix crash in the presence of multiple raw MIDI devices.
* Fix detection of GLOBAL mode.
* Detect the correct global MIDI channel to use.
Changes in kmxtools 0.2.0
* List programs on the microX.
+ 1
- 1
configure.ac
View File
@ -1,6 +1,6 @@
dnl Configure template for the kmxtool package
AC_INIT([KORG microX utility], [0.
2
.0],
AC_INIT([KORG microX utility], [0.
3
.0],
[dgouttegattat@incenp.org], [kmxtool])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Write
Preview
Loading…
Cancel
Save