tildearrow / furnace

a multi-system chiptune tracker compatible with DefleMask modules
GNU General Public License v2.0
2.56k stars 205 forks source link

[Suggestion] Bytebeat implementation??? #460

Closed LoKiToon closed 2 years ago

LoKiToon commented 2 years ago

Basically, sound generated using formulas.

Usually generated at 8000hz, with 256 amplitudes of audio, using one variable that increments by time.

Should be easy to implement.

Here is a basic example of a sequence..

t*[9,8,7,6][round(t>>8)%4] (may be loud)

I'm sorry if I'm ridiculous.

tildearrow commented 2 years ago

I think this may be outside of the scope of this program?...

akumanatt commented 2 years ago

Didn't we agree that this is not a software driver tracker?

tildearrow commented 2 years ago

Didn't we agree that this is not a software driver tracker?

Partially so... This has nothing to do with Bytebeat though.

tildearrow commented 2 years ago

Closing