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 StoreAudiobus is the app that makes the rest of your setup better.
parsing the .controllerprofile file
Hello @Michael ,
I'm trying to automate the creation of a .controllerprofile file, so I grabbed an existing one already so I could see its content.
I looks lie an xml. However, I don't understand how the midi commands are encoded in the tab. It
How do you represent a midi cc command, for instance?
Comments
FWIW, Michael is pretty tied up with getting a major Loopy Pro upgrade done. I wouldn't be surprised if you don't hear back for a while.
@ttk: i just looked at a profile in a text editor and the string is the hexadecimal representation of the midi bytes.
I just figured out myself:
indeed it is the hex code for the midi command.
for instance "d:b20b" means "double tap midi CC11 on channel 3"