Download
Latest Release
Section titled “Latest Release”Download the latest version of PolyBoard from GitHub:
The firmware is distributed as a .syx (SysEx) file that can be uploaded to your Launchpad Pro.
Release History
Section titled “Release History”All releases are available on the GitHub Releases page.
Building from Source
Section titled “Building from Source”If you want to build the firmware yourself:
-
Clone the repository:
Terminal window git clone https://github.com/b4nst/PolyBoard.gitcd PolyBoard -
Enter the development shell (requires Nix):
Terminal window nix develop -
Build the firmware:
Terminal window make all
The compiled polyboard.syx will be in the build/ directory.
Next Step
Section titled “Next Step”Once you have the firmware file, proceed to Upload to install it on your device.