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

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

    yeah, connected loopbe1 as output device.
    i don’t see the ‘click me once’ button moving, and
    nothing lands in midiox. the method associated with
    that is ‘namethemall’. what is supposed to happen? 🙂

    your code kicks up a lot of questions:
    1/(recurrent) i’m perplexed by the way code that is needed early on
    is defined later in the script ie: where mySplitStringIntoFourSegments()
    appears, when it is referred to at the start. how does that work?

    2/meaning of all the symbols in return (s:gsub("^%s*(.-)%s*$", "%1"))
    (how thff does that work?!!)

    3/format of this? console(String(i.."[".. v.."]"))

    it’s quite heavy for me to follow ! this is quite sophisticated
    stuff for a novice.

    Ctrlr