Reply To: Demo panel for MIDI receive/transmit routines

Home Forums General Using Ctrlr Demo panel for MIDI receive/transmit routines Reply To: Demo panel for MIDI receive/transmit routines

#73268
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    You created a Modulator called uiSliderThumbColour (orange) , but uiSliderThumbColour is a Component (blue).

    You would need to make a backup and try something like this: 🙂

    n = panel:getNumModulators()
    for i=0,n-1 do
    mod = panel:getModulatorByIndex(i)
    mod:removeProperty("uiSliderThumbColour")
    end
    Ctrlr