home/ browse/ domain N

N · Tools & free/open software stack

343 atoms · 12 modules primarily in this domain.

Modules

Arranging and Performing in a Clip-Based DAW (Ableton / Bitwig)
L2 First instrument N 6h 12 atoms
Building Modular Patches (Max/MSP, VCV Rack, Bitwig Grid)
L3 Craft N 6h 9 atoms
Developing an Audio Plugin with Remote Control
L3 Craft N 8h 8 atoms
Engineering a Session in Ardour
L3 Craft N 6h 8 atoms
Patching a First Instrument in Pure Data
L2 First instrument N 5h 13 atoms
Producing a Track in a Free DAW (LMMS / Audacity)
L1 Foundations N 5h 11 atoms
Recreating Classic Sounds on Constrained / Emulated Gear
L2 First instrument N 4h 8 atoms
Running a Multi-DJ Remote Broadcast
L5 Voice N 6h 5 atoms
Specifying and Powering a Live PA System
L3 Craft N 6h 14 atoms
Streaming Your First Set with OBS
L0 Orientation N 3h 6 atoms
Syncing and Aligning a Live Performance Rig
L4 Performance N 5h 8 atoms
Wiring a Clean Signal Chain (Cables, I/O, Interfaces)
L2 First instrument N 4h 6 atoms

Atoms by level

A community Google Colab notebook enables RAVE training without local GPU hardware
Fact L1 Foundations KN
A DAW that matches your mental model removes the technical bottleneck between idea and recording
Principle L1 Foundations BN
A drum pattern sets the groove by placing kick, snare, and hi-hat on specific beats in a bar
Procedure L1 Foundations AN
A SuperCollider Array is a collection whose messages return transformed copies and whose arithmetic broadcasts element-wise
Concept L1 Foundations FN
An Ardour session is a folder containing all project data: audio, MIDI, routing, and snapshots
Concept L1 Foundations N
An electronic instrument's interface can be analysed as a layered model from sound through control and layout to concept and time
Concept L1 Foundations EN
An OSC message has two parts: an address pattern (the parameter name) and one or more typed arguments (the values)
Concept L1 Foundations JN
Audacity Macros chain effects into a reusable sequence for batch-processing multiple audio files
Concept L1 Foundations N
Audacity's Spectrogram view shows frequency content over time, enabling spectral selection and editing
Concept L1 Foundations ND
Cheap PC software instead of pro studios pushed early dubstep toward its twisted-bass sound
Concept L1 Foundations ON
ChucK has no hot-reload path in this rig and runs as a separate process
Fact L1 Foundations FN
Constrained instruments with few controls can be more creatively productive than instruments with unlimited options
Principle L1 Foundations ENM
Csound is a text-based software sound synthesis system, created by Barry Vercoe in 1985
Fact L1 Foundations BN
Daft Punk's Homework was tracked entirely in hardware with DAT as both recording medium and source
Fact L1 Foundations NB
DAW scale-snap tools correct out-of-key notes without requiring theory knowledge
Procedure L1 Foundations N
Early Grime producers made instrumentals on FL Studio (Fruity Loops) on basic home computers, treating software limitations as aesthetic constraints
Fact L1 Foundations ON
Electronic instrument development is a conversation between designers, engineers, users, and competitors across brands
Concept L1 Foundations EN
Every Pure Data object has an interactive helpfile opened by right-clicking it and choosing Help
Fact L1 Foundations N
Glicol CLI has no embedded sample bank; samples must be placed in the `samples/` folder
Fact L1 Foundations FN
Grime's canonical 140 BPM tempo originated partly because FL Studio's default tempo is 140 BPM
Fact L1 Foundations AN
In SuperCollider everything is an object, and behaviour is triggered by sending messages to receivers
Concept L1 Foundations FN
iO-808 auto-persists progress across sessions while an explicit JSON save/load is used for sharing patterns
Procedure L1 Foundations N
LMMS composes repeating rhythms in the Beat+Bassline Editor and non-repeating lines in the Song Editor
Concept L1 Foundations NF
LMMS volume lives at three tiers, and each tier is meant for a different job
Concept L1 Foundations ND
MIDI is a 7-bit serial protocol sending note and control events on up to 16 channels, not audio
Concept L1 Foundations BNEF
Mixing a signal with a slightly delayed copy of itself produces comb filtering
Concept L1 Foundations DBN
Nesting passes the result of inner expressions as arguments to outer ones; indentation makes levels readable
Concept L1 Foundations FN
Open Sound Control is a transport-independent network protocol carrying typed, address-patterned messages between devices
Concept L1 Foundations JEN
OSC connections require both a destination IP address and a port number to route messages to the correct application
Procedure L1 Foundations JN
OSC's 32-bit float arguments provide far higher control resolution than MIDI's 7-bit (0–127) integer range
Concept L1 Foundations JN
Pd has object, message, and number boxes, with inlets always on top and outlets on bottom
Concept L1 Foundations FN
Pre-trained RAVE streaming models are available for immediate use without training
Fact L1 Foundations KN
Pure Data patches run in realtime, so editing the patch changes the sound immediately
Concept L1 Foundations NF
Quantization snaps notes to the time grid; humanization reintroduces small timing deviations for feel
Concept L1 Foundations ANB
RAVE requires a CUDA GPU with 5–32 GB VRAM depending on config, and hours of audio
Fact L1 Foundations KN
RAVE training requires CUDA verified via nvidia-smi and a dedicated conda environment
Procedure L1 Foundations KN
Receiver notation (a.msg(b)) and functional notation (msg(a,b)) are interchangeable in SuperCollider
Concept L1 Foundations FN
Renardo 1.0 replaces the legacy Tkinter editor with a browser-based Svelte web client as its default interface
Fact L1 Foundations FN
Roland TR-808 and cheap Japanese synths democratised studio production for Chicago house DJs
Concept L1 Foundations OBN
SC uses four enclosure types with distinct purposes: parentheses, brackets, braces, and quotes
Concept L1 Foundations FN
Secondary notation — whitespace, naming, colour — carries meaning for human programmers that the interpreter discards
Concept L1 Foundations FN
Sonic Pi is designed for school children to learn programming through live coding music, with pedagogical materials built in from the start
Fact L1 Foundations NFP
Sound waves are pressure variations in air that the cochlea decodes as electrical signals
Concept L1 Foundations BFN
Strudel is a browser-native port of TidalCycles that requires no installation and runs on any device with a web browser
Concept L1 Foundations FN
SuperCollider conditionals use if(cond, {true}, {false}) and case tests condition/action pairs in order
Concept L1 Foundations FN
SuperCollider evaluates binary operators strictly left-to-right, ignoring conventional arithmetic precedence
Concept L1 Foundations FN
SuperCollider functions are curly-brace blocks that run only when sent .value and return their last expression
Concept L1 Foundations FN
SuperCollider is two separate processes: a language client and a sound server
Concept L1 Foundations FBN
SuperCollider records the server's live audio output to a sound file with record and stopRecording
Procedure L1 Foundations FN
SuperCollider scopes variables three ways: local (var) vanish with their block; single-letter and environment (~) names persist across the session
Concept L1 Foundations FN
Swing delays every other 16th note by a set proportion, with 50% meaning straight timing
Concept L1 Foundations AFNE
Teaching algorithms through music engages students in computational thinking — describing, designing, and executing step-by-step processes — in a naturally motivating context
Concept L1 Foundations PFN
The decibel formula changes from 10·log to 20·log when comparing voltages instead of powers
Fact L1 Foundations BDN
The Post window is SuperCollider's primary feedback channel for results, warnings, and errors
Concept L1 Foundations FN
The shift from analog to digital production lowered the financial barrier for resource-constrained producers
Concept L1 Foundations ON
The TR-808 programs beats by selecting a drum voice then toggling 16 step buttons to place hits
Procedure L1 Foundations BN
The TR-808's sounds are fully synthesized via Web Audio API — no samples are used
Fact L1 Foundations BN
TidalCycles is a pattern language that makes no sound; it delegates audio to a separate engine (SuperDirt/SuperCollider)
Concept L1 Foundations FN
To learn a live-coding language faster, imagine the sound before pressing Run, then diagnose the difference
Principle L1 Foundations FN
VCV Rack is a free, near-limitless software modular synthesizer that closely approximates hardware Eurorack for learning and planning
Fact L1 Foundations EN
Visual dataflow patching (Max/Pd) builds instruments by wiring boxes, distinct from text-based live coding
Concept L1 Foundations FNO
Wrapping SuperCollider lines in outer parentheses makes a code block that evaluates as one unit on a single keypress
Procedure L1 Foundations FN
0 dBm is 1 milliwatt; it implies an impedance context unlike dBu
Fact L2 First instrument DN
32/64-bit floating-point arithmetic in DAWs provides vast internal headroom but does not protect against plug-in overloading
Misconception L2 First instrument DN
A condenser microphone uses a charged capacitor whose capacitance varies with diaphragm movement
Concept L2 First instrument BN
A custom DAW template eliminates friction between inspiration and capture
Procedure L2 First instrument AN
A drum fill is a brief deviation from the groove at a phrase end that signals a structural transition
Concept L2 First instrument ANC
A dynamic microphone uses electromagnetic induction — a coil moving in a magnetic field generates voltage
Concept L2 First instrument BN
A GPLv3+ VCV plugin requires its derivative works to also be GPLv3+
Principle L2 First instrument N
A live performance patch should prioritise the most-used controls as always-visible with less-used controls accessible but hidden
Principle L2 First instrument IN
A mic preamp must boost mic-level signals (–70 to –50 dBu) to line level without adding audible noise
Concept L2 First instrument DN
A microphone's polar pattern defines how its sensitivity varies with the direction of incoming sound
Concept L2 First instrument BN
A nn~ model's methods each define a distinct processing pipeline with its own inlet/outlet count
Concept L2 First instrument KN
A Pd object only fires from its leftmost (hot) inlet; other inlets are cold and merely store
Principle L2 First instrument FN
A Pure Data object's creation argument only sets an initial value; incoming signal or messages override it
Concept L2 First instrument N
A slow phasor~ scaled and passed through mtof~ produces a repeating one-octave pitch sweep
Procedure L2 First instrument NB
A spectroscope displays a signal's spectral content — amplitude vs. frequency — in real time
Concept L2 First instrument BN
A SynthDef is a reusable named synth recipe; a Synth is a running instance of it
Concept L2 First instrument FBN
A Tidal pattern is a function from a time arc to a list of events, not a stored sequence
Concept L2 First instrument FNA
Ableton Link synchronizes tempo across apps by group adoption rather than a central master clock
Concept L2 First instrument JN
Ableton's Slice to New MIDI Track converts a break into a drum rack of individually triggerable slices
Procedure L2 First instrument CN
AbletonOSC is installed as a MIDI remote script that exposes Live's full API over OSC
Concept L2 First instrument JN
An algorithm's affordances are the musical actions it suggests or enables to its user
Concept L2 First instrument FN
An Ardour track/bus type is chosen by its signal source and routing role, not just its name
Concept L2 First instrument N
An endless encoder needs an external value display because, unlike a fixed-range pot, its position carries no value
Concept L2 First instrument EN
Ardour snapshots save alternate versions of a session within the same folder without overwriting the current state
Concept L2 First instrument N
Ardour's processor box is the per-strip plugin chain where signal passes pre- or post-fader
Concept L2 First instrument ND
Arrangement View is a linear timeline where clips are fixed in time and automation is written globally
Concept L2 First instrument N
Audacity's Nyquist prompt lets you write Lisp code to synthesise, analyse, and process audio
Concept L2 First instrument N
Balanced connections use two out-of-phase signal conductors to reject common-mode noise
Concept L2 First instrument NB
Beat alignment means any integral beat value on one Link participant maps to an integral beat on all others
Concept L2 First instrument JN
Before MIDI, electro producers synced drum machines and sequencers using clock/trigger pulses and Roland Sync cables
Concept L2 First instrument BEN
Bitwig runs a linear Arranger and a non-linear Clip Launcher together, so improvisation and fixed arrangement share one session
Concept L2 First instrument NM
Bitwig's Unified Modulation System lets any modulator device control any parameter at every level of the signal chain
Concept L2 First instrument NB
Cable shielding intercepts electrostatic interference; balanced twisted pairs cancel electromagnetic interference
Concept L2 First instrument NB
Calling .play on a Pbind returns an EventStreamPlayer, and only that stored player can be stopped or resumed
Concept L2 First instrument FN
Chords in a Pbind are written as nested lists inside the pitch key
Concept L2 First instrument FN
Consumer gear operates at –10 dBV; professional gear at +4 dBu — an ~12 dB gap
Fact L2 First instrument DN
Control buses route modulation signals between synths so one modulator can drive many
Concept L2 First instrument FBN
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
DAW faders give finer gain control near unity, so mixes should be built with faders resting around unity
Principle L2 First instrument DN
DAWs apply swing as extractable groove templates dialed in per clip
Procedure L2 First instrument AN
doneAction: 2 tells a UGen to free its enclosing synth node when it finishes, preventing silent zombie synths
Concept L2 First instrument FBN
EEVEE is Blender's real-time renderer that uses rasterization, trading physical accuracy for speed
Concept L2 First instrument HN
Every Pd message is a selector plus arguments, built from float, symbol, and pointer atoms
Concept L2 First instrument FN
Every running synth is a node in the server's Node Tree; .free removes one node, ctrl+. frees them all
Concept L2 First instrument FBN
Filtering an LFO with a lowpass filter smooths abrupt transitions and removes click artifacts
Procedure L2 First instrument BN
Finger-drumming captures natural timing and velocity variation that is hard to draw in manually
Concept L2 First instrument AN
Flashing each pattern element as it becomes active gives a live coder direct visual feedback on timing
Concept L2 First instrument FN
Footwork producers favor the hardware MPC over software for its analog outputs, tight timing, and tactile feel
Concept L2 First instrument ON
FoxDot and its fork Renardo live-code music in Python using SuperCollider as the audio engine
Concept L2 First instrument FN
Freesound's APIv2 lets you filter sounds by perceptual qualities like brightness, hardness and depth — not just text
Fact L2 First instrument CN
Freesound's content-based similarity search returns sounds that are acoustically alike, not just similarly tagged
Concept L2 First instrument CKN
Frequency response is measured within a stated tolerance window, not a single curve
Concept L2 First instrument BN
Generative music apps (Bloom, Scape) blur composer and listener; reactive apps use sensors (GPS, microphone) to make music responsive to physical context
Concept L2 First instrument OFN
Ghost notes are very quiet unaccented hits that add groove without changing the overt pattern
Concept L2 First instrument AFNC
Glitch production migrated from damaged hardware into software simulation of failure states
Concept L2 First instrument BN
In a DAWless setup one device acts as MIDI clock master to synchronise start, stop, and tempo across all machines
Concept L2 First instrument EN
In an open-architecture patch, objects are wired with cords carrying the video signal, and any break stops the output
Concept L2 First instrument IHN
In LMMS, anything you want to reuse across projects must be saved with the instrument preset, not the project
Principle L2 First instrument N
In Logic, Option-clicking with the Scissor tool slices a MIDI region into equal grid divisions instantly
Procedure L2 First instrument N
In Max the [route] object both separates OSC messages by address pattern and strips that pattern off, dispatching each to its handler
Procedure L2 First instrument JN
In Max/MSP, the leftmost inlet is 'hot' (triggers output) and other inlets are 'cold' (store values only)
Concept L2 First instrument N
In Pure Data, tilde-suffixed objects (osc~, *~, dac~) are the ones that generate and process audio signals
Concept L2 First instrument NB
Layering multiple drum sounds triggered simultaneously creates fuller, richer textures than any single sample
Procedure L2 First instrument AN
LMMS ships LB-302, a built-in monophonic synth that imitates the Roland TB-303 acid architecture
Fact L2 First instrument NB
Logging every keystroke with a timestamp lets a live-coded performance be regenerated exactly from text
Concept L2 First instrument FN
Logic/MPC and FL Studio/Cubase use opposite swing scales — 0% in FL Studio equals 50% in Logic
Misconception L2 First instrument FN
Many synth and plug-in presets ship at full scale; their output levels should be reduced before feeding an effects chain
Principle L2 First instrument DN
Max executes right-to-left so cold inlets are initialized before the hot inlet fires, avoiding stale-value bugs
Principle L2 First instrument N
Max/MSP is a graphical dataflow language whose objects are wired with virtual patch cords, like a modular synthesizer
Concept L2 First instrument BN
Max/MSP's cycle~ object generates a continuous cosine wave at a specified frequency
Fact L2 First instrument BN
Mid-to-late 1990s software democratised music production and enabled laptop performance and live coding as new techno practices
Fact L2 First instrument FN
MIDI carries digital performance data — notes, tempo, position — over one cable across up to 16 channels
Fact L2 First instrument EN
Modulargrid is the standard tool for planning a Eurorack system — it tracks cost, power draw, HP, and module placement before purchase
Fact L2 First instrument EN
MouseX and MouseY turn cursor position into live control signals, making a synth playable in real time
Concept L2 First instrument FN
Network jitter in OSC streams can be mitigated by buffering, rate-limiting, or smoothing incoming values
Concept L2 First instrument JN
New modules are added in VCV Rack by right-clicking an empty rack space to launch the Module Browser
Procedure L2 First instrument EN
nn~ exposes RAVE encode, decode, and forward as Max/MSP or Pure Data audio-rate methods
Procedure L2 First instrument KN
nn~ is a translation layer that runs any TorchScript (.ts) model as a live Max/MSP or Pure Data object
Concept L2 First instrument KN
nn~ model attributes are model-defined, live-controllable parameters set via 'set NAME VALUE' messages
Concept L2 First instrument KN
nn~'s circular buffer amortizes neural model compute across time, at the cost of added latency
Concept L2 First instrument KN
On Maschine, tempo-matching must be done before chopping because its Sampler cannot warp in real time
Procedure L2 First instrument CN
One-shot mode plays a drum sample to its full decay; gate mode ties sample length to note length
Concept L2 First instrument BN
ORCA is a grid-based live-coding environment where single-letter instructions form music machines by spatial adjacency
Concept L2 First instrument FN
Partial quantization moves notes toward the grid by a percentage, preserving human timing
Concept L2 First instrument AN
Passing an array to a UGen argument duplicates the whole signal graph, one copy per array element
Concept L2 First instrument FBN
Patcher languages like Max and Pure Data are visually rich but their primary syntax ignores spatial position
Concept L2 First instrument FN
Pbind maps keyword-value pairs into a timed stream of playable musical events
Concept L2 First instrument FNB
Pbind plays named SynthDefs via \instrument; SynthDef args become Pbind keys; freq and gate must be spelled exactly
Concept L2 First instrument FN
Pbind rests are written as Rest(duration) and can appear in any parameter stream
Concept L2 First instrument FN
Pbind specifies pitch four mutually exclusive ways: \degree, ote, \midinote, and req
Concept L2 First instrument FN
Pd's trigger object splits one input into typed outputs fired right to left
Procedure L2 First instrument FN
Phantom power delivers DC polarizing voltage to a condenser mic over the two balanced signal conductors
Concept L2 First instrument NB
play~ is chosen over groove~ for granular synthesis because its triggering allows efficient per-grain enveloping
Principle L2 First instrument BN
PlayBuf.ar plays back audio files loaded into server buffers; rate controls speed and direction
Concept L2 First instrument FN
Pseq, Prand, and Pwhite are three core Pattern generators with distinct selection behaviors
Concept L2 First instrument FN
Publishing an SDK as open source accelerates adoption of a protocol across diverse software
Principle L2 First instrument JN
Pure Data connections run from an outlet (object bottom) to an inlet (object top), never the reverse
Concept L2 First instrument N
Pure Data has two modes — Edit Mode for building patches and Run Mode for playing them
Concept L2 First instrument N
Pure Data opens with DSP off, so no audio is produced until DSP is explicitly turned on
Procedure L2 First instrument N
Pure Data's auto-patching creates each new object already connected to the previous one
Procedure L2 First instrument N
Quantized launch makes apps wait for the next quantum boundary before starting, enabling tight ensemble starts
Concept L2 First instrument JN
Quintuplet, sextuplet, and septuplet grids place hits between 16th notes without manual millisecond nudging
Procedure L2 First instrument AN
RAVE models must be exported with --streaming to avoid click artifacts in realtime hosts
Procedure L2 First instrument KN
RAVE uses gin-config to define and override model hyperparameters without modifying code
Procedure L2 First instrument KN
RAVE's lazy dataset mode avoids disk conversion by loading raw audio files at training time
Concept L2 First instrument KN
Re-Pitch warp mode maintains the original character of a breakbeat by changing pitch with tempo
Concept L2 First instrument CN
ReBirth RB-338 (1997) was an early software emulation of the TB-303 and TR-808/909, democratising the classic techno sound
Fact L2 First instrument NB
Renardo requires SuperCollider installed and bootable separately before it can produce sound
Procedure L2 First instrument FN
Renardo supports SuperCollider, REAPER, Ableton Live, and MIDI as swappable audio backends
Fact L2 First instrument FN
Renardo's gatherer module enables downloading sample packs and instrument chains from a community server
Fact L2 First instrument FN
Rendering a looping animation to video: save each frame and call exit() at a target frameCount
Procedure L2 First instrument HN
Return tracks and sends enable shared effects processing across multiple tracks simultaneously
Concept L2 First instrument ND
Samplers can map multiple sounds to MIDI notes in contiguous (melodic) or interleaved (drum-pad) layouts
Concept L2 First instrument CN
SC server executes synth nodes top-to-bottom in the Node Tree; source synths must precede effect synths or no audio flows
Concept L2 First instrument FBN
Session View enables nonlinear clip-based performance by launching clips in any order
Concept L2 First instrument NF
Shelving EQ affects all frequencies above (or below) a hinge point; peaking EQ affects a band around a center frequency
Concept L2 First instrument DN
Sonic Pi's live_loop runs each named loop as a concurrent thread you can edit while it plays
Concept L2 First instrument FN
Sonic Pi's onset: option indexes a sample's drum hits like a list, so you can play individual hits by number
Procedure L2 First instrument FN
Sound pressure drops 6 dB for every doubling of distance from a point source in free field
Principle L2 First instrument BN
SoundIn.ar reads from the sound card's input buses; use headphones to prevent feedback
Concept L2 First instrument FN
SOURCE automatically logs every used sound to a dated file, creating a ready-made CC attribution record
Concept L2 First instrument CN
SOURCE treats a CC-licensed sound library as a live instrument rather than a static sample bank
Concept L2 First instrument CN
Speaker cable must be large-gauge to minimize resistance and preserve amplifier damping factor
Fact L2 First instrument NM
Step sequencing builds patterns fast but its dead-on-grid timing must be loosened for feel-driven genres
Concept L2 First instrument AN
Summing N oscillators multiplies amplitude by N; dividing by N after summing prevents clipping
Procedure L2 First instrument BN
SuperCollider responds to incoming MIDI by registering callback functions on MIDI message types
Concept L2 First instrument FN
SuperCollider routes audio between synths on numbered buses; Out.ar writes, In.ar reads, and Bus.audio allocates free buses
Concept L2 First instrument FBN
SuperCollider sends and receives OSC messages over UDP, enabling integration with other software and hardware
Concept L2 First instrument FN
SuperCollider's cross-platform GUI builds windows, sliders, and views by composing View objects in layout managers
Concept L2 First instrument FN
The .set message changes a running synth's arguments in real time while the synth continues playing
Procedure L2 First instrument FBN
The 808's DIN sync port was a hardware synchronization standard that preceded MIDI
Concept L2 First instrument EN
The Akai MPC can mark slice points live while a sample is still recording
Procedure L2 First instrument CN
The budget Alesis 3630 compressor became a defining piece of 1990s French touch production
Fact L2 First instrument DN
The Freesound APIv2 exposes the CC-licensed sound library over HTTP for programmatic search and retrieval
Concept L2 First instrument CNF
The Live Object Model organises Live's entire state as a tree: Song > Tracks > Clips/Devices > Parameters
Concept L2 First instrument JN
The next generation of Chicago footwork producers worked primarily in Fruity Loops rather than hardware drum machines and samplers
Fact L2 First instrument ON
The RAVE VST loads a .ts model in any DAW as an audio effect that re-timbres incoming audio
Procedure L2 First instrument KNM
The SC Pattern library includes Pser, Pxrand, Pshuf, Pslide, Pseries, Pgeom, and Pn for diverse sequence generation
Concept L2 First instrument FN
The VCV Library prohibits cloning another product's brand, panel, or component layout without permission
Principle L2 First instrument NE
TorchScript (.ts) files are the portable, runtime-independent format for deploying PyTorch models without Python
Concept L2 First instrument KN
Touchstrips offer space-saving continuous control with unipolar, bipolar, stepped, and pressure-sensitive modes
Concept L2 First instrument EN
Two infinite loops written in sequence can never both run, because the first loops forever and the second is never reached
Concept L2 First instrument FN
Use gear you know well rather than chasing the newest tools to make music
Principle L2 First instrument BNM
VCV Rack plugins take one of three licensing paths: GPLv3+, free-of-charge under any license, or commercial royalty
Concept L2 First instrument NE
Video must be compressed to appropriate codecs before a live performance to enable real-time processing
Procedure L2 First instrument IN
VU meters track average level (close to perceived loudness); peak meters track instantaneous peaks, 10–25 dB higher
Concept L2 First instrument DN
Waveform-to-waveform nn~ models have equal in_ratio and out_ratio and pass audio through uncompressed
Concept L2 First instrument KN
'Ringing out' a monitor system identifies feedback frequencies with EQ to maximize gain before feedback
Procedure L3 Craft MN
A 1/3-octave graphic EQ provides enough resolution to notch room resonances without disturbing adjacent frequencies
Concept L3 Craft DN
A browser Sonic Pi can drive collaborative jamming by streaming server events to each client's Web Audio synth
Concept L3 Craft FN
A clipped amplifier outputs approximately double its rated continuous power, threatening loudspeaker voice coils
Principle L3 Craft NM
A DAW's internal musical state, not just its audio, can drive visuals when exposed over OSC
Concept L3 Craft JN
A driver computes a property's value from other properties via a function or Python expression
Concept L3 Craft HN
A groove template is a timing and velocity map applied to shift any pattern toward a reference feel
Concept L3 Craft AN
A ground loop forms when two pieces of equipment share multiple ground paths, creating a hum-inducing loop antenna
Concept L3 Craft NB
A live-coding setup file pre-loads server memory, sample dictionaries, SynthDefs, a clock and a safety limiter before the set
Procedure L3 Craft FN
A live-coding SynthDef names its frequency arg 'freq', exposes an 'out' arg, and self-frees via doneAction
Procedure L3 Craft FN
A MIDI 2.0 device must implement MIDI-CI-with-discovery plus a feature, or UMP-with-discovery plus a feature
Fact L3 Craft JN
A MIDI-CI Profile is a published set of messages and required responses that devices can advertise and negotiate
Concept L3 Craft JN
A parametric equalizer allows independent control of center frequency, gain, and bandwidth (Q) for each band
Concept L3 Craft DN
A software emulation reduces an instrument's many possible sounds to a small labelled subset
Concept L3 Craft BN
A stage monitor system is a separate sound system pointed at performers, providing individualized mixes
Concept L3 Craft MN
Ableton's Echo is the closest built-in device to a hardware dub delay; slight L/R timing error adds character
Fact L3 Craft BDN
Ableton's warp modes use different algorithms matched to the audio material being time-stretched
Concept L3 Craft NC
AbletonOSC implements OSC wildcard dispatch by converting * to a [^/]+ regex and matching all registered handlers
Concept L3 Craft JN
AbletonOSC's OSC server uses a non-blocking UDP socket to drain all queued messages per tick without blocking Live
Concept L3 Craft JN
AbletonOSC's property listener uses Live's add_<prop>_listener API and immediately sends the current value on subscribe
Concept L3 Craft JN
Algorithmic spatialization places sounds in virtual acoustic space using channel-based diffusion, object-based rendering (VBAP/Ambisonics/WFS), or binaural techniques
Concept L3 Craft FN
An active crossover placed before power amplifiers increases headroom, damping, and reduces distortion versus passive crossovers
Concept L3 Craft NB
An audio transformer provides galvanic isolation and common-mode rejection to break ground loops
Concept L3 Craft NB
Analogue-modelling plug-ins degrade outside their intended operating range because they don't fully model extreme non-linearities
Principle L3 Craft DBN
Any PyTorch model can become a nn~ object by subclassing nn_tilde.Module and registering methods and attributes
Procedure L3 Craft KN
Ardour's Cue window enables clip-launching and non-linear performance workflow alongside the timeline
Concept L3 Craft NM
Ardour's Strict I/O mode enforces matching channel counts through the plugin chain; Flexible I/O allows width changes
Concept L3 Craft NB
Audio plugin parameters can be defined in a CSV schema and the parameter boilerplate auto-generated to reduce repetition
Principle L3 Craft N
Automation and Clip Envelopes in Ableton Live can generate discrete visual output cues without audio processing
Concept L3 Craft JN
Bidirectional communication is the core innovation of MIDI 2.0, letting devices discover and auto-configure for each other
Concept L3 Craft JN
Bridging a stereo amplifier combines both channels in mono to roughly double the power output
Fact L3 Craft NM
Clip envelopes automate parameters only within their clip while track automation applies across the full arrangement
Concept L3 Craft N
Constant-voltage (70V) distribution allows many loudspeakers to share one amplifier using impedance-transforming taps
Concept L3 Craft NM
Constrained, primitive gear setups can lend a charm that more capable technology removes
Principle L3 Craft NB
Critical distance is where direct sound energy equals reverberant sound energy in a room
Concept L3 Craft BN
CTK objects populate a Score-like structure that plays in both real-time and non-real-time synthesis
Concept L3 Craft FN
DAW groove extraction captures a live break's exact timing and velocity offsets and transfers them to a MIDI clip
Procedure L3 Craft CN
Deep tool familiarity can trap you in the music your tools suggest rather than the music you want
Concept L3 Craft AN
Designing a live-performance interface is instrument building — the mapping shapes what music is possible
Principle L3 Craft FNE
Different live coding systems model time differently: metric cycles (Tidal), coroutines with explicit waits (ChucK), and temporal recursion (Extempore)
Concept L3 Craft FN
Driving percussion above 0 dB into StageLimiter compresses the whole mix on each hit for a sidechain-style pump
Procedure L3 Craft FN
Each polyphonic grain in Max/MSP needs a unique instance ID to avoid shared-state collisions
Procedure L3 Craft BN
Exposing a WebSockets and OSC interface lets any UI — web page, hardware controller, script — control an audio plugin at runtime
Concept L3 Craft NF
Focusrite Scarlett XLR inputs cannot take line-level signals; line sources must use the combo TRS input instead
Misconception L3 Craft NB
Geometry Nodes builds geometry procedurally as a node tree flowing from Group Input to Group Output
Concept L3 Craft HN
Group humanization plugins link multiple tracks so instruments respond to each other's timing, mimicking an ensemble
Concept L3 Craft AN
High-level abstractions reduce cognitive load in live coding but may constrain musical affordances; some practitioners prefer lower-level control
Principle L3 Craft FN
in_ratio and out_ratio in nn~ method registration define the temporal compression between audio and model outputs
Concept L3 Craft KN
ixi lang represents music as agents performing scores that rewrite themselves in real time when transformed by code
Concept L3 Craft FN
JUCE's ValueTree structure can serve as a single source of truth for a plugin's complete state, driving all object creation
Concept L3 Craft NB
Link keeps apps in time by relating independent timelines, not by forcing one shared timeline
Concept L3 Craft JN
Link start/stop synchronization only follows explicit user actions and is not auto-applied when joining a session
Concept L3 Craft JN
Live coding systems achieve progressive evaluation through external grounding, internal grounding, temporal recursion, or hybrid state management
Concept L3 Craft FN
Live's embedded Python cannot use threads; AbletonOSC polls the OSC socket once per 100ms tick using Live's scheduler
Concept L3 Craft JN
Loudspeaker polarity reversal is not the same as phase — polarity is frequency-independent
Misconception L3 Craft NM
Loudspeaker sensitivity (dB SPL / 1W / 1m) plus power ratio in dB gives maximum SPL at 1m
Procedure L3 Craft NM
mc.nn~ processes multiple audio channels through one RAVE model instance to cut CPU and RAM
Fact L3 Craft KN
mc.nn~ runs several audio streams through one model as a batch, saving CPU and RAM versus duplicating nn~
Concept L3 Craft KN
mcs.nn~ packs all of one instance's inlets/outlets into a single multi-channel connection, enabling per-batch latent operations
Concept L3 Craft KN
MIDI 2.0 extends MIDI 1.0 rather than replacing it, so existing devices and messages stay valid
Misconception L3 Craft JN
MIDI-CI is MIDI 2.0's discovery-and-negotiation layer, delivering profiles, property exchange, and process inquiry
Concept L3 Craft JN
MIDI-CI Property Exchange uses JSON over SysEx to get and set device data with no bespoke software
Concept L3 Craft JN
MIDI-CI runs over any MIDI 1.0 transport because it is carried in System Exclusive messages
Fact L3 Craft JN
Music-centred design extends user-centred design to privilege the needs of performers, audiences, and musical flow — not just usability metrics
Concept L3 Craft NF
Naming a pattern-transformation function adds it to a system's compositional vocabulary and shapes what music is possible
Principle L3 Craft FN
Network music performance has latency thresholds: below 10ms is unnoticed; 10-40ms requires tempo negotiation; above 40ms demands independent tempi
Fact L3 Craft FNM
nn~ is a Max/PureData external that bridges trained neural audio models (RAVE, vschaos2) into a patching environment
Procedure L3 Craft KN
nn~'s void/lazy mode lets you fix inlet/outlet count before attaching a model
Concept L3 Craft KN
Note FX process MIDI note data before the instrument, so a fixed clip can vary at performance time without editing it
Concept L3 Craft NF
Operate a live sound system 6 dB below the feedback threshold to maintain stable gain
Principle L3 Craft NM
Pbjorklund2(k,n) emits Euclidean duration patterns that can be modulated by nesting other pattern classes
Procedure L3 Craft FN
ProxySpace NodeProxies let you rewrite a running synthesis graph mid-performance with an automatic crossfade
Concept L3 Craft FN
Pure Data is extended with community externals installed via the Deken package manager
Fact L3 Craft N
Quantizing kick and snare hard while leaving hats loose gives metric stability with textural feel
Principle L3 Craft AN
Quarks extend SC's language with community-contributed classes; UGen plugins extend the audio server with new signal processors
Fact L3 Craft FN
RAVE can be exported to ONNX format for deployment in environments that do not support TorchScript
Fact L3 Craft KN
Renardo's Ableton backend can automate parameters with TimeVar at up to 300Hz via AbletonOSC
Fact L3 Craft FN
Renardo's REAPER backend controls instruments via OSC, enabling DAW-quality effects without SuperCollider
Concept L3 Craft FN
SC Groups organize synth nodes into named sections that can be targeted for routing and order-of-execution control
Concept L3 Craft FN
SC receives MIDI via MIDIIn.connectAll and MIDIdef, and tracks note on/off pairs using arrays indexed by MIDI note number
Concept L3 Craft FN
Single-encoder interfaces trade immediacy for preset recall accuracy by eliminating pot-position mismatch
Principle L3 Craft EN
Sonic Pi's randomness is deterministic so a 'random' pattern you like can be reproduced and performed
Principle L3 Craft FN
SOURCE presets are XML files where PRESET > SOUND > SOUND_SAMPLE hierarchy mirrors the sampler's class structure
Fact L3 Craft NC
SOURCE separates audio engine, sensor I/O, and API communication into three independent processes connected by OSC/WebSockets
Concept L3 Craft NC
Speech reinforcement needs 70–80 dBA; music reinforcement requires 85–100 dBA with 10–20 dB headroom
Fact L3 Craft NM
Speeding up a loop to resample it then returning to the original tempo adds authentic grit
Procedure L3 Craft CN
Standing waves form when a sound's wavelength matches a room dimension, creating fixed nodes and antinodes
Concept L3 Craft BN
Summing bus overdrive occurs before the master fader — pulling master fader down does not fix it
Principle L3 Craft DN
SuperCollider's functionality is extended via Quarks (language packages) and UGen plugins (server extensions)
Concept L3 Craft FN
SuperCollider's Pbind pattern system is comprehensive but hard to read and manipulate live, motivating constrained live-coding languages
Concept L3 Craft FN
Technology lowers the barrier to making sound but raises the risk of producing without musical development
Concept L3 Craft OBN
The AbletonOSC Python client uses a threading.Event to block on an OSC reply, creating a synchronous query interface
Procedure L3 Craft JN
The Cognitive Dimensions of Notation framework describes trade-offs in programming language design using named dimensions
Concept L3 Craft FN
The Grid is Bitwig's patchable modular environment for building custom synths and effects inside the DAW
Concept L3 Craft NBE
The Link quantum value sets the loop length for phase synchronization, aligning loop boundaries across apps
Concept L3 Craft JN
The MIDI 2.0 Protocol raises resolution on all Channel Voice Messages and adds per-note expression
Concept L3 Craft JN
The track_data handler uses a dot-namespace format to query track, clip, clip_slot, or device properties in a single call
Procedure L3 Craft JN
The Universal MIDI Packet is one container for all MIDI, adding 16 Groups of 16 channels (256 total) and jitter-reduction timestamps
Concept L3 Craft JN
Thru playback continues past a triggered slice into the rest of the sample for natural breakbeats
Concept L3 Craft CN
Tidal loops the current command until a new one compiles, with a completion rule ensuring musical continuity
Concept L3 Craft FN
Tidal schedules OSC messages to an external synthesiser, separating pattern logic from sound synthesis
Procedure L3 Craft FN
Tidal's weave function offsets multiple patterns in time while applying a shared effect pattern, creating canonic and spatial structures as side effects
Concept L3 Craft FN
TidalCycles uses Ableton Link by default for BPM synchronization with other performers and applications
Concept L3 Craft FNJ
Troubleshoot 'no signal' by tracing from source to output; troubleshoot 'unwanted signal' by tracing from output to source
Procedure L3 Craft NM
Two MIDI 2.0 devices reach full communication through an ordered discovery sequence ending in normal MIDI use
Procedure L3 Craft JN
Ableton Link synchronizes beat, tempo, and phase across multiple apps or devices over a local network without a master clock
Concept L4 Performance NJ
AbletonOSC supports hot-reloading its own handler code by sending /live/api/reload, avoiding a full Live restart during development
Procedure L4 Performance NJ
An overdriven DFM1 filter self-oscillates into a warm drone that layers across the harmonic series
Procedure L4 Performance FNB
Delayed fill speakers must be time-aligned electronically so their sound arrives no earlier than the main cluster's sound
Principle L4 Performance NM
Each NodeProxy can act as a module patched into others at audio (.ar) or control (.kr) rate
Concept L4 Performance FNE
Link Audio channels are demand-driven: a sink only transmits when at least one source subscribes
Concept L4 Performance JN
Link Audio shares named audio streams (channels) between peers aligned to the shared Link timeline
Concept L4 Performance JN
Link session state modifications should only happen on the audio thread to achieve sample-accurate timing
Principle L4 Performance JN
Link session state must be captured before reading and committed after writing to ensure consistency
Concept L4 Performance JN
OBS noise suppression filters garble music and must be removed when streaming DJ sets or live instruments
Misconception L4 Performance NM
OSCdef triggers a function on incoming OSC and can be re-evaluated live to remap external data to sound
Concept L4 Performance FJN
Prewrite expands an axiom by production rules to generate self-similar, non-random rhythmic sequences
Concept L4 Performance FN
Rendering instruments to audio early in the process forces completion by removing the option to keep editing the source
Principle L4 Performance AN
Splitting mic signals to separate house and monitor consoles requires isolation transformers to prevent ground loops
Procedure L4 Performance MN
Stage monitors are placed in the rear null of the vocal mic's polar pattern to maximize gain before feedback
Principle L4 Performance MN
The :sound_out FX routes audio to both its outer FX context and a specific hardware output channel
Procedure L4 Performance FN
Tidal embeds in Haskell to exploit its type system and applicative functor abstractions for pattern composition
Concept L4 Performance FN