-
ktmidi 0.7.0 features full-scratch MIDI-CI implementation which would improve AAP interoperability through Profile Configuration, Property Exchange and Process Inquiry. They are NOT for realtime proce…
-
(this is spawned off request #40 , as i think its a separate but interesting discussion item)
Perhaps Electra ONE could start to make use of new MIDI 2.0 features?
In particular MIDI-CI is all a…
-
MIDI 2.0 support progress:
- [x] Universal MIDI Packet (UMP) Events Support: added in 0.3.0
- [ ] Additional MIDI 2.0 Events Support
- [x] Relative RPN/NRPN support (implement as a `relative: B…
-
Currently only `jvmMain` and `androidMain` has working implementation (`based on java.util.zip`).
We could implement for most of the rest, but I'm rather waiting for ktor-io 3.0.0 which has `Deflat…
-
sendDiscovery() in /libs/midici.js
this._muid = getRandomInt(0xFFFFF00);
getRandomInt() in /libs/utils.js
return Math.floor(Math.random() * Math.floor(max+1));
Does this mean the generated…
-
MIDI-CI messages are backwards compatible with MIDI v1. Technically they are just System Exclusive messages. But they follow a strict protocol just like any other regular MIDI message.
I think it's…
-
# Add MIDI Capability Inquiry (MIDI-CI) Support
Are there any plans to implement the MIDI-CI spec? If there aren't current plans, is LUFA open to it being added?
For reference, see the [MIDI-CI …
-
What is the assessment of the impact the MIDI 2.0 packet based protocol will have on Jack audio and MIDI ? Would this need a new ALSA driver/sequencer and a change of Jack2 related APIs ?
[https://ww…
-
Timidity++ already supports MTS, but I was really hoping it could be added to SCC (edmidi), opnmidi, and adlmidi. Technically for my purposes I only need real-time single note change (bank/no bank). S…
-
MIDI-CI messages require a bi-directional communication with MIDI devices. As far as I can tell there is currently no way to map an input device with its corresponding output device with WebMIDI. Unfo…