-
- CoreMedia.framework
- CoreMIDI.framework
- AVKit.framework (newer) or AVFoundation.framework
- AudioUnit.framework (loading audio)
- AudioToolbox.framework
- MediaToolbox.framework
-
Due to the way Mac OS handles sending USB MIDI to certain interfaces, having a max packet size of 256 bytes will cause every 256th byte in a long sysex transfer to be skipped. I've been able to work a…
-
# Improve error types
Most `Result` return values use an `i32` (an `OSStatus`) as their error variant. This is not ideal for a couple of reasons
* `i32` doesn't implement `std::error::Error` so …
-
Build is broken on PowerPC. Tested on 10.5.8 and 10.6, with gcc7 and gcc12.
```
during GIMPLE pass: eh
In file included from ../macosx/coreaudio/JackCoreAudioDriver.mm:29:
../common/JackLockedEngi…
-
This pattern is not GC safe:
https://github.com/xamarin/xamarin-macios/blob/cbf459a608ff18304cc9616ea7bfde0c8d14c018/src/CoreMidi/MidiServices.cs#L848-L850
because the `p` pointer is only valid …
-
as reported by @sdj on issue #7
-
In the previous version, I always found that Internal Input was a better choice for my MIDI controller Keyboard - especially when I wanted my students to use 'MIDI Learn' in the Example MIDI instrumen…
-
I've built jack 1.9.16 with the 3 latest commits for Apple Silicon support applied, as part of Homebrew at https://github.com/Homebrew/homebrew-core/pull/68079
We're seeing the following errors dur…
-
Hi Leigh,
Thanks for the 64 bit driver for MIDISPORT 2x2 excellent it works really well with Big Sur ,
I am testing my music software/ hardware on a macos 12 beta 5 presently but the midisport does …
-
Hydrogen version * : 1.0.0-beta2
Operating system + version : MacOS 10.15.4
Audio driver + version : JackOSX.0.92_b3
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -…