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.
Atom | Piano Roll 2 is now available
What a journey. Happy to finally say that I’ve pushed the big “Release” button and the app should start rolling out on the App Store. Now, it might not be immediately available in your country, but availability should increase throughout the day. Get it here once it does: https://apps.apple.com/us/app/atom-piano-roll-2/id1536259776
Controllers
Atom 2 includes hardware integration for Launchpad Mini Mk3, Launchpad X and Launchpad Pro Mk3. You need iOS 14 and iCloud Drive enabled for them to work.
Pad assignment
Placing your clips onto pads and organizing them into sessions is different from what you might be used to with other plugins. Atom 2 has special integration with AUM so that your session is mirrored onto supported controllers by default.
Zoom out a bit in how you think about using the plugin: don't think of Atom as a standalone audio unit. Think of one Atom as representing a clip placed on rows and columns (tracks and slots) inside an AUM project, just like with Ableton’s "Session" view:
- AUM MIDI channels (tracks) with Atom clips are columns on your controller.
- AUM AU nodes (slots) with Atom clips are rows on your controller.
- Empty channels and nodes in AUM will be empty pads on your controller.
- AUM's node color (long press titlebar to assign one) will be closely matched to a supported color.
For other hosts, you can configure pad assignment yourself using the “Clip” menu.
Auto-routing
No routing is necessary for the usual workflows when using supported controllers! You don’t need to constantly fumble around with the MIDI matrix to connect and disconnect the controller. If a scripted controller is connected:
- Open a clip (make the instance visible) if you want to noodle around and experiment.
- Arm a clip (even when the instance isn’t visible, directly from the controller) to record.
The record arm function is automatically available on the Launchpad X and Pro Mk3. Parameter mapping for opening and arming clips is available for all controllers (including non-scripted ones) in hosts that support it.
Of course, you'll still need to point your clips to the instruments you want sequenced
Scripting and Theming
Atom 2 can be extended with your own code. You can write scripts for hardware controllers, and new themes to change the look and feel. But beware: all of this is still very much experimental and not at all beginner friendly.
Documentation for scripting can be found here: https://github.com/victorporof/atom
Notably, there’s a few things that will make this difficult right now:
- When editing on your iPad directly, an external text editor is required. I’ve found that Textastic works great, but any other app that can add and edit files on iCloud should work just fine.
- First-class debugging support is non-existent: there is no logging yet. You can probably hack your way around by emitting MIDI notes instead of console messages, but it’s not the perfect user experience.
Scripting is available for hardware controllers for now, and exotic integration with virtual MIDI ports and such is theoretically doable but not officially supported. Most styling use cases should be possible with themes and layout rules, but exotic things like completely changing and reshuffling the UI is not officially supported and not documented.
Upgrade bundle
As promised, I’ll request for an upgrade bundle soon. I have no timeline for when this will become available, it depends on Apple's review process which I’m told can take longer in certain situations. I don’t know exactly how bundles work, so I can’t say precisely what the upgrade cost will be, but I’m aiming for the lowest it can go.
That being said, please consider purchasing
Bugs reports and feature requests
If “everything that can go wrong will go wrong”, you’re bound to find a few bugs. With the plethora of possible workflows that each one of you has, you’re also bound to find some “obviously” missing features. Please reach out at https://audioveek.com/support/, it’s the best way for me to categorize these requests. However, I’ll of course be around on the forum as well.
“Day 1” updates
Obviously there had to be a few small fixes and a couple of new features added while Apple has been busy reviewing.
The 2.0.1 update is already here. Here’s a list of changes and improvements:
- Support for the Launchpad Pro Mk3 controller, in addition to Launchpad Mini Mk3 and X.
- A "Sausage Fingers" mode, for people who want bigger UI elements.
- A "Roboto" font based theme, for people who want larger and more legible text.
- New pattern controls: "Add Default", "Add Empty", "Add duplicate", "Reset Pattern", "Delete Notes".
- Help messages when using non-destructive processing operations.
- Better track cloning support in AUM, cloned tracks now also show up in Layers.
- Better iCloud support, also preventing a crash when iCloud is disabled.
- Support for simultaneous touch and mouse input. Using both touch and mouse input together was causing instability in 2.0, update to 2.0.1 to avoid any issues!
In update 2.0.2:
- MIDI files will now automatically set the clip length, time signature, and adjust the loop markers when imported.
- Multi-channel MIDI files will include all lanes as separate Patterns when imported.
- Drag and drop import from other apps. Open Files side by side, and drag MIDI files onto Atom instances.
- New style: "Larger Fonts".
- New Pattern controls: “Select Notes”.
- Added basic support for the "Quantize" function on the Launchpad Pro Mk3.
- Added support for the “Clear” and “Duplicate” functions on the Launchpad Pro Mk3 when the instance is visible.
- Exposed AU parameters and scripting hooks for clearing/duplicating patterns, and toggling quantization.
- Broadened the types of operations remembered on the history stack when applying non-destructive processing.
- Improved handling of overlapping notes with applied swing for monophonic synths.
- Improved discoverability and added helpful tips for the advanced configuration panels (available with a long-press).
- Better performance when using many instances or importing very large clips.
In update 2.0.3:
- Full support for Apple Pencil, and greatly improved input responsiveness overall.
- Added a new advanced launch setting: "Choke Mode".
- Added on-screen track choking with the Launch buttons in AUM. Turn your AUM session into a mini on-screen Launchpad.
- Added the ability to arm record multiple clips at the same time from Launchpad X and Launchpad Pro Mk3 controllers. Enter "Record Arm" mode and tap on the pads you want to arm.
- More layout configurations and more font themes. Combine “Larger Controls” with “Larger Fonts”, or “Sausage Fingers” with “Sausage Fonts”, or mix and match.
In update 2.0.4:
- A user manual is now available. Find it in an instance's app menu.
- Tapping will now preview notes on the piano roll vertical keyboard.
- Powerful new swing controls: apply negative swing, nudge the timings or control the durations.
- Drag and drop not just MIDI, but also scripts, styles or configurations onto your clips, and they will immediately apply to your session. Want to try out a different skin? Or bring your controller to life? Just drag and drop. Easily import and use code that others wrote!
- Scripts now support message logging. A new directory called "Logs" is created in your Atom folder containing log files. Devices, input and output ports are automatically logged for convenience. Use
console.log(...)
to log a custom message from your script. - Controller scripts specifying an input and output port can now use either the short name or the longer label for port identification.
- Added new ways of visualizing velocity: with colors, opacity, bar positioning or thickness, or the numerical value itself.
- Added new ways of visualizing pitch: octave colors, highlighting in and out of scale notes and others.
- Added a plethora of additional example styles to get you inspired.
- Fixed an issue where certain controllers (like the Launchkey Mini) would emit high-pitched sounds when manually routed.
- MIDI clock is now passed-through with Novation controllers when routed through clips.
- CC messages are now passed-through (but not recorded yet) when routed through clips.
- Mutation panel controls are now reset to default after baking non-destructive processing operations.
- The velocity offset slider is now more accurate.
Thanks!
After you've used Atom 2 for a while, please consider leaving an honest review on the App Store. Cheers!
Comments
First. Also yas.
Cheers @blueveek - not landed in the UK store yet, but will buy as soon as it does...👍
Oh, is this a new app? Never heard of it, but it sounds rather good.. Honestly, you'd think there would be some kind of thread talking about these things...
Yay. Congrats. 🎊🎈🎉🍾
Congratulations @blueveek and IOS music community
This is huge. Instant buy as soon as Atom2 hits the german AppStore. Respect for your work!
IKR? Just dropping stuff like that out of the blue. Some people 🙄
@blueveek
Am I getting this right? Scripting is linked to iCloud? If so, is it planned to open it up?
It's already opened up. After using Atom at least once, it will sync all scripts to iCloud and you can see and edit the code there. You can also add new scripts yourself and register them with Atom. See the readme: https://github.com/victorporof/atom
So, is there a way dig into scripting without iCloud? Will there be?
Hope that will land soon in Italian AppStore🍎🍏
Scripts live on iCloud, you need to have it enabled to use and edit them.
It's in the danish app store now
Out in Denmark
🇨🇦
Got it!!!
Out in the UK now
Hey White - could you provide a direct link? I cant find it.
Out in Italy. Thanks so much @blueveek
Yes, https://apps.apple.com/dk/app/atom-piano-roll-2/id1536259776?l=da
Thank You - you’re fast.
I get “can not connect to app store” message..he..Guess I have to wait a bit more.
Got it!
@blueveek it crashes here when trying load the Atom 2 plugin in AUM or Drambo. Where do I send crashlog to?
iOS 14.4 iPad Air4
The store version needs iCloud enabled for it to work, and will crash otherwise. Big oversight, I know But the upcoming 2.0.1 update will fix that, coming out in a day. See "day 1 update" in my post.
ok but iCloud is all enabled here
wow! the first think i noticed ever button pressed zooming in and out , everything is so smooth. i’ve only played with it for five minutes an it’s very comfortable to edit in. great coding!
Wow... this is special... Congrats...
I'll receive your crashlog automatically if you have that enabled in the iOS settings.
Absolutely awesome. Congratulations on the release!