-
Hi Brian,
I am writing to you, since you worked on MIDI and I wrote a rather complete library in the last weeks that should serve as a toolkit for creating MIDI based applications.
I would like …
-
Hi, I've been using ofxMidi happily in my app [vooku/skinny](https://github.com/vooku/skinny) but come across this problem when implementing GUI for MIDI devices. I specifically encountered this on Wi…
vooku updated
2 years ago
-
```
Do you think it is possible to port this to iOS devices or to develope a driver
for this architecture?
```
Original issue reported on code.google.com by `tristan....@gmail.com` on 16 Aug 2011 at…
-
## Issue Description
When running test_plugins.py, the function test_stereo_plugin_effect fails when the plugin_path is a .component file, but it works correctly for VST and VST3 files. The functio…
-
I think I've exhausted all my options, I cannot for the life of me get MT-32 emulation to work in the new ARM version of Dosbox for Mac. I can get it to work just fine in the Windows version, plop the…
-
https://gist.github.com/0fe71b9b758fc19823f5
ghost updated
8 years ago
-
The app crahses on Mavericks. This is the log.
Process: hairless-midiserial [1271]
Path: /Applications/hairless-midiserial.app/Contents/MacOS/hairless-midiserial
Identifier: …
-
Not sure if this is a feature request, a documentation request or just a support request… but…
RtMidi gives all times as deltas, ie, time since last event. I assume (?) this is time since last even…
-
Using OF 0.11.2 on OSX Big Sur
if I patch a VAoscillator it works ok.
`osc.out_sine() >> engine.audio_out(1); `
if I have a WhiteNoise object called wNoise and do this instead, I get the compi…
-
Hi
I'm heaving quite often a memory access error on the following line of MIDIPacketList.parse, specifically accessing packet.pointee.
```
let bytes = UnsafeBufferPointer(start: data, count: Int(…