Skip to content

Instantly share code, notes, and snippets.

View NaanProphet's full-sized avatar

Krishna Bhamidipati NaanProphet

View GitHub Profile
@NaanProphet
NaanProphet / getlabel.sh
Created May 25, 2018 14:26
Determine Finder Label Color from Terminal
# 0 = no colour
# 1 = orange
# 2 = red
# 3 = yellow
# 4 = blue
# 5 = purple
# 6 = green
# 7 = grey
getlabel() {
@NaanProphet
NaanProphet / padcolors.py
Created February 8, 2023 14:07 — forked from llimllib/padcolors.py
Setting pad colors on the Novation LaunchKey Mini MK3
# This file demonstrates how to use midi codes to control the color of the
# keypads on a Novation LaunchKey mini; There is no official documentation of
# it as far as I can tell
#
# the LaunchKey MK2 Programmer's guide is useful, though not accurate to
# details on the MK3 mini:
# https://customer.novationmusic.com/sites/customer/files/novation/downloads/10535/launchkey-mk2-programmers-reference-guide.pdf
import random
import time