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.
Comments
Yes, it’s possible but there are a few steps involved so bear with me…
a. Select the desired pattern from the list.
b. Select all notes (double-tap the select tool/icon)
c. Cut notes to clipboard (see fig.1)
d. Open the channel menu that has show/hide controls for MIDI channels 1-12 (see fig.2)
e. Hide all layers the unhide the channel you want to paste your notes into. (see fig.3)
f. Paste your notes from the clipboard
Hope this makes sense - and sorry it’s a little more complicated. At least it works
Figure 1:
Figure 2:
Figure 3:
Figure 4:
Sorry to drag this up from so long ago, but I’m looking into folding to notes in atom to use it as a drum sequencer. When you say it can be done with scripting, did you ever see this happen?
Hi Greg,
All it would take is for someone to tweak the CSS stylesheet to do something like this...
.row .not-in-scale {
Display: none;
}
(Please note, the above is psuedocode, and the actual selectors will be named slightly differently. But in principle, this technique will work).
Got it, thanks. I’ve just had a look at the example.css file and can see the relevant classes.
However, I think this will only work for existing scales right? And there’s no way to add your own scales?
Eek. Good point.
I can't remember if you can define your own scales. Possibly not.
Sorry
All good 😊 I bet there’s a css id or class for each individual note but they’re not in the example file. Is @blueveek still alive?