Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for controller AKAI APC Key25 Mk2 #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex-cherg
Copy link

Based on:

this PR adds support for Mk2 as well. There are two differences between the Mk1 and Mk2 files:

  1. Output grid:clip_state MIDI messages in Mk2 are sent with status byte 150 in stead of 144 so that the grid buttons are being lit to 100% instead of 10%.
  2. The colours are changed to be as close as possible to ones in the UI of Luppp by selecting from the colours supported by Mk2 in the communication protocol
			"state": {
				"empty": 0,
				"stopped": 96,
				"playing": 87,
				"recording": 72,
				"queueStopped": 78,
				"queuePlaying": 78,
				"queueRecording": 78
			}

In addition the PR changes the suffix of Mk1 to .ctlr (instead of .ctrl) as Luppp expects them to be. Future suggestion: shall we make all of those to be .json so that files would be automatically recognised and formatted by code editors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant