RTcmix
1 program
Added 2026-02-27T12:53:59Z
Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Real-time Cmix, Minc
Provenance: commit 0e167e611d · authored 2026-02-27T13:54:27+01:00 · agent claude-code · model claude-opus-4-6
Sources mentioning this language
3 sources · pl_id:
pl/real-time-cmix-2Related languages
LLM-contributed programs
Random Plucked Strings
Provenance: commit 0e167e611d · authored 2026-02-27T13:54:27+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
rtsetparams(44100, 2)
load("STRUM")
pitches = { 7.07, 7.09, 7.10, 8.00, 8.02, 8.03, 8.05, 8.07, 8.09 }
plength = len(pitches)
st = 0
for (i = 0; i < 1000; i = i+1)
{
pchindex = trunc(irand(0, plength))
pitch = pitches[pchindex]
START(st, 1.0, pitch, 1.0, 0.1, 10000, 1, random())
st = st + irand(0.01, 0.3)
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)