jdxi_editor.midi.io.delay ========================= .. py:module:: jdxi_editor.midi.io.delay .. autoapi-nested-parse:: jdxi_editor.midi.io.delay send midi messages with a delay so that the JD-Xi can process them correctly. Functions --------- .. autoapisummary:: jdxi_editor.midi.io.delay.send_with_delay Module Contents --------------- .. py:function:: send_with_delay(midi_helper: jdxi_editor.midi.io.helper.MidiIOHelper, midi_requests: list) -> None send_with_delay :param midi_helper: MidiIOHelper, helper for sending MIDI messages :param midi_requests: list, list of MIDI messages to send :return: None