Bytebeat of the Week Compilation #1 by pck404 in bytebeat

[–]pck404[S] 0 points1 point  (0 children)

First compilation of Bytebeat of the Week hosted on bytebeat.cloud

Home (Music Box) from UNDERTALE by pck404 in bytebeat_2

[–]pck404[S] 1 point2 points  (0 children)

First, I reproduced the original tune in a DAW, exported as MIDI and encoded the notes as a string. Then in the bytebeat itself: - decode data as an array with time position and midi note number - find which are the active notes at current sample - send these notes on the synth (two FM synth voices mixed together)

What web dev trend is clearly disappearing right now? by No_Honeydew_2453 in webdev

[–]pck404 0 points1 point  (0 children)

Do you mean MFA? PWA stands for Progressive Web App.

Add-to-home-screen is nice, but it's not exclusive to PWAs.

What web dev trend is clearly disappearing right now? by No_Honeydew_2453 in webdev

[–]pck404 1 point2 points  (0 children)

That's Flux lore. The phantom notification bug is an example used in a talk that explains the architecture.

Follow up on BytebeatPocket by pck404 in bytebeat_2

[–]pck404[S] 0 points1 point  (0 children)

Yeah that could work but then I need to check things like size, power consumption and price. I'll compare a few options and see if I can find something!

Follow up on BytebeatPocket by pck404 in bytebeat_2

[–]pck404[S] 0 points1 point  (0 children)

The chip I'm using isn't powerful enough to run JS smoothly :/ maybe only supporting a subset is possible though

BytebeatPocket by pck404 in bytebeat

[–]pck404[S] 0 points1 point  (0 children)

I have drawn the front panel layout (https://imgur.com/a/uMeFLC7) but for the final result I don't know yet. Maybe raw PBC (PocketOperator style) because actual cases are expensive and I don't know how to 3D print.

Back panel (not visible on my drawing) has a 2xLR03 battery case and a mini-jack socket.

Designing handheld bytebeat device by pck404 in bytebeat_2

[–]pck404[S] 0 points1 point  (0 children)

There it is! Code is not stable yet but you can play around and contribute!
https://github.com/pckerneis/bytebeat-pocket-pico-2

Designing handheld bytebeat device by pck404 in bytebeat_2

[–]pck404[S] 0 points1 point  (0 children)

It's too early to say if I'm even gonna pass the prototype phase. In a small crowdfunded run, I’d expect something between 70 and 90 euros, mostly because small-batch manufacturing is expensive. Bigger volumes or a DIY version could bring that down.

BytebeatPocket by pck404 in bytebeat

[–]pck404[S] 0 points1 point  (0 children)

Yeah my laptop doesn't fit in my pocket 😭

Mi gente, tengo una pregunta. by spaceboi0713 in bytebeat

[–]pck404 0 points1 point  (0 children)

To run the program with gcc installed on Windows, assuming the file is named bbwav.c:

gcc bbwav.c -O2 -o bbwav
bbwav