1

I am attempting to wrap my head around Xcode's audio unit extension template (found in the new target interface). I have loosely followed this tutorial to get the basics down but I am having trouble getting the UI functioning. When loading into Logic Pro X, the unit looks like this:

My guess it that it's not loading the UI properly. How might I go about fixing this?

Alternatively, am I doing the whole thing wrong?

Current AudioUnit.m file (GitHub Gist)

1 Answers1

0

Have you tried contacting the author of that tutorial?

Logic does not grok AUv3 MIDI right now. Maybe in the next version.

That gist is missing a bit of set up. Take a look at the tutorial repos.

Gene De Lisa
  • 3,628
  • 1
  • 21
  • 36