hi @mk23 + @Andrew_Eason – thank you for the kind words! super glad you’re enjoying the script :slight_smile:

cheat codes supports midigrid as 64 / single launchpad by default because the 128 layout for the script requires an unbroken distribution of pads in order to feel performant – upthread there are a few folks who’ve mentioned that the physical separation between the two launchpads just makes things feel wonkier than working with the 64 mode. so, i hardcoded the settings to reinforce the 64 as the ‘supported’ recommendation.

however, if you want to dig into the 128 config:

  • unplug the launchpads from norns
  • load the script and make sure PARAMETERS > GRID > grid size is set to 128 and midigrid? is set to no
  • edit this line to read:
    local grid = util.file_exists(_path.code.."midigrid") and include "midigrid/lib/mg_128" or grid
    
  • reboot the script, connect your launchpads, get 'em into the correct programmer modes and you should be good (you’ll likely need to turn the launchpads to orient correctly)!

i’ve only got a single launchpad, but it’s definitely reflecting the top half of the 128 layout after following those steps. lmk if you run into any other trouble!

4 Likes