Let’s Make a MIDI Generator in AudioKit + Native AUv3 | Codevember

preview_player
Показать описание
AudioKit Experiments on GitHub
(Search for "AudioKit Experiments" on GitHub)

Today, I made a MIDI generator in AudioKit, plus a native AUv3 MIDI Processor. Previously I made a tutorial on making an AUv3 instrument with AudioKit, but I’ve yet to explore AUv3 MIDI and Effects. While the standalone version uses AudioKit the AUv3 is in Objective-C. All the MIDI generation is handld right from the internalRenderBlock of the AudioUnit. Shout-out to Cem Olcay who has more examples of AUv3 MIDI on his GitHub.

Thanks for watching!
Nick
Moby Pixel

#codevember #opensource #audiokit
Рекомендации по теме
Комментарии
Автор

Is this for an upcoming app you’re developing? I love OD Synth app.

HotStrange