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

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

    and… yes i see now: you’ve broken down the midi receive
    into 2 operations: myMidiReceived() and received()
    – you didn’t say ‘check the console’ ! 😉

    and offset=10 … is that a 10 byte dummy header you’ve got?
    params start at 01? (possibly 00 on real D-110 .. yes, 00h for
    name1) and t# is table ‘t’ item number, got that.. why is offset-1?

    (appreciate that you’re imparting quite a bit of technique here)
    with j=1, you’re using that to?define a start point? oh yeah,
    and to be able to increment with that: j=j+1
    phew. and does it matter what order you put all of these
    expressions in there?(my earlier observation that some things
    that seemed to need to be ‘known’ earlier in a method, often
    come later)

    can i just point out that line 13 in table of modulators is
    misnamed “P-ENV TIME I” (not “1”). doubt it is of any importance.
    (oh same again at 43+44)

    Ctrlr