layout

Sends sysex to change the "layout" on launchpad pro. 0=note 1=drum 2=fader 3=programmers
Author: Mattilyn Mattroe
License: give me two apple pies and a small fries evry time the object is used in an art installation at the louvre. Otherwise, do as you will
Github: matroe/LPadPro/layout.axo

Inlets

int32 layout

bool32 send

Outlets

None

Attributes

combo output

Declaration
int strig;
uint8_t i;
Control Rate
i = inlet_layout;

uint8_t sysexArray[9] = {240, 0, 32, 41, 2, 16, 44, i, 247};

if (inlet_send && !strig) {
  MidiSendSysEx(MIDI_DEVICE_USB_HOST, 2, sysexArray, 9);
  strig = 1;
}

else if (!inlet_send) {
  strig = 0;
}

Privacy

© 2024 Zrna Research