Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
✏ CHANGE: Prepare for v2.2 Update
Browse files Browse the repository at this point in the history
 - Remove beta flag
 - Fix URLs
  • Loading branch information
MaddyGuthridge committed Feb 12, 2021
1 parent f35b11c commit d7827ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions device_LaunchKey.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# name=LaunchKey Mk2
# url=https://github.com/MiguelGuthridge/Novation-LaunchKey49-Mk2-Script
# url=https://forum.image-line.com/viewtopic.php?f=1994&t=231871
# receiveFrom=LaunchKey Mk2 Extension

"""
device_LaunchKey49.py
device_LaunchKey.py
This file is the controller file for port 1 of the LaunchKey49 Mk2.
This file is the controller file for port 1 of the LaunchKey Mk2.
It handles most note and controller events.
Author: Miguel Guthridge [hdsq@outlook.com.au]
Expand Down
6 changes: 3 additions & 3 deletions device_LaunchKey_extension.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# name=LaunchKey Mk2 Extension
# url=https://github.com/MiguelGuthridge/Novation-LaunchKey49-Mk2-Script
# url=https://forum.image-line.com/viewtopic.php?f=1994&t=231871
# receiveFrom=LaunchKey Mk2

"""
device_LaunchKey49 port 2.py
device_LaunchKey_extension.py
This file is the controller file for port 2 of the LaunchKey49 Mk2.
This file is the controller file for port 2 of the LaunchKey Mk2.
It handles communication with the device, including colours.
Author: Miguel Guthridge [hdsq@outlook.com.au]
Expand Down
2 changes: 1 addition & 1 deletion internal/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
SCRIPT_VERSION_MAJOR = 2
SCRIPT_VERSION_MINOR = 2
SCRIPT_VERSION_REVISION = 0
SCRIPT_VERSION_SUFFIX = "Parameter Beta"
SCRIPT_VERSION_SUFFIX = ""
MIN_FL_SCRIPT_VERSION = 8
SCRIPT_URL = "https://github.com/MiguelGuthridge/Novation-LaunchKey-Mk2-Script"
UPDATE_JSON_URL = "https://api.github.com/repos/MiguelGuthridge/Novation-LaunchKey-Mk2-Script/tags"
Expand Down

0 comments on commit d7827ec

Please sign in to comment.