LP Sketch is a web app used to create bitmaps and movies for the Launchpad Mini MK3. It was designed to make rendering still images (i.e. bitmaps) and moving images (i.e. movies) fun and easy for the Launchpad all from the comfort of the browser, without having the hassle of installing anything.
LP Sketch can connect to a Launchpad for direct control of the LEDs on its surface, allowing live previews of created bitmaps and movies (more on this below).
- Connection status indicator: Shows if a Launchpad is connected.
- Save button: Save bitmap/movie to file
- Load button: Load bitmap/movie from file
- Sketchpad: Click on LED to toggle state
- Tab bar: Choose between making a bitmap or a movie
- LED color picker: Select an LED color
- Frame editor
- Insert button: Click to insert currently displayed frame into movie roll
- Update button: Click to update selected frame in movie roll
- Delete button: Delete current frame
- Movie roll: Click to display a frame
- Framerate: Choose the number of frames rendered per second during playback
- Playback control
- Previous button: Click to switch to previous frame
- Play button: Play frames at specified frame rate
- Next button: Click to switch to next frame
- Loop checkbox: Turn looping on/off
LP Sketch's most important feature is its syncing ability. Using lpminimk3, you can control the LEDs on your Launchpad directly with the LP Sketch web interface. To enable this feature, you must:
- Install
lpminimk3
:
$ pip install lpminimk3
- Start
lpminimk3
's sync server:
$ python -m lpminimk3.graphics.sync
- Visit the LP Sketch website. You should see a green indicator on the left with the word
Connected
next to it if your Launchpad is detected. - Click an LED on the grid on the LP Sketch web interface and watch your physical Launchpad LEDs light up!
- Connect your Launchpad to your computer.
- Visit the LP Sketch website.
- Ensure the indicator at the top left is green and has the
Connected
text written next to it. - Create your bitmap or movie. You can choose between the two using the tab bar.
- Save your bitmap/movie by pressing the
Save
button. - You can load your file using the
Load
button. Files can also be run directly using lpminimk3.
Work in progress, so expect things to break!