This is outstanding. Have you updated this software program since 2008? I suppose a good test of this MIDI interface is to recreate other people's 2600 chiptunes (8bc comes to mind). If you could replicate them perfectly, then we'd really be in business. Thanks for the terrific work.
@gamesDAMNED Hi! I have not updated it, and the only update I would want to do at this stage is to add USB MIDI support. As this interface is very responsive and can play all notes at all volumes from all possible sounds etc on the Atari, I don't see why it couldn't replicate any other 2600 tune. In addition to this, it also support sample playback and sample manipulation (in terms of playback speed / pitch), so I think that it can music that sounds quite different to other 2600 music.
Did you use one TIA chip or two TIA chips ? I used to program the Pokey music chip on the Atari, and in the 90s, we put an extra Pokey in our beloved Atari 130Xe ,and then we had 8 sound channels, and stereo 8-bit sound. Oh,and another question, does anybody know how to program the very rare Atari AMY chip from the Atari XEM music machine prototype ?
hey i want to make a midi interface with the tia using a Siemens SAB8088-1-P 8-bit (10MHz) microprocessor and i want to know if this is possible. its a 40-pin chip in a DIP package.
How much would you charge to make this interface? I have a 2600 that my kids dug out of the closet and I'm loving the sounds. Do you have schematics or instructions for your setup
hey littlescale i want to make a direct midi interface to a tia of a 2600. do u no what are the audio inputs (or what pins on the tia makes the sound). on the tia. so if u can help please reply
@aadz93 No. Do you mean you want to control the audio generators? Then you need to write to the correct TIA registers. There are 6 audio registers - 2 x freq, 2 x vol and 2 x timbre. Off the top of my head I do not know which TIA registers are which, so you will need to search around for some sort of register map I suppose.
@aadz93 Yeah I've seen the schematic. So you need to update the audio registers of the TIA. This is how the control over the audio generators is exercised. You basically send data, and the chip reacts by changing its audio output.
@littlescale sorry the only thing i am confused is i dont know what pins to send the data to and what kind of format ( like a midi signal or like a audio signal)
@aadz93 The data will be sent to pins d0 - d7, and the address will be sent to pins a0 - a5. Make sure that the cs lines and the r/w lines are set correctly in order to perform a write cycle to the TIA. The data "format" will simply be in the form of TIA register / data pairs - for example, to set the frequency of AUD0, do a register update of AUDF0 etc etc.
I'm most interested in the very clean tones at 0:57. The smooth attack and decay is nice on the ears, and there is a subtle echo effect in there as well. I'm guessing the volume data is all coming from the midi device. But I'd like to achieve that same tone quality in a .asm file. Any hints on what the attack and decay would look like in assembly?
BTW, my 5-year-old was dancing to the music. He liked it too. =)
NICE!!!! i have owned SynthCart for a few years now, and would LOVE to have this kind of interface. I am severely impressed. please let us know when you are going to release it, i will actually pay money to own this program even if i could get it for free. Great Work!
-]. i'm doing great man, working on 2nd album and music video, this video's great I love the atari sounds. I bet you could make the noizSPIKE-2600/R do a search on google, and take a look, it's cool .[-
This is outstanding. Have you updated this software program since 2008? I suppose a good test of this MIDI interface is to recreate other people's 2600 chiptunes (8bc comes to mind). If you could replicate them perfectly, then we'd really be in business. Thanks for the terrific work.
gamesDAMNED 3 months ago
@gamesDAMNED Hi! I have not updated it, and the only update I would want to do at this stage is to add USB MIDI support. As this interface is very responsive and can play all notes at all volumes from all possible sounds etc on the Atari, I don't see why it couldn't replicate any other 2600 tune. In addition to this, it also support sample playback and sample manipulation (in terms of playback speed / pitch), so I think that it can music that sounds quite different to other 2600 music.
littlescale 3 months ago
Cool
cyberbrothers 3 months ago
oh my holy god.
alteredclone 4 months ago
i'm beyond interested in this project. i'd really like to get something like this up and running. any help would be greatly appreciated.
nickpelkey 4 months ago
Do you have a Schematic for it?
farlepet 9 months ago
Did you use one TIA chip or two TIA chips ? I used to program the Pokey music chip on the Atari, and in the 90s, we put an extra Pokey in our beloved Atari 130Xe ,and then we had 8 sound channels, and stereo 8-bit sound. Oh,and another question, does anybody know how to program the very rare Atari AMY chip from the Atari XEM music machine prototype ?
RichardCyberPunk 1 year ago
just like fitghing glados music
glennglog22 1 year ago
amazing ..so your using multiple sounds from the atari all at once?
really interested...have a modded atari and synthcart and the highly liquid box.....would [love to learn more about this!!!!!!!!
kotep777 1 year ago
hey i want to make a midi interface with the tia using a Siemens SAB8088-1-P 8-bit (10MHz) microprocessor and i want to know if this is possible. its a 40-pin chip in a DIP package.
thanks,
aadz93
aadz93 1 year ago
KOOL, never imagined after 30 years u hear the Atari sounds mixed like that.
rickonami 1 year ago
Oh my goodness. The 1:00 point was beautiful. The soft, not scratchy sound.
It totally makes me want to homebrew for the Atari 2600 now just to make a game with a sweet soundtrack...
Anyone know where I should start to learn?
Tamanozke 1 year ago
How much would you charge to make this interface? I have a 2600 that my kids dug out of the closet and I'm loving the sounds. Do you have schematics or instructions for your setup
sburich1 1 year ago
this is gorgeous. do you have any music releases using exclusively the 2600?
my4trackmachine 1 year ago
hey littlescale i want to make a direct midi interface to a tia of a 2600. do u no what are the audio inputs (or what pins on the tia makes the sound). on the tia. so if u can help please reply
aadz93 2 years ago
@aadz93 It depends - do you have an NTSC or a PAL machine?
littlescale 2 years ago
@littlescale ntsc
aadz93 2 years ago
@littlescale Oh and i have taken the tia out of the 2600
aadz93 2 years ago
@aadz93 Youll want pins 12 and 13. (13 is AUD0 and 12 is AUD1).
littlescale 2 years ago
isnt that audio out?
aadz93 2 years ago
@littlescale what i need to know is what pins do the signals for the audio go in the tia
aadz93 2 years ago
@aadz93 The TIA generates the audio.
littlescale 2 years ago
yeah i know that but what pins are the audio generators
aadz93 2 years ago
@littlescale sorry if i am bugging you but is there any pins that go to the audio generator
aadz93 2 years ago
@aadz93 No. Do you mean you want to control the audio generators? Then you need to write to the correct TIA registers. There are 6 audio registers - 2 x freq, 2 x vol and 2 x timbre. Off the top of my head I do not know which TIA registers are which, so you will need to search around for some sort of register map I suppose.
littlescale 2 years ago
@littlescale so you are saying there are no exact pins
aadz93 2 years ago
@littlescale oh i have the schematics of the tia if you want to see them
aadz93 2 years ago
@aadz93 Yeah I've seen the schematic. So you need to update the audio registers of the TIA. This is how the control over the audio generators is exercised. You basically send data, and the chip reacts by changing its audio output.
littlescale 2 years ago
@littlescale sorry the only thing i am confused is i dont know what pins to send the data to and what kind of format ( like a midi signal or like a audio signal)
aadz93 2 years ago
@aadz93 The data will be sent to pins d0 - d7, and the address will be sent to pins a0 - a5. Make sure that the cs lines and the r/w lines are set correctly in order to perform a write cycle to the TIA. The data "format" will simply be in the form of TIA register / data pairs - for example, to set the frequency of AUD0, do a register update of AUDF0 etc etc.
littlescale 2 years ago
@littlescale thanks!
aadz93 2 years ago
how da f u make this kind of music? its soft? or u have to own atari 2600??
hankeys 2 years ago
its pc software controling a real 2600 via midi
EvilKnebl 2 years ago
Need an 2600, you see Abletone Live which is just sending Midi to the 2600.
SupermarketSurvivor 2 years ago
Fucking little-scale. You make us all look bad.
chupathingy99 2 years ago
aqualung?
igouge 2 years ago
That is sick. Nicely done.
I'm most interested in the very clean tones at 0:57. The smooth attack and decay is nice on the ears, and there is a subtle echo effect in there as well. I'm guessing the volume data is all coming from the midi device. But I'd like to achieve that same tone quality in a .asm file. Any hints on what the attack and decay would look like in assembly?
BTW, my 5-year-old was dancing to the music. He liked it too. =)
Thanks,
TROGDOR from Atariage
Froboz23 2 years ago 5
@Froboz23 today he's 7 right?
glennglog22 6 months ago
wow. this is pretty cool. ^.^ the music sounds like a techno tune. it's pretty impressive.
KlonoaKawaiiDesu 2 years ago
I need this. Please tell me how I can buy it!
nsputnik 2 years ago
this is fantastic
clemtinite 2 years ago
I'd have alot of fun with a Genesis or 5200 one of these.
Super cool!
*5 stars*
dougd1015 2 years ago
i love the sounds on 0:57
sounds awesome!!
actually the whole video is awesome
listen to Crystal castles
zut25 2 years ago
me likey!!!
rcon303 2 years ago
NICE!!!! i have owned SynthCart for a few years now, and would LOVE to have this kind of interface. I am severely impressed. please let us know when you are going to release it, i will actually pay money to own this program even if i could get it for free. Great Work!
plurp7 3 years ago
fantastic work. i would love to get my hands on this. any clue if/when you plan on releasing this (in whatever form that may be)?
petervanhaaften 3 years ago
There is no release date set yet, however one thing is certain: it will be released, 100% positive.
littlescale 3 years ago
i will await in anticipation.
petervanhaaften 3 years ago
Cool project! And a great tune to demonstrate the functionality.
storerestore 3 years ago
I like this, but it makes me think of the music one might find playing inside a padded cell.
stringanime 3 years ago 2
i love you so much man, cant wait for a how-to
failotron 3 years ago 2
bravo!
drzvook 3 years ago
excellent!
parisgraphicsvideo 3 years ago
-]. i'm doing great man, working on 2nd album and music video, this video's great I love the atari sounds. I bet you could make the noizSPIKE-2600/R do a search on google, and take a look, it's cool .[-
TEMPHUiBIS 3 years ago
2nd album, thats great man! Hope its all going well :)
littlescale 3 years ago
you b crazy man.
all awesome work as always!
kikencorp 3 years ago
thanks! i'm very glad you like it :)
littlescale 3 years ago
encore encore we want more!
atemhes 3 years ago
hehe thanks :)
littlescale 3 years ago
bravo mate :)
everyonelovesbutters 3 years ago
cheers
littlescale 3 years ago