POWER
Total Control
DSP SUITE
Shape
Your Sound.
A professional-grade 10-band parametric EQ, compressor, and limiter built right in. Adjust playback speed, pitch shift without affecting tempo, or apply reverb effects in real-time.
- Parametric EQ
- Pitch Shifting
- Playback Speed Control
// Custom Script
onTrackStart(track) {
if (track.genre === 'Rock') {
dsp.setEQ('BassBoost');
lights.setColor('#FF0000');
}
}SCRIPTING
Automate
Everything.
For the power users. Write simple JavaScript snippets to automate player behavior. Change EQ based on genre, trigger smart home lights on play, or create custom shortcuts.