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.
SOLVED: Double tap Slider to actually update?
Hi,
I need help with something simple, but can’t figure out how to do..
..TLDR: in LoopyMidiAu, how to make a slider’s double tap gesture update it’s value, eg I move the slider to max (works), then double tap it to reset it to zero=>for the slider to show zero value (doesn’t work, stays at max)
So here’s more details: In AUM I’ve made 2 channels: 1st=midi; 2nd=audio. Nothing is loaded into the audio ch. it’s just there for testing. In the midi ch. is 1 instance LoopyProMidi, where I made just 1 fader/slider. I’ve set the fader to send midi cc7 to AUM’s audio track’s volume. I’ve also set the double tap gesture to send cc7=0. Now when I double tap it does make AUM’s fader move to -inf dB (works), BUT Loopy’s fader stays at whatever value I last moved it to, ie not double tap=0
Hopefully this makes sense, & thanks for reading.
SOLUTION:-
Set your double tap gesture to trigger the widget itself with an assign value action. That will send out the 0 value. The way that Loopy’s slider value tracking works sending midi doesn’t update its value. Thanks again to @espiegel123! 👍
Comments
Set your double tap gesture to trigger the widget itself with an assign value action. That will send out the 0 value. The way that Loopy’s slider value tracking works sending midi doesn’t update its value.
Perfect! Just read this, & immediately tested it - works perfectly! Thanks @espiegel123!! 👍😺