jdxi_editor.midi.data.lfo package

Submodules

jdxi_editor.midi.data.lfo.lfo module

LFO data

class jdxi_editor.midi.data.lfo.lfo.LFOSyncNote(value)[source]

Bases: Enum

LFO sync note values

BAR_16 = 0[source]
BAR_12 = 1[source]
BAR_8 = 2[source]
BAR_4 = 3[source]
BAR_2 = 4[source]
BAR_1 = 5[source]
BAR_3_4 = 6[source]
BAR_2_3 = 7[source]
BAR_1_2 = 8[source]
BAR_3_8 = 9[source]
BAR_1_3 = 10[source]
BAR_1_4 = 11[source]
BAR_3_16 = 12[source]
BAR_1_6 = 13[source]
BAR_1_8 = 14[source]
BAR_3_32 = 15[source]
BAR_1_12 = 16[source]
BAR_1_16 = 17[source]
BAR_1_24 = 18[source]
BAR_1_32 = 19[source]
static get_display_name(value: int) str[source]

Get display name for sync note value

static get_all_display_names() list[source]

Get list of all display names in order

static display_name(value: int) str[source]

Get display name for sync note value

class jdxi_editor.midi.data.lfo.lfo.LFOShape(value)[source]

Bases: Enum

LFO waveform shapes

TRIANGLE = 0[source]
SINE = 1[source]
SAW = 2[source]
SQUARE = 3[source]
SAMPLE_HOLD = 4[source]
RANDOM = 5[source]
static get_display_name(value: int) str[source]

Get display name for LFO shape

Module contents