Raster Components

These components support industry-standard control representations using bitmap sprite sheets (filmstrips) and image-based visuals. While bitmap-based visualization is more constrained than SVG, these components provide full access to all library features: complete layout system, full parameter model, complete interaction system, and all accessibility features. Visuals are determined by the image content and do not respond to global theme settings.

Image Knob
A rotary knob control that rotates a bitmap image based on continuous parameter values. Supports configurable rotation range and openness, perfect for custom knob designs using bitmap graphics.
Image Rotary Switch
A discrete rotary switch control that rotates a bitmap image to discrete positions. Maps discrete values to rotation angles, ideal for multi-position rotary selectors with custom bitmap graphics.
Image Switch
A boolean switch control that displays one of two bitmap images based on state. Supports both momentary and latch (toggle) modes, perfect for on/off switches and buttons with custom bitmap graphics.
FilmStrip Continuous
A continuous control using bitmap sprite sheets (filmstrips) for visualization. Maps continuous values to frame indices, ideal for VU meters, rotary knobs, and other continuous parameter controls with custom bitmap graphics.
FilmStrip Discrete
A discrete control using bitmap sprite sheets for visualization. Maps discrete values to frame indices based on option count, perfect for multi-position switches, selectors, and discrete parameter controls with custom bitmap graphics.
FilmStrip Boolean
A boolean control using bitmap sprite sheets for visualization. Maps boolean values to frames (typically 2 frames: false/off, true/on), ideal for on/off switches, buttons, and toggle controls with custom bitmap graphics.