fbpx
Skip to main content

MIDI Forum

Clemens Ladisch
Clemens Ladisch
Joined: Jan 20, 2016
Last seen: Feb 21, 2025
Topics: 1 / Replies: 325
Reply

MIDI streams do not contain timing data. You have to parse all incoming messages in order to get running status at the output correct. And you have...

2 years ago
Reply

To send individual messages, use a tool like SendMIDI. Bit it might be easier to record the entire light show as a .mid file, and play it with a tool...

2 years ago
Reply

Using Bank Select to switch to drums works only with GM2 or XG. In this GS file, to switch the channel back to instruments, reset that setting: 41 ...

2 years ago
Reply

No; Bx cc vv is the standard controller change message (set controller cc on channel x to value vv).

2 years ago
Reply

Here, "=" does not really mean "equals". NRPNs (and RPNs) use an additional indirection to allow more control numbers. You use controls 98 and 99 ...

2 years ago
Reply

… but very few devices support it. I know only of software synthesizers.

2 years ago
Reply

It resets all parameters, so it should come before any other message sent to the device. It does not really matter whether it comes before or after so...

2 years ago
Reply

Can you attach a .zip with both files?

2 years ago
Reply

You need an editor that can apply transpose only to selected notes. (I guess automatic selection by instrument is not possible, and you have to select...

3 years ago
Reply

Do you have multiple instruments in one channel, or multiple channels in one track? In the latter case, many sequencers should be able to split the ch...

3 years ago
Reply

That depends on what parameter has been used to change the pitch. GS has the NRPN "Drum Instrument Pitch Coarse" (18h rrh, where rr = note number),...

3 years ago
Reply

The file MARIE.MID appears to be encrypted.

3 years ago
Reply

buf_len must be a multiple of four.

3 years ago
Reply

Please show your source code.

3 years ago
Reply

Are you sending all 32 bytes, or only as many as are actually used? It's possible that the Windows driver ignore the entire USB packet when it sees an...

3 years ago
Page 6 / 22