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
Thank you very much, your corrections and insights helped me to improve my code.
https://patchstorage.com/piano-led-visualizer-rotary-sim-alternate/
https://patchstorage.com/piano-led-visualizer-rotary-sim-sweep-v1-0/
After some rework I eded up with 2 versions that will do the trick.
The first code is alternating 2 notes at both ends of my keyboard's LED Strip.
The second code turns on a trail of notes at one side of the Keyboard's LED strip
Here is the end result
https://youtu.be/NAIaEoDAVyY
Here is the patchstorage link
https://patchstorage.com/piano-led-visualizer-rotary-sim-alternate/
Nice job @jjpl2001 👍🏼
Is there a script that will quantise incoming midi velocities to a certain range, eg. 100 to 127? in this example, any incoming note below 100 will be output at a value of 100, and any incoming note above 100 will be output at the same velocity as its input value.
That’s going to be easy. You can also do it easily with MIDI Curves.
https://patchstorage.com/midi-scaler-v1-0/
It doesn't do "clipping" as you describe though. It compresses the full range proportionally into the given range.