-
Could this be implemented into a Hammerspoon extension?
https://github.com/charlieroberts/midiStroke
-
Sorry for all the questions/issues @armadsen !
I've now got things working so that I can successfully receive 14-bit MIDI commands, which is awesome! Thanks for all your help!
However, I'm still…
-
Hi there
I noticed the following situation when app it's running:
If I double press home button and close a virtual synth if I call [[MIKMIDIDeviceManager sharedDeviceManager] virtualDestinations] …
-
Specifically:
`0 CommandPost 0x1046c7053 +[MIKMIDICommand commandWithMIDIPacket:] (MIKMIDICommand.m:44)`
Full details:
```
# Platform: mac
# Application: CommandPost
# …
-
Hi, I connected my Casio Privia PX-850 to my computer and ran the MIDI Testbed (macOS) app to log MIDI messages. When I pressed down or released any key, I only got one MIKMIDIControlChangeCommand (bu…
-
I'm working on receiving patch/configuration dumps from the Novation Circuit and Novation Launch Control XL. These are sent by the device as SysEx messages that are about 300 bytes long. Each such mes…
-
Calling `MIKMIDIEndpointSynthesizerInstrument.availableInstruments()` logs an error on iOS:
```
AudioUnitGetProperty() (Instrument Number) failed with error -10879 in __60+[MIKMIDIEndpointSynthesizer…
-
I'm having a consistent issue wherein perhaps 50% of the time, for example, if I depress roughly 10 notes or more on my MIDI keyboard, and then lift them up roughly simultaneously, I don't always get …
-
I've been using successfully using vvopensource with an app of mine http://komposer.io - but with el capitan upgrades - my apps gone pear shaped. I tried cherry picking the el capitan fixes for code -…
-
I ran this against vvmidi and it helped clean up a bunch of code.
ARC is solid, one needs to be more diligent around strong references though.