Skip to main content

MIDI Forum

Clemens Ladisch
Clemens Ladisch
Joined: Jan 20, 2016
Last seen: Apr 19, 2026
Topics: 1 / Replies: 331
Reply
Re: Confusion with 5 pin DIN terminal numbering

These numbers indeed are wrong for a male plug. Does this thing have a name and/or a datasheet?

2 years ago
Reply
RE: Confusion with 5 pin DIN terminal numbering

Just for completeness, an image (front/external side for female/socket; solder/internal side for male/plug). DIN-41524.png

2 years ago
Reply
Re: Does ANYONE know a plugin that accepts CC commands?

A quick web search shows that "JS: Utility / Volume" does support MIDI learn, but MLimiterFree probably does not.

2 years ago
Reply
RE: Effects of CC 121 Reset All Controllers

Yes; the reset SysExs reset everything.

2 years ago
Reply
Re: Effects of CC 121 Reset All Controllers

Your suspicions are correct; the Reset must come first. Apparently, Cakewalk does not recognize the dependencies of the All Notes Off/Reset All Cont...

2 years ago
Reply

That file is indeed damaged; a zero byte at the end was missing. In general, you'd have to load the file in a sequencer (hoping that it is as toler...

2 years ago
Reply

Correct. If each letter in "LRcccddd" represents one bit, then the data bytes in the SysEx message would be "0000cddd 0000LRcc", and to set the fee...

2 years ago
Reply

If you send zero bits, then those values will be set to zero. If you do not want to change tha values, you have to send the old values. If you do n...

2 years ago
Reply

You can change the parameters and then send the entire memory dump. Doing this when you want to change only a single parameter is what I call "not fea...

2 years ago
Reply

[quotePost id=20655br /> That is not a MIDI cable. (It is not possible to split MIDI signals this way.) That seller tried to include as many keywo...

2 years ago
Reply

As far as I can see, there is no memory address in the message, so I guess it expects you to transmit the entire memory contents. In other words, it i...

2 years ago
Reply

The 7th byte consists of two fields, 7 bits for the cutoff, and 1 bit for the trigger mode. If the cutoff is 21 (0010101), and the trigger mode is 1, ...

2 years ago
Reply

The electrical specification says: The cable shall be shielded twisted pair, with the shield connected only to pin 2 at both ends, as illustrated in ...

2 years ago
Reply

The fifth byte must be 00011xxx, i.e., between 18 and 1F. The sixth byte must be between 40 and 7F. What you write as "pp" must be two bytes, each b...

2 years ago
Reply

The first byte must be not F7 but F0.

2 years ago
Page 2 / 23