-
Was working previously, something in a recent upgrade seems to have broken it.
Possibly related to #85, but not the same.
Build chain info:
```
» clang --version
Homebrew clang version 15.0.7…
-
Both ALSA and CoreMIDI (Mac) have a 2-level organization of MIDI ports. The first level (called Entity in CoreMIDI and Client in ALSA) typically corresponds to an application or single hardware device…
-
What do you think about having a method that fires a callback when that part of the stream arrives? I'm thinking of something like this:
``` js
var coremidi = require('coremidi')
, midi = require('…
-
Noticed using M-Vave MS-1 bluetooth MIDI dongle. The underlying issue is https://github.com/Boddlnagg/midir/issues/138, which itself depends on coremidi library. Testing newer midir with newer coremi…
-
I'm getting an error when I try to execute the sample code on macOS. I've tried running on iOS and it errors too. I've debugged and the output exists and I have its name/id. Any idea what the issue is…
-
Core MIDI APIs such as MIDISourceCreate and MIDISend are deprecated and causing crashes on iOS 14.2. The contemporary methods must be implemented into MIKMIDI to conform to Apple's current MIDI standa…
-
Hi, I'm the maintainer of the coremidi crate, I was willing to update it to support MIDI 2.0, and replace all the deprecated functions. But I'd like to check with you first to see what work would be n…
-
### Detailed steps on how to reproduce the bug
When utilizing the JUCE Framework with ThreadSanitizer enabled, the application is unable to properly terminate the application.
1. cmake -G Xcod…
-
Hello Ari,
First of all I want to thank you all your work and effort to make available the fantastic ruby gems you have developed: unimidi, topaz, midi-message, etc. I’m a admirer of your work.
…
-
Hi,
I just wanted to ask if it's possible to play midi on real external devices on Mac, e.g. Roland sc55? I understand from the project description that on Windows and Linux it's supported, but wh…