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

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

    okay, playtime again. had fun trying that untested script:
    it made Ctrlr crash in a loop, as i tried it 🙂
    so i had to delete Ctrlr roaming settings..

    anyway: so, inspired by the TG33 midiReceived, i had
    another go at splitting the ‘big’ string with getRange()
    -so far, just trying to have a look at what can be sent
    to console. getting wrong data, evidently. best thing to
    do is have a look at the getBank method(annotated, with
    all previous junk in it).
    nb: the reason i’m trying to go via memory block is that
    you can getSize() on it (whereas i couldn’t with other
    attempts)

    it is then able to getRange() – at this point i send each
    one to console, and get – ? – wrong data type, anyway.

    > all i would like to do right now is see the ‘big’ string
    split into 4 separate strings – i know this isn’t specifically
    hex at this stage, just text.

    i s’pose i’m mixing stuff up here, aren’t i?
    (i need an empty day to get into this properly)

    Ctrlr