I’ve been enjoying getting into Native Instruments Maschine for making music. I have a Maschine Mk3 which is awesome but sadly doesn’t fit on my small stand-up desk so I also bought a used Maschine Mikro. That’s great but it’s frustrating that, when using the Mikro, you can’t see what chords are assigned to the pads when you’re using Chord Sets. To fill this gap, I’ve made a simple python program to display the chords for every Chord Set and Key. It works as a little helper utility that you can run alongside Maschine software, perhaps setting to “Always On Top” (in Windows you need to install PowerToys for that feature).
You can download the Windows exe here (from Dropbox)
Rough and ready python code is here (again from Dropbox)


This is so awesome! Thanks so much. I just got my Mikro and was wondering how I could see the chord sets and then your app just popped up. Very grateful!
Any chance you could make a similar tool that would show the names of each pad in a selected group? That would be a huge help!
Hey Peter, great timing, thanks for letting me know! 😀
Not sure about your suggestion but my little app is just a stand-alone thing, I hand-coded in the chords based on the sequences shown on my Mk3 display. I think what you’re after would require some kind of interaction with the Maschine software and is way beyond my coding “skill” (which is basically, Google, copy/paste, Google the error message… repeat until working)