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

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

    very interesting, how you ‘collect’ the table like that,
    since they all have the same prefix: you can just append
    the number of each using:

    for i=1,4 do
    local s=L(panel:getComponent("lcd_presetData"..i):getProperty("uiLabelText"))
    table.insert(tabl_bankA,s)
    end

    table.insert(tabl_bankA,s) … waAaah!

    anyway: here’s the sorted-out version:

    Attachments:
    You must be logged in to view attached files.
    Ctrlr