Skip to content

A VS Code extension for real-time parameter control in your code. Perfect for audio-visual development, creative coding, and live coding performances.

Notifications You must be signed in to change notification settings

profmitchell/valU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ValU - Visual Audio Live Update

A VS Code extension for real-time parameter control in your code. Perfect for audio-visual development, creative coding, and live coding performances.

Features

  • 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

Usage

  1. Create a Slider

    • Right-click any number in your code
    • Select "Create Slider from Value"
    • Give your slider a name
  2. 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
  3. Keyboard Shortcuts

    • Cmd/Ctrl + Shift + P: Open command palette
    • Type "ValU: Open Control Panel"

Tips

  • 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

Requirements

  • VS Code version 1.60.0 or higher
  • Works in VS Code Web

License

MIT License - Feel free to use in your projects!

About

A VS Code extension for real-time parameter control in your code. Perfect for audio-visual development, creative coding, and live coding performances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published