Giter Site home page Giter Site logo

Comments (6)

krevis avatar krevis commented on July 17, 2024 1

Will do a release of MIDI Monitor 1.5.4 shortly!

from midiapps.

krevis avatar krevis commented on July 17, 2024

Thanks for the repro case, that's very helpful. Investigating.

The crash is in code that gets MIDI data from the "spying" MIDI driver. If you turn off "Spy on output to destinations > IAC Driver Bus 1", then it's fine.

from midiapps.

krevis avatar krevis commented on July 17, 2024

My fault. SpyingMIDIDriver::SizeOfPacketList is very old and does not account for the 4-byte alignment of MIDIPackets on Apple Silicon processors.

from midiapps.

bwagner avatar bwagner commented on July 17, 2024

Interesting: After installing 1.5.4 I still get a crash in that situation.
midi_monitor_crash2.txt

from midiapps.

krevis avatar krevis commented on July 17, 2024

The bug fix was actually in the driver that gets installed into ~/Library/Audio/MIDI Drivers/MIDI Monitor.plugin.

So a few things might have gone wrong:

  1. When the new version of the app ran for the first time, it should have updated that driver. Check whether it's version 1.5.4.
  2. If you moved that driver away from its installed location, perhaps into /Library/Audio/MIDI Drivers, then that old copy might be getting used instead. Check for any copies and remove them. The one in ~/Library/Audio/MIDI Drivers ought to work.
  3. If some other app or process has been using CoreMIDI, it will be keeping the MIDIServer process alive, with the old driver code. Try quitting all apps that use MIDI, wait a few moments, then launch MIDI Monitor again and try again. Or, to be completely foolproof, log out and in again, or just restart the whole computer.

Let me know if that none of those help.

from midiapps.

bwagner avatar bwagner commented on July 17, 2024

restarted my computer and now it works. Thank you!

from midiapps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.