A VS Code extension for real-time parameter control in your code. Perfect for audio-visual development, creative coding, and live coding performances.
- Live Parameter Control: Create sliders from any number in your code
- Real-time Updates: Changes reflect instantly in your code as you move sliders
- Value Learning: Map sliders to specific values in your code
- Bipolar/Unipolar Modes: Support for both positive-only and centered ranges
- Range Control: Easily adjust min/max values for precise control
-
Create a Slider
- Right-click any number in your code
- Select "Create Slider from Value"
- Give your slider a name
-
Control Values
- Drag sliders to update values in real-time
- Adjust min/max ranges for precise control
- Toggle between unipolar/bipolar modes
- Use "Learn" to map to new values
-
Keyboard Shortcuts
Cmd/Ctrl + Shift + P
: Open command palette- Type "ValU: Open Control Panel"
- Use unipolar mode (0 to max) for parameters like volume, scale
- Use bipolar mode (-max to +max) for parameters like pan, offset
- Pin important values using the Learn feature
- Adjust ranges while dragging for fine-tuning
- VS Code version 1.60.0 or higher
- Works in VS Code Web
MIT License - Feel free to use in your projects!