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

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

    when collecting values with a table,
    i noticed a difference in output when i do memB(getByte,n)
    and tableX[n]: getByte produced the wrong values, whereas
    table is correct. so what format will getByte produce? hex?
    table[n] seems to give me the literal values.

    um, i suppose when i do concatenatation and then a memory block,
    i’m producing a string?

    Ctrlr