There do not seem to be a lot of basic examples for how to create sampled instruments for iOS. Synthesizer code is much easier to find. This repository aims to provide a few hello-worlds for sampled audio production with Apple devices.
The demo instrument is a SoundFont piano.
- AudioKit AppleSampler (Documentation)
- AVAudioUnitSampler (Documentation)
More useful documentation on Apple's AVAudioUnitSampler by AudioKit: Site
- Dunne AudioKit Sampler (Documentation) Not functioning