Elektrine lite

← Feed

@heydon@front-end.social

Post #3373848

2026-06-22 09:09 UTC

The HTML cat is out of the Web Audio bag. I've finally released HYPERBLAM. It’s my system for sampling, processing, and sequencing sound and music directly in HTML. https://hyperblam.how

Replies (4)

  • @heydon@front-end.social 2026-06-22 09:37

    * This is dependency free. No Tone.js or other dependencies. It's built from the ground up. It has taken... quite a while. * It’s not a JS library. Nor is it a single Web Audio instrument. It's HTML if HTML was built for sound design and music. * It's experimental. Not experimental as in "a throwaway idea" but experimental as in made *from* and *for* experimenting. It's my way back into enjoying playing with web tech. * With support, there's plenty more HYPERBLAM could do.

    Open ##3978888

  • @heydon@front-end.social 2026-06-23 20:50

    Made a '' element that takes a template and logs events. Makes rhe loading process slightly more interesring since it logs rhe samples as they come in. ``` Sampling [[file]]... ``` In HYPERBLAM, event emitters and receivers are just HTML elements. You can use them for everything from calibrating audio parameters to synchronizing animations.

    Open ##3978889

  • @heydon@front-end.social 2026-06-23 22:43

    I'm working on a codepen so you have a sandbox to play with. I have made the absolute best drum sounds for it. Cowbells included.

    Open ##3978894

  • @heydon@front-end.social 2026-06-25 15:49

    Planning to support quarter tones on ``. Then it's a microtonal instrument!! What the do you think the syntax should be for a note between `C4` and `C#4`? `C4^` ? `C4+` ? `C4.5` ?

    Open ##3978896