Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AU plugin won't output MIDI notes #271

Open
emviveros opened this issue Jul 29, 2021 · 7 comments
Open

AU plugin won't output MIDI notes #271

emviveros opened this issue Jul 29, 2021 · 7 comments

Comments

@emviveros
Copy link

Using Camomile 1.0.8 beta4 and Camomile 1.0.7 with same behavior, Mac compiled AU plugin won't output MIDI notes, only bypass the MIDI notes. VST3 output the MIDI notes normally.

Test compiled plugins to test
MAC_au_vst3_MIDIout.zip

I missed something?

Tested in Mac OSx 10.14.6, Ableton Live 10.

@pierreguillot
Copy link
Owner

Hello,

In fact, I'm not sure you can create an audio unit that accepts and generates audio and midi. That's might be a limitation. If you don't use audio, the plugin should try to use the midionly options. Perhaps the type of the plugin should also be modified, https://developer.apple.com/documentation/audiotoolbox/1584142-audio_unit_types.

@emviveros
Copy link
Author

emviveros commented Aug 2, 2021

Thanks for response Pierre!

I tried to use midi only, but I can't do it work either in 1.0.7 and 1.0.8 Camomile in Ableton Live 10. All times I tried Live 10 crashs with AU, and return a fail message when tried to load the plugin in VST3 format similar to this.

@pierreguillot
Copy link
Owner

pierreguillot commented Aug 2, 2021

All times I tried Live 10 crashs with AU,

Can you share the crash report and the new version of your plugin?

return a fail message when tried to load the plugin in VST3 format similar to this.

Does it fix your issue to follow the answer?

@emviveros
Copy link
Author

emviveros commented Aug 4, 2021

Error with configuration txt file with midionly true:
midionly_true.zip

  • Camomile 1.0.7 - AU crash Live 10 - VST3 don't open
  • Camomile 1.0.8beta4 - AU crash Live 10 - VST3 return:
    Captura de Tela 2021-08-04 às 08 01 06

That's what you need? If I there's a way to do a more specific bug report, please tell me!

All files, source and Camomile compilations are in the zip file.

@pierreguillot
Copy link
Owner

You should have crash reports https://support.apple.com/en-gb/guide/console/cnsl664be99a/mac

@emviveros
Copy link
Author

emviveros commented Aug 4, 2021

Ok! Here's the crash report:
crashReport_AUpluginCamomile1.0.8beta4.txt

It happened trying open midionly true version of AU plugin compiled with Camomile 1.0.8beta4

midionly_true.zip

@pierreguillot
Copy link
Owner

Indeed, it seems that MIDI only AudioUnit generates a crash in Live. The only thing I found about a MIDI only audio unit is the kaudiounittype_midiprocessor but it's not explicitly that it should be MIDI only with no audio at all... I'm still investigating this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants