SolfaMode

Results 8 comments of SolfaMode
trafficstars

For Windows the MIDI call is midiOutShortMsg, taking a 32 bit Word containing a Midi 1.0 message. It requires no packet length. For Linux, AlsaMidiOutPort also converts the messages to...

Are there still problems with this pull request?

@Flying-Roger Could you please build, run and test if this pull request resolves the MIDI-out velocity issue on Windows 10? @cbjeukendrup When will this pull request eventually get merged? I...

> I just dowloaded the build and I tested it on my Casio keyboard + monitoring with midiview. The velocity is now set to 64 and all notes are audible....

@cbjeukendrup @RomanPudashkin This pull request ist 1 month old now. Given that users here are quite happy with the results that they get, would not it be time to make...

> It won't be forgotten; eventually every PR will be considered. Anyway, the situation right now is that Roman is on vacation... so I guess all I can do is...

@cbjeukendrup I feel quite sad about how this pull request is handled. First, the requested expert reviewer never joined the review. Then everything takes so much time. Then discussion after...

Diabling Sendable checking fixes the issue for me. ``` enum InlineNode: Hashable, @unchecked(Sendable) ``` See also https://forums.swift.org/t/strange-enum-circular-reference-error-in-xcode-13-3/56721