jdxi_editor.devel.replicate_working_app

Replicate Working App Approach

This attempts to replicate the approach used by the working MIDI monitoring app that successfully captured your controller’s messages.

Classes

WorkingAppReplicator

Functions

main()

Module Contents

class jdxi_editor.devel.replicate_working_app.WorkingAppReplicator[source]
app[source]
midi_in = None[source]
message_count = 0[source]
start_time = None[source]
midi_callback(message, data)[source]

Callback that should work like the successful app

test_ports()[source]

Test both SINCO ports

jdxi_editor.devel.replicate_working_app.main()[source]