Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt authored Jan 4, 2023
1 parent f810ed3 commit 5defa94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
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.

0 comments on commit 5defa94

Please sign in to comment.