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 1,801–1,860 of 5,034 · page 31 / 84

Commercial club PAs omit deep sub-bass because pop music does not use those frequencies
Fact L2 First instrument DB
Commercial failure followed by cheap secondhand availability is a recurring path by which instruments become genre-defining
Principle L2 First instrument O
Comparing a mix in real-time against commercial reference tracks reveals balance problems invisible in solo
Principle L2 First instrument D
Comping — selecting the best takes across multiple recordings — is standard practice for lead vocals
Procedure L2 First instrument D
Compose the big value masses and empty areas first; detail cannot rescue a frame whose masses don't read
Principle L2 First instrument LHG
Composition is the law-abiding organization of the tensions within elements
Concept L2 First instrument LJ
Compression modifies the volume envelope of a sound, not just its level — it can add punch, aggression, and proximity
Concept L2 First instrument D
Compressor attack and release times shape the relationship between transient and sustain in the compressed sound
Concept L2 First instrument D
Compressors colour tone as well as reduce gain, which is why the controls matter
Concept L2 First instrument D
Concatenating several wave tables into one lengthens the base period and lowers the fundamental N-fold
Concept L2 First instrument B
Confining serious low end to the fewest tracks keeps the bottom controllable
Procedure L2 First instrument D
Confirmation bias causes engineers to hear what they expect a processing change to do rather than what it actually does
Concept L2 First instrument D
Consumer gear operates at –10 dBV; professional gear at +4 dBu — an ~12 dB gap
Fact L2 First instrument DN
Contemporary ambient is best described as a set of listening practices rather than a fixed sound genre
Concept L2 First instrument O
Continuous slow zooming is the signature motion of fractal visuals — iteration count and zoom depth are the main expressive controls
Principle L2 First instrument HG
Contrast of extension balances color areas by their luminosity: yellow needs three times less area than violet to hold equal visual weight
Principle L2 First instrument LGH
Contrasting hues of near-equal lightness produce uncomfortable vibrating boundary lines between them
Concept L2 First instrument LH
Control buses route modulation signals between synths so one modulator can drive many
Concept L2 First instrument FBN
Converting a generated log-spectrogram to audio requires denormalizing, de-logging to amplitude, then an iSTFT
Procedure L2 First instrument KB
Converting between linear RGB color spaces is a 3x3 matrix multiplication
Concept L2 First instrument LG
Convolution applies an impulse response to a signal, enabling realistic room reverb simulation
Concept L2 First instrument BDF
Convolution in the time domain equals multiplication in the frequency domain, and vice versa
Principle L2 First instrument B
Convolving a sound with a space's impulse response places that sound acoustically in the space
Principle L2 First instrument BD
Conway's Game of Life updates each cell based on neighbor count: fewer than 2 or more than 3 active neighbors → dies; exactly 3 → activates; 2 → unchanged
Fact L2 First instrument G
Corner-pin mapping fits a projected image to a surface by dragging four independent corner handles
Procedure L2 First instrument I
Correct broad tonal balance with shelving filters before reaching for peaking filters
Procedure L2 First instrument D
CPU pixel manipulation reads and writes the raw RGBA array directly, unlike a per-pixel GPU shader
Concept L2 First instrument LH
createFont() loads a font at a chosen size; loading it large keeps text crisp when scaled
Fact L2 First instrument H
Creative Commons licenses allow creators to share music with specific permissions pre-granted, without replacing copyright
Concept L2 First instrument P
Crossfading over a couple of waveform cycles hides edits in sustained pitched notes
Procedure L2 First instrument D
Ctrl+B bypasses a node in ComfyUI as if it were removed with wires reconnected through
Fact L2 First instrument K
cue broadcasts a named event and sync blocks until the next occurrence of that event
Procedure L2 First instrument F
Curly-brace patterns in Strudel combine sequences of different step counts polymetrically
Concept L2 First instrument F
Custom functions in Processing encapsulate reusable code blocks with parameters and return values
Concept L2 First instrument H
Cut EQ before boosting: subtractive equalization reduces phase shift and preserves mix clarity
Principle L2 First instrument D
cut stops the current sample as soon as the next event in its group is triggered
Concept L2 First instrument F
Cutting a kick's low-mids removes boxiness and opens space for the bassline
Procedure L2 First instrument D
Cutting vinyl lacquers trains mastering engineers in balance because an unbalanced mix cuts poorly
Concept L2 First instrument D
CV/Gate controls analogue instruments with voltages: a gate switches notes on/off, CV sets a parameter such as pitch
Concept L2 First instrument EN
Cybotron and Juan Atkins carried electro's machine aesthetic into the birth of Detroit techno
Fact L2 First instrument O
Damp early reflection points, but never cover a whole room in foam
Procedure L2 First instrument D
Dancers naturally move to a 'tempo octave' — doubling or halving the stated BPM in their body response
Concept L2 First instrument MA
Darken Only and Lighten Only take the per-channel min and max of the two layers
Concept L2 First instrument IGH
Darker color variations have lower brightness and higher saturation — adding black alone is insufficient
Principle L2 First instrument LG
Data passes from vertex to fragment shaders as inter-stage variables declared with @location attributes, automatically interpolated across triangles
Concept L2 First instrument G
DAW faders give finer gain control near unity, so mixes should be built with faders resting around unity
Principle L2 First instrument DN
DAW sample-peak meters show instantaneous peak amplitude and are a poor guide to perceived loudness or headroom adequacy
Concept L2 First instrument D
DAWless is a spectrum: sessions can record to standalone stereo or multitrack hardware, or a DAW at mixdown only
Fact L2 First instrument EM
DAWs apply swing as extractable groove templates dialed in per clip
Procedure L2 First instrument AN
DC offset accumulates in feedback delay loops and must be filtered with a sub-audio highpass
Concept L2 First instrument BD
DDP is the preferred replication master format over CD-R because it is lower in errors and safer during transport
Concept L2 First instrument D
DDPM inference reverses the diffusion process: starting from noise, iteratively subtract predicted noise for T steps
Procedure L2 First instrument K
DDPM normalizes pixel values from [0,255] to [-1,1] so the network operates on a fixed input range matching the Gaussian prior
Procedure L2 First instrument K
DDPM training samples a random timestep per example, corrupts it, and minimizes noise-prediction loss
Procedure L2 First instrument K
DDPM uses a U-Net with skip connections as the denoising network, taking noisy image and timestep as input
Concept L2 First instrument K
DDSP makes DSP components differentiable so neural networks can drive classical synthesizers
Concept L2 First instrument KB
DDSP training requires preprocessing raw audio into TFRecord files with precomputed f0, loudness, and audio chunks
Procedure L2 First instrument KB
DDSP uses the CREPE pitch detector to extract frame-rate f0 and confidence from audio for training conditioning
Concept L2 First instrument KB
DDSP's FilteredNoise synthesizer shapes white noise with a learned frequency-domain magnitude envelope
Concept L2 First instrument KB
DDSP's Harmonic synthesizer sums band-limited sinusoidal harmonics weighted by a learned distribution
Concept L2 First instrument KB