jdxi_editor.midi.io.delay

jdxi_editor.midi.io.delay send midi messages with a delay so that the JD-Xi can process them correctly.

Functions

send_with_delay(→ None)

send_with_delay

Module Contents

jdxi_editor.midi.io.delay.send_with_delay(midi_helper: jdxi_editor.midi.io.helper.MidiIOHelper, midi_requests: list) None[source]

send_with_delay

Parameters:
  • midi_helper – MidiIOHelper, helper for sending MIDI messages

  • midi_requests – list, list of MIDI messages to send

Returns:

None