LaunchpadGPT: Language Model as Music Visualization Designer on Launchpad
Siting Xu, Yolo Yunlong Tang, Feng Zheng
TL;DR
The paper addresses automating music visualization design for Launchpad by translating audio features into Launchpad lighting commands using a GPT-based model. It trains on prompt-completion pairs derived from 16 Launchpad-playing videos, mapping MFCC audio features to per-frame RGB-X button states via NanoGPT, and validates against random baselines with Fréchet Video Distance. Results show that LaunchpadGPT yields more human-like, coherent visualizations and reveals a correlation between audio amplitude and lighting intensity, suggesting practical utility for rapid visualization design in performances and installations. The approach enables broader applications in music visualization, such as game charts and lighting designs, while reducing design time and providing a scalable framework for audio-visual synchronization.
Abstract
Launchpad is a musical instrument that allows users to create and perform music by pressing illuminated buttons. To assist and inspire the design of the Launchpad light effect, and provide a more accessible approach for beginners to create music visualization with this instrument, we proposed the LaunchpadGPT model to generate music visualization designs on Launchpad automatically. Based on the language model with excellent generation ability, our proposed LaunchpadGPT takes an audio piece of music as input and outputs the lighting effects of Launchpad-playing in the form of a video (Launchpad-playing video). We collect Launchpad-playing videos and process them to obtain music and corresponding video frame of Launchpad-playing as prompt-completion pairs, to train the language model. The experiment result shows the proposed method can create better music visualization than random generation methods and hold the potential for a broader range of music visualization applications. Our code is available at https://github.com/yunlong10/LaunchpadGPT/.
