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

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

    meanwhile, this now produces the hex bytes correctly.
    had omitted ‘string.format(%..’ etc.

    preset buttons will send some set values to faders.
    now have to make those set values ‘luaData’ blocks
    somehow, that can be written to.

    (got rid of the 2nd ‘extDevice’ for the time being)

    this is a bit of a detour from the original purpose,
    to look at how the datadump is built (‘duh’ mode).

    edit: i think the crash error is a conflict after
    modulator names have been used to assign values.
    edit2: yes, just checked: the presets work when
    it opens, but not after ‘save’ has been used, bcs
    that method assigns those variable names as values.
    (i think..)
    edit3: just changed the variable names in the ‘save’
    method, adding ‘val_’ as a prefix to all of them,
    and it fixed the ‘preset’ crashing.

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