Need Apple MIDI Arduino Advice #151
jhaimerl1
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
I don't recommend using WiFi, as the latency is considerable, consider BLE. I refer to others for the network topology |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask the Arduino Apple MIDI community if my planned project makes sense and is possible...
Background:
For my band, I run Ableton Live on my Macbook. For each song we play, I run a Live session that has tracks that generate MIDI commands for my equipment and controls our light shows. USB MIDI is used for my Helix Guitar processor and Boss VE500 vocal processor control. I also have a network "Session 1" MIDI for our iPAD displays. A track sends the iPads song selection and scrolling commands to the iPads, which use Songbook+ to display PDFs. All this works great.
I'm adding the Arduino to control the Soundcraft Mixer recorder. I have written a few test that allow me to read status and control the recording enable. I have built a wired MIDI interface to the Arduino and successfully sent commands from my MacBook to control the recorder. I want to convert it to Apple MIDI because I would also like to have the Arduino Controller keep track of a few items and be able to send some midi commands to the ipads (status alerts).
If the Arduino and 5 iPads are on the Apple MIDI "Session 1" on the Macbook, I know the MacBook can send/receive MIDI from the Arduino... and that the MacBook can send MIDI to the iPads... Question is can I have the Arduino also send MIDI to the iPads????? I haven't been able to get this to work yet.
Is there a trick in the MIDI Network Setup?
Thanks for any advice/guidance.
JH
Beta Was this translation helpful? Give feedback.
All reactions