Tutorials
This is the 3rd installment of the (AUv3) Audio Units MIDI Extension tutorial. Introduction AUv3 C++ If you have looked at any iOS or macOS Audio…
Audio Units, version 3 (AUv3) Parameters In my previous post on AUv3 MIDI plugins, the interval that was added to MIDI events was hard coded. In this post,…
Introduction Editor’s note: This is multi-part AUv3 MIDI Extension tutorial By GENE DE LISA The Rozeta Sequencer Suite by Bram Bos is a collection of AUv3 MIDI extensions that…
UPDATE, 4/2/2018: The new AKSampler code released in AudioKit 4.2 allows for ADSR envelopes without setting up anything special in the source files. This video is…
The fine folks at Swifting.io have released an awesome educational blog post and free source code to build a singing tutor app with AudioKit and Swift….
Let’s build a basic synth with AudioKit – Part 2: Project creation (If you missed Part I, please read that section first). In the previous episode,…
Bringing up the infrastructure Let’s build a basic synth with AudioKit – Part 1: Overview & Introduction Audio synthesis is a really complex topic. It blends…
AUDIOKIT TUTORIAL: GETTING STARTED Checkout the AudioKit intro on the Ray Wenderlich site. You’ll be taken on a fun and gentle journey through the framework via…