5 comments

  • MisterTea a day ago

    > The 8-bit microprocessor on a 1983 synth has problems keeping up with the rapid-fire data that spews relentlessly from the supercomputer-grade machine controlling it, and bad things happen as a result.

    Whats to be done? Patch the software to rate limit the transmission of midi frames. This is a giant nothing burger.

    • brudgers 11 hours ago

      Whats to be done?

      Complying with the Midi 1.0 standard is an obvious option. Old instruments are designed to handle 31,250 baud because that is the standard.

      If a new device does not transmit at exactly that rate, it is sending a different protocol, not Midi 1.0 (and the Midi 2.0 requires implementations to be backward compatible).

      transmission of midi frames

      Midi 1.0 is based on bytes not frames. If you are sending frames, you are sending a different protocol, not Midi 1.0.

      • MisterTea 9 hours ago

        Whole lot of pedantry which says the same thing I said - fix the code.

        • brudgers 7 hours ago

          When a person doesn’t understand how Midi works (i.e. bytes vs frames in your case or speed in TFA’s author’s case), a person can’t fix the code without recognizing and accepting their ignorance.

          There’s a protocol and it’s in a standard.

  • hulitu 2 days ago

    Notthing. Greed and planed obsolescence are here to stay.