Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
1–10 of 15 posts
Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#2Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#3Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#4I knew the sounds to be wrung from the VCS were quite varied, but they really did hit a pretty good set from pureish tones to heavy distorted noise.
Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#5Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#6Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#7I'd be interested in a deeper explanation of div 15 -> 4 bit poly and 5 bit poly -> 4 bit poly
I'm making a fantasy console, so I ended up spending quite a bit of time designing my own 8 bytes to describe a full range of tone/freq/volume/envelope/bend. Packing expressiveness into a limited number of bits is quite a fun game.
Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#8Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#9The description of some of the tones is a bit cryptic. I'd be interested in a deeper explanation of div 15 -> 4 bit poly and 5 bit poly -> 4 bit poly I'm making a fantasy console, so I ended up spending quite a bit of time designing my own 8 bytes to describe a full range of tone/freq/volume/envelope/bend. Packing expressiveness into a limited number of bits is quite a fun game.
[1] https://www.atariarchives.org/dev/tia/
There is an "about 30KHz" base frequency, so "div 15" suggests a 2KHz waveform; "4 bit poly" and "5 bit poly" are probably two of the "feedback taps", "and" a logical multiplication of these signals. But this is just my interpretation.
[Edit] For technical details see: https://alienbill.com/2600/cookbook/music/stolberg.txt
Re: Show HN: 8-bit Sounds – Studio2600 for the VCS (Atari 2600)
#10Can this chip only use the harmonic series as the tuning, or is it only specific to this rom's interface?
Edit: *) There is a 31,440 Hz clock frequency used to produce NTSC signals and 31,200 Hz for PAL consoles. This is probably also what is described as "about 30 KHz" in the manual.