Elektrine lite

← Feed

@gloriouscow@oldbytes.space

Post #4106761

2026-07-25 20:31 UTC

to play floppy sounds in the emulator I'm adding a new crossbeam channel that sends a PresentableDeviceEvent enum. a PresentableDeviceEvent is something the front end can, well, present. That may be via playing a sound, or displaying the status of an LED, or such. Use your imagination! For the moment it's just gonna be drive sounds.

Replies (1)

  • @gloriouscow@oldbytes.space 2026-07-25 20:34

    The recordings aren't perfect. You can adjust the tone of the seek actually quite a bit by adjusting the step rate variable of the FDC's Specify command. With only one set of samples, you're not going to hear a difference.

    Open ##4106759