p0nce

Results 629 comments of p0nce

Installer with both arch, and one arch only tested on macOS 10.14, works as expected. I think we got this.

Customer B: > The sampled free version downloaded and ran no problem. Whenever I try installing the app, I get an "Error opening File for Writing" with the solution being...

@rstephane no SYSEX ok with you?

MidiQueue, used to sanitize MIDI input, can be reused as is to sanitize the user MIDI output (and allow out-of-buffer note off for instance).

OK I have everything I need :)

LV2 probably needs a new output port `lv2_events_out`. Example from whalesynth: ```ttl lv2:port [ a lv2:OutputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; lv2:index 4 ; lv2:name "Events Output" ; lv2:symbol "lv2_events_out"...

In Cubase / FLStudio and Studio One + Windows, currently putting an Arpejoe in VST2 or VST3 tends to do the following: all sound is off, even if the MIDI...

**How Chtulu works (VST2 + Reaper):** (same for Kirnu) * it is a VSTi, it takes MIDI as input * it can generate its own audio (as a normal synth)...

OK now that Arpejoe example does midi in, audio bypass, it works good on Windows. It is classified as "VST" not "VSTi" in most hosts. Tests so far: - [x]...

TODO implement AUv2 - [ ] `kAudioUnitProperty_MIDIOutputCallbackInfo` - [ ] `kAudioUnitProperty_MIDIOutputCallback`