overtone

plexus 2024-12-20T09:32:43.832519Z

Starting in a minute https://makertube.net/w/k3W2mb8Wzrf5VxbaNLS3a6

❤️ 1
plexus 2025-01-22T15:47:25.184079Z

all my overtone tinkering is in that project

Rohit Thadani 2024-12-31T00:52:30.359409Z

@plexus this was awesome do more of these. Thank you for putting this up. Also could you put the code in a gist if its not too much trouble.

Hukka 2024-12-20T09:54:44.770969Z

I don't know where the chat is either 🙂

Hukka 2024-12-20T10:01:44.558879Z

@plexus The stream stopped

Hukka 2024-12-20T10:25:40.649849Z

Thanks, the timing worked well to have you on the second screen. I hope to see you do more in the future without tech woes. I was just rewatching some Sorensen performances, thinking if this holidays I'll get into overtone properly

plexus 2024-12-20T10:37:23.018939Z

It seems the whole thing did get recorded, with a little gap between the two parts: https://toot.cat/@plexus/113684705650139024

👀 1
Hukka 2024-12-20T10:37:40.630239Z

Yeah, refreshing the page reconnected

Phil 2024-12-20T16:08:56.036569Z

I'm just using (sample ...) for playback for now. I've constructed a 4 on the floor pattern. The first beat is always more quiet, and the others fine. Similarly, if I do a hat roll, the roll is significantly louder than the 16th notes, I guess because the samples overlap though so this one makes more sense to me. I had both of these issues in raw SuperCollider as well so this might (probably is) just be my naivety in audio. I have my samples loaded via (def kick (sample "/path/to/sample.wav")) and just calling like (kick :amp 0.3) or the like. Maybe that's too simplistic. Do I need to envelope, for example the hat roll maybe reshape the sound relative to the "grid" (my pattern looks almost like a DAW grid) so that they don't overlap beyond the "grid"? This, I could try but I guess for the kick 4 on the floor I'm still unsure why....

Phil 2024-12-21T15:58:42.767889Z

I can replicate with many samples both stereo or mono - had to poke around for a free one.

Phil 2024-12-21T15:59:50.697799Z

This one at 80 bpm sounds fine, and at 90 has obvious issue.

Phil 2024-12-21T16:00:00.740589Z

Around 82-84 bpm is where I start to notice it

Phil 2025-01-01T20:25:00.513569Z

I have been on-and-off trying to fix this for a couple weeks now just thought I'd bump in case anybody can chime in

Phil 2024-12-20T16:13:31.264799Z

One thing to add with the kick at least is that even if I ignore scheduling and just manually call (kick) a few times on the REPL, the first one is quiet and all subsequent normal as long as I keep calling it. Then if I take a break from calling that function and start again, the first is quiet.

Phil 2024-12-20T18:39:42.562769Z

Oh maybe it is the same issue - because repeated (kick) will all be the same volume if I have enough of a delay between them... so maybe even though it sounds like the sample is done, maybe they were overlapping. The difference in perceived volume is unexpected given I couldn't hear that the first sample was still playing.

plexus 2024-12-21T05:33:24.719569Z

that's surprising. Can you share the sample you're using?