DoS
299
Looking in /we/dust/code/midigrid/lib/devices/supported_devices.lua, this is what I see there:
local supported_devices = {
midi_devices = {
{ midi_base_name= ‘launchpad’, device_type=‘launchpad’ },
{ midi_base_name= ‘launchpad mini’, device_type=‘launchpad’ },
{ midi_base_name= ‘launchpad mini mk3 2’, device_type=‘launchpad_minimk3’ },
{ midi_base_name= ‘launchpad mini mk3 2 2’, device_type=‘launchpad_minimk3_128’ },
{ midi_base_name= ‘apc mini’, device_type=‘apc_mini’ },
{ midi_base_name= ‘block 1’, device_type=‘livid_block’ },
–[[ Known devices to be implemented, help required!
Old launchpad mini’s have user set hardware ID 1 - 16:
e.g. ID 4 appears as midi_device.name “Launchpad Mini 4”
{ midi_base_name= 'launchpad mk2 ? ', device_type=‘launchpadmk2’ },
{ midi_base_name= ‘launchpad pro 2’, device_type=‘launchpadpro2’ },
{ midi_base_name: ‘launchpad mk3’ device_type:‘launchpadmk3’ },
]]–
}
}
The issue here might be that you need to install the repo at https://github.com/jaggednz/midigrid, which is the fork that @JaggedNZ has got working - I was never able to get the original miker2049 script working with the Launchpad Mini Mk3.
1 Like