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 4,201–4,260 of 5,034 · page 71 / 84
Recording a live modular set with no overdubs or edits as an album creates a distinct purity and performative quality
Recording and reviewing your sets calibrates whether mistakes were as bad as they felt
Recording unexpected outputs from unfamiliar processes creates source material that pure composition would not produce
Recording vinyl at 45 rpm into the SP-1200 and pitching down creates characteristic lo-fi grit that defines filter house texture
Recreating a master's color palette in cut paper reveals its color instrumentation — relationships rather than specific pigments
Recursive draw functions produce fractal branching structures where each call draws one branch and spawns smaller sub-branches
Recursive fractal structures are coded as objects that instantiate child copies of themselves
Redefining a named function while a named thread loops is the foundational Sonic Pi live-coding pattern
Reliable trigger detection uses two thresholds (hysteresis) so one rising edge fires only once
Removing elements rather than adding them is often the path to fullness and clarity in a mix
Removing one IEM during a performance doubles hearing risk by exposing one ear while cranking the other
Renardo defines audio effects as SC SynthDefs in Python using an `effect_manager` DSL, then exposes them as player attributes
Renardo supports just intonation as an alternative tuning system via `Tuning.just` on any scale
Renardo supports microtonal pitches as floating-point scale degrees interpolated between semitones
Renardo's `.eclipse(dur, every, offset)` periodically silences a player for automatic arrangement breaks
Renardo's `linvar()` interpolates values linearly across its duration, unlike the step-wise `var()`
Renardo's `Pvar` makes entire Patterns switch over time, enabling structural variation between cycles
Renardo's `Ring` cycles through its elements indefinitely when called, unlike a one-shot list
Renardo's `var()` creates a time-varying value that switches between states at bar-aligned boundaries
Renardo's Ableton backend can automate parameters with TimeVar at up to 300Hz via AbletonOSC
Renardo's PRand, PChoice and PWhite generate stochastic values that re-roll each cycle
Renardo's REAPER backend controls instruments via OSC, enabling DAW-quality effects without SuperCollider
Renardo's TempoClock pre-queues events 0.25 seconds early to compensate for processing latency
Renardo's VRender extension converts note sequences and lyrics into a vocal WAV via sinsy.jp singing synthesis
Repeating a progressively shorter sub-loop of closing material creates a sense of acceleration that drives a track to a convincing end
Repetition without change relaxes the listener into the rhythm, triggering excitement through predictability rather than surprise
Replacing the standard VAE with TinyVAE (TAESD) reduces encode/decode latency at small quality cost
Residual CFG approximates classifier-free guidance at near-zero extra cost by recycling a stored noise residual
Restarting several clips together in VPT needs per-source trigger buttons or a shared router controller
Restraint — deliberately removing elements rather than adding them — is a compositional strategy, not a limitation
Resynthesis analyses a real instrument recording into partial tracks and uses those measurements to set additive synthesis parameters
Retrigs subdivide a single trig into a rapid burst of re-fires at a set rate
Reusing drum pattern MIDI as pitched material and vice versa creates rhythmically related harmonic and melodic parts
Reverb and delay effects can be widened using MS or other stereo-enhancement techniques on the return channel
Reverb is roughly half of dub techno's sound — heavy reverb that is modulated, filtered, and distorted, paired with delay
Robust beat detection uses a decaying cutoff plus a hold window to debounce triggers
Rock arrangements balance guitar, bass, and drums co-equally, unlike bass-led hip-hop and pop
Rolling off the lowest bass frequencies in mastering can paradoxically make a vinyl record sound heavier
Routing a dry synth's audio through a sampler adds onboard effects without extra mixer channels
RP Boo keeps the Roland R-70's analog warmth because digital transfer loses the punch that defines footwork's bass
Running a complex oscillator into a VCA produces abstract metallic hat sounds beyond noise-source patches
Running a metallic percussive output through a granular engine adds a sustained noisy texture to a minimal techno patch
Running an envelope through a resonant filter (instead of a slew) adds an LFO-like movement to the envelope's sustain and release phases
Running digital recordings through analogue preamps adds a distinctive tonal character
Running filter fades inside the performing rig removes the need to rely on the house mixer for energy control
Running redundant microphone paths protects against single-point failure in inaccessible recording locations
Sambass is a Brazilian DnB fusion that incorporated samba and bossa nova rhythmic elements into the genre
Sample-and-hold and smooth random voltage sources animate patch parameters generatively so a static patch keeps evolving
Sample-peak meters miss inter-sample peaks, which can exceed 0 dBFS by 3 dB and require an oversampling True-Peak meter
Sardine embeds three distinct pattern mini-languages (Sardine PL, Ziffers, Vortex) selectable per player
Saturating the drum bus low end boosts perceived bass and loudness more gently than an EQ boost
Saving a reference render at the end of each session and reviewing it fresh before the next prevents perspective loss during deep detail work
SC Groups organize synth nodes into named sections that can be targeted for routing and order-of-execution control
SC receives MIDI via MIDIIn.connectAll and MIDIdef callbacks; ADSR gate management requires per-note synth node tracking
SC receives MIDI via MIDIIn.connectAll and MIDIdef, and tracks note on/off pairs using arrays indexed by MIDI note number
SDF ambient occlusion samples the field at short offsets along the normal to detect nearby geometry
SDF soft shadows track how close the shadow ray comes to occluders, not just whether it hits them
SDR (signal-to-distortion ratio) is the standard metric for evaluating stem separation quality
Secondary action is an additional motion that reinforces and adds dimension to the main action
Separating creation from editing prevents premature judgment from killing creative flow