AU v3 SysEx Events with Logic Pro X
AU v3 SysEx Events with Logic Pro X
- Subject: AU v3 SysEx Events with Logic Pro X
- From: Fred Melbow <email@hidden>
- Date: Wed, 19 Jul 2017 00:48:21 +0200
Hi all,
I’ve started work on a plugin that will basically be a SysEx editor, but I’m
having a torrid time getting SysEx events into my audio unit. I’m using the
Apple v3 OSXInstrumentDemoApp tutorial example as a starting point, and added:
case AURenderEventMIDISysEx:
to the function, along with a breakpoint and some debug output:
void DSPKernel::handleOneEvent(AURenderEvent const *event)
but after a few hours of trying every possible setting within LPX, I can’t seem
to forward the SysEx data to it. All MIDI is being generated from my external
synth, and the SysEx is clearly visible in the Event view within LPX. I’m
running version 10.3.2. The filter for SysEx is definitely unchecked in LPX.
Doesn’t forward SysEx with live changes nor recorded events. I’ve set it up
within the "Audio MIDI Setup” macOS app, then also tried linking that with
virtual cables within LPX MIDI Environment, and that works to forward the CC
data (hits the breakpoint & output) but still no sign of any SysEx.
Any pointers much appreciated. Cheers,
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden