Skip to content

Commit

Permalink
Preparing v0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt committed Jan 4, 2023
1 parent d1fc431 commit 0540e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KompleteSynthesia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.01;
MARKETING_VERSION = 0.02;
PRODUCT_BUNDLE_IDENTIFIER = tillt.KompleteSynthesia;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -333,7 +333,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.01;
MARKETING_VERSION = 0.02;
PRODUCT_BUNDLE_IDENTIFIER = tillt.KompleteSynthesia;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Detects a Native Instruments keyboard controller USB device. Listens on the "Loo
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 [SynthesiaKontrol](https://github.com/ojacques/SynthesiaKontrol).
The entire approach and implementation is closely following a neat little Python project called [SynthesiaKontrol](https://github.com/ojacques/SynthesiaKontrol).

Kudos and many thanks to Olivier Jacques [@ojacques] for sharing!

Expand Down

0 comments on commit 0540e44

Please sign in to comment.