Hi,
If you wish to play some music with your Arduino, I just released source code for my music player that plays MOD/S3M/XM/IT files in Google Code: Google Code Archive - Long-term storage for Google Code Project Hosting.
Hi,
If you wish to play some music with your Arduino, I just released source code for my music player that plays MOD/S3M/XM/IT files in Google Code: Google Code Archive - Long-term storage for Google Code Project Hosting.
Sounds good even with the high compression.
Can't download from your wiki, have a different link?
Google Code doesn't seem to provide one zip download of the entire project like Sourceforge. Normally you need to use SVN client like TortoiseSVN to download projects.
Cheers, Jarkko
Music in MOD/S3M/XM/IT files isn't like mp3/wav but contain wavetables for instruments and notes like midi files, and mixing is done at run-time. I optimized the code quite a bit to be able to mix many channels with reasonably high frequency on Uno. This specific tune in the video is mixing 16 audio channels where each can play different instrument at the time. So in addition to playback of tunes you could use this project to build electronic instruments like midi keyboard with real-time effects like vibrato and portamento,
Cheers, Jarkko
Using Win7, can't get Tortoise SVN to work. Any other way to grab this library?
To my understanding SVN is the only way to check files out from Google Code. I'm using Win7 and Tortoise SVN works fine. What's the problem?
Edit: Once you have TortoiseSVN installed, create a directory somewhere and in Windows Explorer right click on it. Then pick "SVN Checkout" and paste "http://arduino-music-player.googlecode.com/svn/trunk/" to "URL of repository" field.
Cheers, Jarkko
Ok, got it now. Had to follow this advise, install it over itself, now it works.
Thanks