ktmidi 0.7.0 release #60
atsushieno
started this conversation in
General
Replies: 1 comment
-
You can find every external link from here: https://g0v.social/@atsushieno/111821857164619048 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I have tagged v0.7.0 release, and published the Maven packages to Maven Central.
The new version is mostly about the refresh MIDI-CI implementation with an experimental new tool ktmidi-ci-tool. I will soon publish a detailed blog post about it. So far, the biggest API breakage is that
dev.atsushieno.ktmidi.ci
package is now gone fromktmidi
module and it now resides in its ownktmidi-ci
module, where we could add more dependencies without worring about too many deps.ktmidi now builds on Kotlin 1.9.x basis with Kotlin/Wasm support (only on
wasmJs
target so far). We haveWebMidiAccess
for it, and it is already incorporated into the Web version of ktmidi-ci-tool. It should work on Firefox and Chrome (or any Chromium-based browsers if Web MIDI access is not very different).Beta Was this translation helpful? Give feedback.
All reactions