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

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

    this is what i did:

    --custom group items
    for k=1,10 do
    modul	= panel:getModulatorWithProperty("modulatorCustomIndex",k)
    tab	= modul:getComponent():getProperty("componentTabName")
    
    if tab =="tabs_ctrlrPanel" then
    modul:setProperty("uiSliderThumbColour","FFD28008", false)
    end
    end

    so this has created a new property that only refers to ‘custom’ items
    -and doesn’t do anything to the component on the panel, which still
    has its regular “uiSliderThumbColour” property, remaining the colour
    it was before. aagh. how do i get rid of the extra property now? 🙂

    and can you suggest anything as an alternative to what i’ve done to
    select all slider components on the tab to change their thumb colour?

    Ctrlr