jdxi_editor.devel.test_controller_integration

SINCO VMX8 Controller Integration Test

This script tests the integration of your SINCO VMX8 controller with the JD-Xi Editor. It uses the same MIDI handling code as the main application.

Classes

ControllerTestApp

Functions

main()

Module Contents

class jdxi_editor.devel.test_controller_integration.ControllerTestApp[source]
app[source]
midi_handler[source]
setup_connections()[source]

Connect MIDI signals to test handlers

on_control_change(channel, control, value)[source]

Handle control change messages

on_program_change(channel, program)[source]

Handle program change messages

on_midi_message(message)[source]

Handle any MIDI message

test_connection()[source]

Test MIDI connection

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