PLN, mid-run: "i hear no d7? or its muffed like '# att 0.2' or sth?" — then,
after experimenting: "tried adding 'arp up' before the chord, its now a set of 4
muffed short notes LOL. but d7 still muffed".
Read the SynthDef instead of guessing the synth (CLAUDE.md: never infer a
sound's role from its name, validate). SCLOrkSynths/SynthDefs/bass/moogBass.scd:
arg ... cutoff = 1000, gain = 2.0, att, dec, sus, rel, chorus = 0.7;
filter = MoogFF.ar(in: osc, freq: cutoff * (1.0 + (0.5*filterenv)), gain: gain)
A 4-pole Moog lowpass parked at 1 kHz, on a SynthDef whose own metadata reads
`category: \bass, tags: [\pitched, \bass]`. Every harmonic above 1 kHz is gone at
24 dB/oct. A "CHOEUR GENERATIF" voiced on a bass synth cannot be anything but
mud, and no amount of gain, room or crush was ever going to fix it. `# cutoff
3500` opens it — 2500 warm pad, 3500 choir, 6000 buzzy.
TWO TRAPS in this SynthDef, now written into the file where the next reader
will hit them:
* it DECLARES att/dec/sus/rel and then ignores them — the envelope is a
hardcoded Env.adsr(0.001, 0.3, 0.9, 0.2, amp). That is why PLN's `# sus 2`
did nothing and he commented it out. Shape this voice with legato.
* `gain` in this SynthDef is the MoogFF filter RESONANCE, not a level.
Three more real defects in the same orbit, all found by tooling, all fixed:
* legato 2 -> 1.2. His new arp makes quarter-length notes; 2x overlap smeared
them into each other. That is the "4 muffed short notes".
* d7 had NO cut group at all, so held voices piled up — on a synth that also
carries its own 7-tap chorus. Now `cut 7`.
* crushbus restored, on slot 71 rather than d4's 41. The shared-bus case that
became PV011 twenty minutes ago.
And PV004 caught one PLN had not mentioned: d11 (THE FLUTIST) and d12 (THE
SLEEPWALKER) both sat on `cut 11`, truncating each other instead of layering.
d12 now owns cut 12.
Also in this commit: mafia_sans_serif's d7, whose diagnosis is written up in
b8344ac1. take_5_drops now 0 errors / 0 warnings, silent-eval --seeded ok.
| Name |
Last commit
|
Last update |
|---|---|---|
| .gitea/workflows | Loading commit data... | |
| armada | Loading commit data... | |
| blocks | Loading commit data... | |
| blog | Loading commit data... | |
| copycat | Loading commit data... | |
| docs | Loading commit data... | |
| gifts | Loading commit data... | |
| lib-parvagues | Loading commit data... | |
| live | Loading commit data... | |
| output | Loading commit data... | |
| releases | Loading commit data... | |
| sandbox | Loading commit data... | |
| study | Loading commit data... | |
| test | Loading commit data... | |
| tools | Loading commit data... | |
| utils | Loading commit data... | |
| visuals/slop | Loading commit data... | |
| viz | Loading commit data... | |
| .gitignore | Loading commit data... | |
| BootTidal.hs | Loading commit data... | |
| BootTidal.hs.broken | Loading commit data... | |
| BootTidal.visuals.broken.hs | Loading commit data... | |
| CLAUDE.md | Loading commit data... | |
| FOH_MASTER.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| MORNING.md | Loading commit data... | |
| PatchBay_MultiChannel.xml | Loading commit data... | |
| PatchBay_Perf.xml | Loading commit data... | |
| PatchBay_Perf5.1.xml | Loading commit data... | |
| README.md | Loading commit data... | |
| RUNBOOK.md | Loading commit data... | |
| SHOPPING_LIST.md | Loading commit data... | |
| backlog.md | Loading commit data... | |
| bullet_train.tidal | Loading commit data... | |
| collide.sh | Loading commit data... | |
| debug.tidal | Loading commit data... | |
| didacticpatternvisualizer.pde | Loading commit data... | |
| gig-up.sh | Loading commit data... | |
| gpu-mode.sh | Loading commit data... | |
| hello.sc | Loading commit data... | |
| init_midi.sh | Loading commit data... | |
| intro.md | Loading commit data... | |
| library.txt | Loading commit data... | |
| link_jack.sh | Loading commit data... | |
| link_samples.sh | Loading commit data... | |
| link_samples_all.txt | Loading commit data... | |
| main_fairbanks.scd | Loading commit data... | |
| notes.md | Loading commit data... | |
| parvagues-sc.service | Loading commit data... | |
| perf-audio.sudoers | Loading commit data... | |
| perf-tray.py | Loading commit data... | |
| perf.sh | Loading commit data... | |
| samples.txt | Loading commit data... | |
| setlist_opal2026.txt | Loading commit data... | |
| start_and_midi.scd | Loading commit data... | |
| test.tidal | Loading commit data... |