-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# KompleteSynthesia | ||
Native Instruments Komplete Kontrol Light Guide support for Synthesia | ||
|
||
Detects a Native Instruments keyboard controller USB device. Listens on the "LoopBe" MIDI input interface port. | ||
Notes received are forwarded to the keyboard controller USB device as key lighting requests adhering to the Synthesia | ||
protocol. | ||
|
||
The entire approach and implementation is closely following a neat little Python project called | ||
https://github.com/ojacques/SynthesiaKontrol | ||
Kudos to you Olivier Jacques for sharing! | ||
|
||
The inspiration for re-implementing this as a native macOS appllication struck me when I had a bit of a hard time getting | ||
that original Python project to build on a recent system as it would not run on anything beyond Python 3.7 for me. |