jdxi_editor.midi.synth_select ============================= .. py:module:: jdxi_editor.midi.synth_select Attributes ---------- .. autoapisummary:: jdxi_editor.midi.synth_select.GM_INSTRUMENT_NAMES Functions --------- .. autoapisummary:: jdxi_editor.midi.synth_select.list_and_select_instrument Module Contents --------------- .. py:data:: GM_INSTRUMENT_NAMES :value: ['Acoustic Grand Piano', 'Bright Acoustic Piano', 'Electric Grand Piano', 'Honky-tonk Piano',... .. py:function:: list_and_select_instrument(fs, channel=0, prompt='Select an instrument by number (1-128): ') fs: a FluidSynth Synth instance channel: MIDI channel to apply the program change (0-15)