Evan Murray
Evan Murray
 Submitted feedback for https://github.com/AudioKit/AudioKit/issues/2588 Report ID: FB10015596
> Not complaining about your incredible work that you put out for free, but I just want to point out that this project is a wonderful app but a _terrible_...
Here's an example I just made: [emurray2/AUv3HelloWorld](https://github.com/emurray2/AUv3HelloWorld). It takes a huge shortcut and is still a work-in-progress, but I'll keep updating it as I learn more. I'm open to feedback...
> Anything you've learned since that you would've liked to have added to your helpful hello world? Absolutely. AUv3 is very different from AUv2. Why? AUv3 is built off of...
> My apologies for the silly question, total noob here. > > 1. pod install from the folder > > 2. Open the AU Plugin.xcworkspace > > > I know...
In the AudioKit v4-v5 migration guide, each of the `OscillatorBank` classes have this description in the notes: _This used a lot of AudioKit internals that were removed. You can use...
> That would be a great achievement @emurray2. I'll help out however I can. The old code was ugly af and it should be basically a rewrite from scratch with...
@aure I just created a new branch on my local fork of SoundpipeAudioKit: https://github.com/emurray2/SoundpipeAudioKit/tree/v5-oscillator-banks so you can follow along.
> @emurray2 Following along, hard to keep up! ;) I know it's been a while, but I'm still working on this. I've moved the project over to here: https://github.com/emurray2/OscillatorBank.
> It creates an AppleSequencer and reads files. Need to create a `MIDITrackViewModel` to store that. Yeah I made some improvements to the code which is available on my repo...