• Joined on 2024年10月29日
carl pushed to main at carl/librecdj 2024年11月06日 17:31:06 +01:00
3020a867e7 have a little mappy bit
17b61e61ba Add a lil nats sender
Compare 2 commits »
carl commented on issue OpenDJLab/LibreDJ#31 2024年11月04日 19:58:39 +01:00
Better waveform rendering

You'd probably want to look into what's called Welch's method, calculate the power for some set bands, and then bisect until it has converged enough. but that's not for normalizing the levels - as...

carl closed issue OpenDJLab/EQUIS#46 2024年11月04日 19:34:59 +01:00
Eframe woes
carl commented on issue OpenDJLab/EQUIS#46 2024年11月04日 19:34:58 +01:00
Eframe woes

so for some reason i can now nix run this absolutely fine. I can cargo run --release however and maybe that's fine for now.

steps taken: use internal intel graphics card. 🙃

carl commented on issue OpenDJLab/EQUIS#46 2024年11月04日 12:33:38 +01:00
Eframe woes

What kind of nvidia drivers are you running?

It's the non-free nvidia ones. I have an integrated whatever the i9-1370k cpu has I could install drivers for and try using.

carl commented on issue OpenDJLab/LibreDJ#31 2024年11月04日 11:00:00 +01:00
Better waveform rendering

sting to do it 4 band or fft with couple bins.

I have a hunch that having the bands be equal-power per track would be a neat feature. I don't think it need affect the parameters for the...

carl created repository carl/EQUIS 2024年11月04日 10:36:28 +01:00
carl commented on issue OpenDJLab/EQUIS#46 2024年11月04日 10:30:54 +01:00
Eframe woes

Oh found something else interesting. Can you check if https://github.com/emilk/eframe_template/tree/main is working for you? It also provides a shell.nix.

I'll get to that tonight, I do not...

carl opened issue OpenDJLab/EQUIS#46 2024年11月03日 21:09:10 +01:00
Eframe woes
carl commented on issue OpenDJLab/LibreDJ#31 2024年10月29日 18:09:38 +01:00
Better waveform rendering

I am actually kinda loving the three-band spectrogram style. I don't think it needs to be three band and i think I would prefer a spectrogram like view over the traditional stacked waveform that...

carl created repository carl/librecdj 2024年10月29日 17:12:39 +01:00
carl commented on issue OpenDJLab/LibreDJ#55 2024年10月29日 14:11:38 +01:00
Variable amount of decks

oh, it's not even redundancy, it's just "Deck 1", "Deck 2" as physical machines. Nats is https://nats.io/

carl commented on issue OpenDJLab/LibreDJ#55 2024年10月29日 13:59:50 +01:00
Variable amount of decks

separate computers running separate instances. Imagine, if you will, someone who runs his own, much worse, player on two or more devices and these devices consume "control messages" (really a...

carl opened issue OpenDJLab/LibreDJ#55 2024年10月29日 13:13:02 +01:00
Consider a one-player mode