jdxi_editor.jdxi.synth.factory

Synth Factory

Functions

create_synth_data(...)

Factory function to create synth data based on the synth type and partial number.

Module Contents

jdxi_editor.jdxi.synth.factory.create_synth_data(synth_type: str, partial_number: int = 0) jdxi_editor.jdxi.synth.analog.AnalogSynthData | jdxi_editor.jdxi.synth.drum.DrumSynthData | jdxi_editor.jdxi.synth.digital.DigitalSynthData | None[source]

Factory function to create synth data based on the synth type and partial number.

Parameters:
  • synth_type – str

  • partial_number – int

Returns:

JDXISynthData