novation-launchpad icon indicating copy to clipboard operation
novation-launchpad copied to clipboard

A python library for launchpad mini, mk2 and pro devices with examples.

Results 2 novation-launchpad issues
Sort by recently updated
recently updated
newest added

I was trying to play with my Launchpad Mini and I used this code: ```python import novation_launchpad as launchpad import time print(launchpad.Launchpad().Check(name="Mini")) def main(): lp = launchpad.Launchpad() if lp.Open( 0,...