Skip to content

Hybrid client code for connections to different MIDI devices possible? #42

@MicroMidi

Description

@MicroMidi

Dear @lathoub,

after I solved the basic MIDI connection problems to the Vox Adio Amp with your help my next challenge will be to build a hybrid client for my "Nux Mighty Plug" and "Vox Adio Air GT" MIDI devices. I guess that there are two possible approaches to implement this functionality:

  • determine the name of the MIDI device that the client established a connection to in the client code in order to distinguish what MIDI messages to send to the external device: SysEx-Messages for the Vox Amp or ControlChange-Messages for the Nux Mighty plug
  • try to establish a parallel BT-MIDI connection to both devices based on their MIDI-names and send the appropriate MIDI messages on the respective MIDI channel

Is there a way to figure out the MIDI-name of the connected device in the client code ... or even a way to work with two MIDI channels in parallel? I hope that I don't bother you not to much with my questions - I started with the Arduino-Platform a month ago and I'm still a novice with all that technology and Arduino-coding.

Thanks again for your help and greetings from Germany

Bernd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions