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 241–300 of 5,034 · page 5 / 84

A ChucK UGen only produces audio if it is chucked transitively to `dac`
Principle L1 Foundations F
A club's resident DJ can steer the direction of an entire genre through their programming
Concept L1 Foundations O
A cluster of small European labels curated microhouse's identity before the term existed
Concept L1 Foundations O
A coil of wire near a magnetic field picks up electromagnetic signals and acts as a low-frequency antenna or microphone
Concept L1 Foundations EB
A color space's gamut is the subset of all human-visible colors it can reproduce
Concept L1 Foundations LG
A color's 'quality' is its hue position in the color circle; its 'quantity' (brilliance) is its lightness or darkness
Concept L1 Foundations LG
A comma inside a mini-notation string stacks two voices simultaneously; it is not a rest
Misconception L1 Foundations FA
A community Google Colab notebook enables RAVE training without local GPU hardware
Fact L1 Foundations KN
A compressor is an automatic volume control that rides gain down when a signal exceeds a threshold
Concept L1 Foundations D
A compressor's ratio sets how much of the signal above the threshold is turned down
Concept L1 Foundations DB
A control voltage can only do three things: rise, fall, or stay constant
Fact L1 Foundations EB
A DAW that matches your mental model removes the technical bottleneck between idea and recording
Principle L1 Foundations BN
A demoparty is a weekend gathering where demosceners compete in categorised compos judged live
Concept L1 Foundations OP
A demoscene group is built around three core roles: coder, musician, and graphician
Fact L1 Foundations OP
A disco edit extends and resequences the most dance-friendly sections of a track, historically made with tape and scissors
Concept L1 Foundations CO
A DJ mixer controls what the audience hears and what the DJ monitors in headphones
Concept L1 Foundations M
A dot after a note extends its duration by half, creating in-between values useful for compound rhythms
Fact L1 Foundations A
A drum kit's four functional slots each have a default placement: kick=pulse, snare=backbeat, hi-hat=subdivision, percussion=fill
Concept L1 Foundations AF
A drum pattern sets the groove by placing kick, snare, and hi-hat on specific beats in a bar
Procedure L1 Foundations AN
A dynamic speaker and a dynamic microphone are the same reversible device: coil, magnet, and diaphragm
Concept L1 Foundations EB
A Eurorack ribbon cable must be connected with its coloured stripe on the correct (bottom) side
Procedure L1 Foundations E
A Eurorack system's total module current draw must stay within its power supply's capacity
Principle L1 Foundations E
A fader that won't hold a stable level tells you the track needs processing
Concept L1 Foundations D
A filter cutoff envelope mimics the brightness-decay of acoustic instruments
Concept L1 Foundations B
A filter selectively attenuates or boosts specific frequency ranges in a signal
Concept L1 Foundations BD
A first Eurorack case should be at least 3U x 84 HP, and 6U x 84-104 HP gives room to grow without outgrowing quickly
Fact L1 Foundations E
A for loop repeats a code block under init, test, and update, turning one drawing procedure into a whole pattern
Concept L1 Foundations H
A gate stays high for a note's duration; a trigger is a brief pulse that fires one event
Concept L1 Foundations EB
A genre can predate its name by years — 'dub techno' was coined in The Wire in 2001, ~8 years after the music appeared
Fact L1 Foundations O
A genre's canonical tempo can be set by the venue it serves, not by musical rule
Concept L1 Foundations OB
A Glicol feedback bus with gain ≥ 1 explodes — keep loop gain below 1
Principle L1 Foundations F
A GLSL double-buffer feedback pass with gain ≥ 1 saturates to white within a few frames
Principle L1 Foundations G
A GLSL fragment shader is a function that maps each pixel's (x,y) coordinate to an output RGB color, run in parallel for every pixel
Concept L1 Foundations G
A GLSL vector's components have interchangeable names: .xyzw, .rgba, .stpq, and [i]
Concept L1 Foundations G
A glslViewer feedback buffer only fills if its render code is wrapped in the matching `#ifdef`
Fact L1 Foundations G
A good solder joint requires heating both surfaces to re-melt a pre-tinned layer of solder, not dropping molten solder onto cold metal
Procedure L1 Foundations E
A great monitor in a bad acoustic room cannot produce accurate mastering decisions
Concept L1 Foundations D
A hard `step` edge aliases in GLSL — use `smoothstep` with a `fwidth` width for anti-aliasing
Principle L1 Foundations G
A harmonic spectrum has partials at exact integer multiples of a fundamental frequency
Fact L1 Foundations BA
A house track proven on the dancefloor could still be blocked by a label's gatekeeping before release
Concept L1 Foundations O
A Hydra array argument sequences values one per BPM cycle, not a smooth ramp or average
Concept L1 Foundations H
A Hydra chain without `.out()` builds a texture that is never rendered — no error, just black
Misconception L1 Foundations H
A Hydra patch is a left-to-right chain of dot-joined functions, modeled on modular-synth cabling
Concept L1 Foundations HG
A live coder is like an improvising composer: code is the score and the computer performs it while the audience watches it being written
Concept L1 Foundations FA
A low-pass filter at mid cutoff with minimal resonance murks a bright oscillator into a low-end bass
Procedure L1 Foundations B
A low-pass filter passes frequencies below its cutoff and attenuates those above it
Concept L1 Foundations BE
A major key and its relative minor share the same key signature but have different tonics (relative minor tonic = 6th degree of major)
Fact L1 Foundations A
A major triad = root + major third (4 semitones) + minor third (3 semitones); minor triad reverses the third order
Principle L1 Foundations A
A master clock sends pulse streams that synchronize all time-based modules in a patch
Concept L1 Foundations E
A modular synth carries audio, control voltage, and gate/trigger signals on identical jacks, and the distinction is convention not physics
Concept L1 Foundations EB
A modular synthesizer is an open system where practically anything can connect to anything
Concept L1 Foundations EB
A musical interval's number name counts how many letter classes separate two notes
Concept L1 Foundations A
A musical tone is a complex blend of harmonic partials whose ratios are whole-number multiples of the fundamental
Concept L1 Foundations AB
A netlabel distributes music primarily online, often free and under Creative Commons
Concept L1 Foundations PO
A noise dose of 100% marks the daily exposure limit, computed as a time-weighted average
Concept L1 Foundations M
A pattern is where we perceive the structure of its making in the structure of its outcome
Concept L1 Foundations FO
A piezo disk exploits the reversible crystal-electricity effect to work as a contact microphone or a driver
Concept L1 Foundations EB
A pitch class is one of the 12 chromatic notes named independently of octave
Fact L1 Foundations AF
A ported monitor's port resonance skews low-end mixing judgment through steep rolloff, ringing, and midrange smearing
Concept L1 Foundations D
A quantizer snaps an incoming control voltage to the nearest note of a chosen scale, turning free-running CV into melody
Concept L1 Foundations EF