jdxi_editor.devel.replicate_working_app ======================================= .. py:module:: jdxi_editor.devel.replicate_working_app .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: jdxi_editor.devel.replicate_working_app.WorkingAppReplicator Functions --------- .. autoapisummary:: jdxi_editor.devel.replicate_working_app.main Module Contents --------------- .. py:class:: WorkingAppReplicator .. py:attribute:: app .. py:attribute:: midi_in :value: None .. py:attribute:: message_count :value: 0 .. py:attribute:: start_time :value: None .. py:method:: midi_callback(message, data) Callback that should work like the successful app .. py:method:: test_ports() Test both SINCO ports .. py:function:: main()