Nomad - send midi-notes with a cue to control Ableton

In the next days ill get my Nomad, to be finally independent of crappy lightdesks when im on tour.

For the next production i plan to automize light and sound.

Now i want to know if its possible, to send a raw midi note with a triggered cue on eos, to send it to ableton which is startig an audio track.

Parents
  • Ok, two questions.

    First one:

    i tried to send the midinote a0

    "Cue - 1 - execute - midi data - a0 - enter"

    and there is nothing additional showing up under cue1 in the cuelist. Is a added midi data just not shown or did i something wrong?

    Second one:

    I installed loopmidi. How do i have to configure EOS to be able to comunicate with it?

  • midi data needs to be sent in actual midi form. a0 is the human readable translation.

    the question is what you mean by a0. is octave 0 the lowest octave midi can do, or is it an octave like musicians number them?

    if it's the a in the lowest midi octave:
    [Cue] 1 {Execute} {MIDI Data} 90 09 7F

    9 means Note On
    0 mean channel 1
    09 is the number of the note
    7F is the velocity which means how hard you press the A-key of a musical keyboard.

Reply
  • midi data needs to be sent in actual midi form. a0 is the human readable translation.

    the question is what you mean by a0. is octave 0 the lowest octave midi can do, or is it an octave like musicians number them?

    if it's the a in the lowest midi octave:
    [Cue] 1 {Execute} {MIDI Data} 90 09 7F

    9 means Note On
    0 mean channel 1
    09 is the number of the note
    7F is the velocity which means how hard you press the A-key of a musical keyboard.

Children
Related