Last seen: May 4, 2026
The MS software synth has all the variations that the SC-55 had. (In the absence of an explicit standard, this is what "GS" means.)
That MS software synth is compatible with GM (and GS), but not GM2; the sample set is based on that of the SC-55.
Do the MIDI IN/OUT LEDs on the UM-ONE light when this happens?
According to the documentation, the Arduino should show up as a USB MIDI device. Does it?
Some links: Transmitting and Receiving MIDI Messages getting input from MIDI keyboard Listens to a MIDI port and dump the received event to the con...
I'd guess your controller is sending a 14-bit value, which would be implemented with separate MSB and LSB controller numbers. (See the Control Change ...
No; the entire design assumes it's connected to a PC.
A USB connection is always between a device and a host, where "host" means a PC, or a device that pretends to be one (such as Kenton's USB MIDI host)....
Most MOTU USB MIDI devices use isochronous transfers (the same mechanism as used with MIDI over FireWire), while all other USB MIDI devices use bulk t...
According to the manual, the A-37 is capable of transmitting bank select and program change messages on any desired channel. Please specifiy what p...
Pitch bend has always used 14 bits in MIDI 1.0. MIDI is an interface specitication, so there can be only additions to the standard. Making any chan...
The first claim of your WIPO application states: lm procédé méthode ou code de langage musical révolutionnaire et méthode d'enseignement musicale d...
Both devices will receive it and think it's for them.
When you have two separate connections from the PC to the devices, and send a message to one of them, the other one will not see it.
Changing conflicting device IDs with SysEx messages would not be possible; what should the device ID of that message be? Anyway, most devices do no...