so_tough! #1 Posted November 1, 2010 How do I go about this? What software do I need? I've been making experimental electronic music for number of years now and would really like to try to make some on an atari platform. All help appreciated Quote Share this post Link to post Share on other sites
+GroovyBee #2 Posted November 1, 2010 For experimenting on the A8s there is RMT. There is an RMT player for POKEY enabled 7800s (search the 7800 programmer's forum) but its very old. There aren't any apps that you can run directly on the 7800. An updated RMT player is on my very long list of projects for the XM module. Quote Share this post Link to post Share on other sites
so_tough! #3 Posted November 1, 2010 For experimenting on the A8s there is RMT. There is an RMT player for POKEY enabled 7800s (search the 7800 programmer's forum) but its very old. There aren't any apps that you can run directly on the 7800. An updated RMT player is on my very long list of projects for the XM module. thanks Quote Share this post Link to post Share on other sites
EricBall #4 Posted November 1, 2010 The 7800 uses the same sound processor as the 2600. There is an audio input on the cartridge connector which was used by a couple of cartridges which included a POKEY (from the 5200). Attached is a set of samples for all of the "notes" which the TIA can create. tia_wav.zip Quote Share this post Link to post Share on other sites
so_tough! #5 Posted November 1, 2010 The 7800 uses the same sound processor as the 2600. There is an audio input on the cartridge connector which was used by a couple of cartridges which included a POKEY (from the 5200). Attached is a set of samples for all of the "notes" which the TIA can create. thanks Quote Share this post Link to post Share on other sites
gdement #6 Posted November 3, 2010 Attached is a set of samples for all of the "notes" which the TIA can create. That's cool - thanks for posting! Quote Share this post Link to post Share on other sites
Syfo-Dyas #7 Posted November 4, 2010 Considering the sound features and the addition of an SIO port that's going to be added to the 7800 with the upcoming XM expansion, I'm really hoping someone comes along to do a sort of MSSIA for the 7800. The SIO could be used to interface with a MIDI controller, and you can have keyboard and or mouse so... ...here's to hoping. Quote Share this post Link to post Share on other sites
ApolloBoy #8 Posted November 11, 2010 Here's a free VST for anyone who wants to play around with the YM2151, since it'll be included in the 7800XM: http://www.kvraudio.com/get/228.html Quote Share this post Link to post Share on other sites
Der Luchs #9 Posted May 26, 2013 Do I only need to export as ASM with RMT? Quote Share this post Link to post Share on other sites
Synthpopalooza #10 Posted May 27, 2013 (edited) The .ASM file exported by RMT is useful only for generating .xex (Atari XL) executables. It is currently useless for generating 7800 code. There is always the old fashioned way of doing POKEY music: Using notes and durations, and indexed volume envelopes. This is how I am doing music for PacManPlus's Bentley bear game. Some useful links: http://www.ionpool.n...y_datasheet.pdf http://www.atarimaga...ATARI_MUSIC.php ... for using POKEY's 16 bit mode on distortion #10. http://www.atariarch...ere/chapt07.php Keep in mind, when programming POKEY on the ProSystem emulator, it maps POKEY at $4000, a different location than what is on the Atari XL. Edited May 27, 2013 by Synthpopalooza Quote Share this post Link to post Share on other sites
Der Luchs #11 Posted May 27, 2013 Thanks for the answer, too bad, this coder stuff is over my intellectual capabilities... so, I'm out :-( Quote Share this post Link to post Share on other sites
Der Luchs #12 Posted June 3, 2013 But is no one here who can code a Tracker for the A7800? Quote Share this post Link to post Share on other sites
Synthpopalooza #13 Posted June 4, 2013 That may well happen when the XM is ready ... you'll basically have the TIA, POKEY, and Yamaha to play with. Interesting question: If one soldered a POKEY onto a cart and played it in an XM system, would we have two POKEY's to play around with then? I've been messing around with 16-bit mode on POKEY, and with four doubled channels at 16-bit resolution, the music quality would quickly go into Nintendo-land. Quote Share this post Link to post Share on other sites