Audiobus: Use your music apps together.

What is Audiobus?Audiobus is an award-winning music app for iPhone and iPad which lets you use your other music apps together. Chain effects on your favourite synth, run the output of apps or Audio Units into an app like GarageBand or Loopy, or select a different audio interface output for each app. Route MIDI between apps — drive a synth from a MIDI sequencer, or add an arpeggiator to your MIDI keyboard — or sync with your external MIDI gear. And control your entire setup from a MIDI controller.

Download on the App Store

Audiobus is the app that makes the rest of your setup better.

SFM Tutorials: Swift Playgrounds Music Apps - Coding Tutorials

sfmsfm
edited January 2022 in General App Discussion

In this tutorial I am going to show you how you can create a simple drum pad that produces a kick drum sound inside Swift Playgrounds.

For this I used just the AVFoundation framework. I do not explain how to code in Swift unless you guys ask me to create tutorials on that.

This also doesn’t use anything like AudioKit Pro, just what Apple provides out of the box.

The video covers the following:

  • Import of the AVFoundation framework
  • Creation of a SamplePlayer class
  • Use the AVAudioPlayer
  • Create two methods to play sounds and to change volume
  • Create a simple UI using GeometryReader, a Button and a Slider
  • Formatting and absolute positioning of Button and Slider

Do not forget to subscribe.

Sign In or Register to comment.