Reply To: 'custom'?

Home Forums General Programming 'custom'? Reply To: 'custom'?

#72900
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    have found a reference to Custom Index in the XP30 panel
    in the method ‘PANEL_modulatorEfx ‘:

    mod_idx = tonumber(modulator:getPropertyString("modulatorCustomIndex"))

    and then:

    if efx_selected == 0 then
    mod_label = stereoeq_name[mod_idx]
    mod_unit = stereoeq_unit[mod_idx]
    mod_value = stereoeq_value[mod_idx]
    etc.

    (doing a bit of research)

    Ctrlr