mmontag / chip-player-js

Web-based music player for a variety of video game and chiptune music formats.
https://chiptune.app
GNU General Public License v3.0
324 stars 17 forks source link

Recover good ideas from the worklet branch #116

Closed mmontag closed 1 year ago

mmontag commented 1 year ago

The worklet branch was a disaster, and I don't like the AudioWorklets API. However, I made some other progress that should be recovered:

mmontag commented 1 year ago

Sequencer has been converted to an event emitter. Players now emit player state instead of just true/false.

mmontag commented 1 year ago

Players now write to the same ScriptProcessorNode. #93