SIDplayer (based on SIDcog)
Oldbitcollector (Jeff)
Posts: 8,091
While working on my current project I was digging into my personal archives and found a program which was never completely released. I think I originally released it as a binary only. Anyway, it seemed a shame to just leave it buried, so I did some code updating and am posting it.
SIDplayer (based on SIDcog)
Plays .DMP (SID dump files) from SD using simulated stereo. (So you'll want two auto channels.)
http://dl.dropbox.com/u/7557533/Propellerpowered/sidplayer.zip
Requirements:
* Attached SD card (copy the folder DMP to it.)
* A PS2 keyboard
* At least one audio channel. (2 channels preferred for simulated stereo)
* Composite video output
Enjoy!
OBC
SIDplayer (based on SIDcog)
Plays .DMP (SID dump files) from SD using simulated stereo. (So you'll want two auto channels.)
http://dl.dropbox.com/u/7557533/Propellerpowered/sidplayer.zip
Requirements:
* Attached SD card (copy the folder DMP to it.)
* A PS2 keyboard
* At least one audio channel. (2 channels preferred for simulated stereo)
* Composite video output
Enjoy!
OBC
Comments
You might consider using SIDcog V0.80 with combined waveform support.
Also, there is a bug when trying to load files that are at the bottom of the list. It just does not work.
/Ahle2
Couldn't replicate the problem you seem to have loading files that are at the bottom of the list.
Could you be a little more specific about this problem?
OBC
OBC
When I'm trying to load a tune that is at position > 20 or something, the "piano view" is seen for a very brief moment and then it just exits back to "file selection mode".
I still can't replicate the problem. Are you using the same .dmp files or some of your own?
OBC
Updated the top thread SIDPLAYER to Kye's FAT routines. Support for folder access.
Move your DMP files to a folder called "dmp" on the SD card.
OBC
Updated software to support up to three screens of DMP files. (Use cursor arrow right/left)
Additional DMP files can be download here:
http://dl.dropbox.com/u/7557533/Propellerpowered/collection2.zip
OBC
I'm pleased that it helped your project. There are many C64 retro-heads here in the Propeller forums.
Welcome to the group!
OBC
I'm sure you are going to have A LOT of fun with the prop.
/Ahle2
I did run into an issue with the file-loading code, though. I think it has something to do with the way the FAT driver reads; files appear to be processed in the order in which they were added to the card, and later down the file list the driver would hang for several seconds.
Interestingly, deleting all of the files from the card and then adding them once again seemed to solve the issue. I'm a bit stumped as to a "good" solution, though.