diff --git a/device_LaunchKey.py b/device_LaunchKey.py index 362b23c..d2d3893 100644 --- a/device_LaunchKey.py +++ b/device_LaunchKey.py @@ -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] diff --git a/device_LaunchKey_extension.py b/device_LaunchKey_extension.py index 0e5dba3..7e7a646 100644 --- a/device_LaunchKey_extension.py +++ b/device_LaunchKey_extension.py @@ -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] diff --git a/internal/consts.py b/internal/consts.py index 6e76c9e..86f996a 100644 --- a/internal/consts.py +++ b/internal/consts.py @@ -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"