Skip to content

Instantly share code, notes, and snippets.

View BLiNXthetimesweeperGOD's full-sized avatar

Dr. RNG BLiNXthetimesweeperGOD

View GitHub Profile
@BLiNXthetimesweeperGOD
BLiNXthetimesweeperGOD / SequencedDriversMain.md
Last active July 9, 2024 21:40
Sequenced sound driver research and documentation

Sequenced sound drivers

This gist is a test for now. I plan on adding all documentation and notes I have for all sound drivers here when I can.

What is a sequenced sound driver?

A sequenced sound driver is a driver/sound engine that stores music/sound sequences as a series of commands.

These drivers are mainly used to save space and provide the ability to switch instruments in real time without having to store large streams of data for the said instrument changes.

Sounds are generally stored separately from the sequence data, but some formats act as containers for both the sequences and sounds.