Steffan Andrews

Results 53 issues of Steffan Andrews

There is a specific issue that presents itself when the system in is Dark Mode when an application that uses MacControlCenterUI is run. When the app is run, the controls...

bug

`MenuBarExtra` is only available on macOS 13.0 Ventura and later. Build a suitable replacement using `NSStatusItem` and `NSPopover` for older versions of macOS.

enhancement

I've noticed in some (or all?) of my markdown files, all multi-line code blocks such as: ``` line 1 line 2 line 3 ``` Get reduced down to a single...

Perhaps it's a quirk with the default CSS formatting, but text within tables is rendered quite a bit larger than other text in the document. (I'm on macOS 10.13.3)

Reported in: 0.3.6 When Thread Sanitizer is enabled in Xcode, some warnings are posted to the console. This likely is a byproduct of the multi-threading that was introduced a little...

bug

## Motivation `MIDIFile` allows for a fair degree of freedom with how its contents are constructed. Reliance on reading the documentation is necessary to understand and apply certain conventions. This...

💡 new feature
🎹 smf

## General - [ ] `MIDIManager`: Add remaining accessors for things like Core MIDI ExternalDevices, etc. - [ ] `MIDIIOObjectProtocol`: Add remaining `set...()` property methods (counterparts to `get...()` property methods)...

🎹 i/o
🎩 refinement

MIDI 2.0 support progress: - [x] Universal MIDI Packet (UMP) Events Support: added in 0.3.0 - [ ] Additional MIDI 2.0 Events Support - [x] Relative RPN/NRPN support (implement as...

💡 new feature
🎹 events

## Proposal There are numerous arguments in favor of making `MIDIManager` an implicit global singleton rather than something that has to be instanced. The core benefits: - manager does not...

🎩 refinement

# MIDI 1.0 MPE / MIDI 2.0 Per-Note Abstractions - [ ] Explore feasibility of adding MPE / MIDI 2.0 Per-Note Abstractions. **M2-104-UM Universal MIDI Packet (UMP) Format and MIDI...

💡 new feature