home/atoms

Atoms

5,034 knowledge atoms — one concept each, the smallest teachable units. To find something specific, use search or browse by domain, level or type.

Showing 3,241–3,300 of 5,034 · page 55 / 84

VCV Rack plugins take one of three licensing paths: GPLv3+, free-of-charge under any license, or commercial royalty
Concept L2 First instrument NE
Vector PDF output preserves resolution at any scale while raster output has fixed pixel resolution
Concept L2 First instrument H
Velocity layers map different recordings to one pitch so harder playing triggers a different sample, not just a louder one
Concept L2 First instrument CB
Verse, chorus, and bridge define the standard sectional song form used in most commercial and pop-derived music
Concept L2 First instrument A
Vertex data passed to WebGPU must live in a JavaScript TypedArray matching the expected GPU numeric format
Concept L2 First instrument G
Vertically separated drivers comb-filter around the crossover, right where hearing is most sensitive
Concept L2 First instrument D
Video feedback — pointing a camera at its own monitor output — generates complex self-similar dynamic imagery that responds to small parameter changes
Concept L2 First instrument IB
Video feedback pointing a camera at its own output produces self-similar, fractal-like patterns from simple recursion
Concept L2 First instrument HL
Video must be compressed to appropriate codecs before a live performance to enable real-time processing
Procedure L2 First instrument IN
Visual balance distributes visual weight so symmetric reads as stable and asymmetric as dynamic
Concept L2 First instrument LHG
Visual effects in live cinema carry culturally established meanings and should be used with intention rather than decoration
Concept L2 First instrument IL
Visual phrasing groups change into statement-variation-return arcs so the image has structure rather than uniform churn
Principle L2 First instrument HL
Visualizing live voltage and current data directly on a circuit diagram eliminates mental simulation in electronics
Concept L2 First instrument H
Visually equal color gradient steps require geometrically increasing physical differences, not arithmetically equal ones
Principle L2 First instrument L
VJing is embodied: it requires physical gesture and controller movement and cannot occur without an improvising performer
Concept L2 First instrument IF
VJing is structurally collaborative because it always visualizes something else — most often a DJ or live music act
Concept L2 First instrument IJ
VJs release clip libraries under Creative Commons and Public Domain so others can reuse them in mixes
Fact L2 First instrument IO
Vocals almost always need compression because singers cannot hold an even level
Principle L2 First instrument D
Voice modulators have per-voice independent paths; scene modulators share one path across all voices
Concept L2 First instrument B
Voronoi cell look varies between distance-to-nearest-point and distance-to-second-nearest — each gives a distinct aesthetic
Concept L2 First instrument HG
vowel() applies a formant filter that colours a sound with a spoken-vowel timbre
Concept L2 First instrument FB
VPT 8 uses an FFmpeg video engine so it plays virtually any codec without transcoding
Concept L2 First instrument I
VPT splits into interface, preview and output windows, and only the output goes on the projector
Concept L2 First instrument I
VPT's live inputs bring a connected camera in as a source and can record it into a source folder
Procedure L2 First instrument I
VPT's prefs.txt text file sets startup behaviour: framerate, screens, source bank and autostart
Fact L2 First instrument I
VU meters track average level (close to perceived loudness); peak meters track instantaneous peaks, 10–25 dB higher
Concept L2 First instrument DN
Warm colors advance and cold colors recede, but this depth effect reverses depending on the background
Principle L2 First instrument LGH
Warm hues advance and feel active; cool hues recede and feel calm
Principle L2 First instrument LHG
Waveform-to-waveform nn~ models have equal in_ratio and out_ratio and pass audio through uncompressed
Concept L2 First instrument KN
Wavetable crossfading morphs timbre over the course of a note by blending between stored waveforms
Concept L2 First instrument B
Wavetable lookup needs interpolation because the fractional read index rarely lands on a stored sample
Concept L2 First instrument B
Wavetable oscillators control pitch by varying the step size through a stored single-cycle waveform
Concept L2 First instrument B
Wavetable synthesis scans across up to 512 single-cycle frames via a Morph parameter to create evolving timbres
Concept L2 First instrument B
Wavetable synths can sound digital and thin, lacking the mid-range warmth of analog oscillators
Concept L2 First instrument B
WebGPU clip space maps the canvas to a fixed [-1, +1] range on both axes regardless of canvas pixel dimensions
Concept L2 First instrument G
WebGPU commands are recorded into a command buffer and submitted to a queue — the GPU does nothing until submit() is called
Concept L2 First instrument G
WebGPU draws or computes via a pipeline that chains shaders to GPU resources through bind groups
Concept L2 First instrument GK
WebGPU initialization requires requesting an adapter then a device in two async steps
Procedure L2 First instrument G
Weighted random choice picks among options by probability so the common case dominates and surprises stay rare
Concept L2 First instrument AF
West Coast systems favour two-stage AD or AR slope generators over four-stage ADSRs
Concept L2 First instrument EB
WGSL declares data with var (mutable storage), let (immutable value), and const (compile-time constant)
Concept L2 First instrument GK
WGSL structs bundle multiple @location and @builtin annotated fields into a single typed input or output for shader functions
Concept L2 First instrument G
When no clock signal crosses the audio-visual bridge, the performer matches visual phrase length to musical phrases by feel and manual edit timing
Procedure L2 First instrument JH
White labels and dubplates were critical distribution and status objects in DnB culture before digital distribution
Concept L2 First instrument OPM
White noise through a modulated bandpass filter is the practical modular hat synthesis patch
Procedure L2 First instrument BE
White, pink, and brown noise oscillators add different spectral textures for atmospheric layering or percussion
Concept L2 First instrument B
Whodini's 'Magic's Wand' crossed early hip-hop with art-pop production, using Simmons drums and a PPG instead of a TR-808
Fact L2 First instrument OB
Whoever controls the pressing plant controls a record's release, credit, and terms
Concept L2 First instrument OP
Wiring a sensor to an actuator with a straight or crossed connection produces approach or avoidance behavior
Concept L2 First instrument HL
With a zero-release sampler, hi-hat note length becomes a groove control
Procedure L2 First instrument AB
with_fx wraps code in an audio effect that processes all sounds generated inside the block
Procedure L2 First instrument F
WLED Effect DMX mode allows remote control of built-in effects via 15 DMX channels without per-pixel data
Concept L2 First instrument IJ
WLED offers multiple DMX channel modes ranging from single-color control to per-pixel RGB addressing
Concept L2 First instrument IJ
WLED Pixel Grouping treats N consecutive physical pixels as one DMX channel to stretch limited universes
Concept L2 First instrument IJ
WLED supports Art-Net and DDP as E1.31 alternatives, but DDP always uses Multi RGB regardless of DMX mode
Fact L2 First instrument IJ
WLED's ledmap.json remaps physical LED order to any logical layout
Procedure L2 First instrument I
Wookie fused drum and bass's breakbeat sensibility with garage's tempo to create a new sonic direction
Concept L2 First instrument OA
Working on a single reference monitor for years creates an anchor that allows reliable mastering decisions
Concept L2 First instrument D
Wrapping array indexes with wrapAt lets SC sequences cycle through parameter arrays of different lengths
Concept L2 First instrument F
Wrapping the input coordinate into a periodic cell tiles one SDF into infinite copies at near-zero cost
Concept L2 First instrument GJ