I just wrote a simple TuneNet plugin for MDS format to test how subsong support in TuneNet works so I will know how I should implement it in the UADE plugin where it will be harder for me to tell where the problem is if I manage to get something wrong.
Anyway I have it mostly working but I'm still not clear on what I should do on subsong end as if I return 0 from DecodeFramePlayer() as I do on regular song end it will stop playing the song entirely, but if I continue audio decoding it won't recognise the subsong change even if I increment inTuneNet->current_subsong and set inTuneNet->ms_duration to a new value.
Hmmmm! I am.. Not sure, but the old sid plugins readme says that it "auto plays through subsongs". This plugin was probably made before tunenet got support for subsongs? It's written by Curty, maybe he knows? You can reach him on curty at talktalk dot net.
It's written by Curty, maybe he knows? You can reach him on curty at talktalk dot net.
I've sent him an e-mail, although you got the address wrong, it's curtyh at talktalk dot net. I tried with curty at talktalk dot net first but I immediately got a "failure notice" e-mail so I went to check OS4Depot for the correct address.
Quote:
Nice plugin idea btw!
You mean the MDS plugin? I wasn't sure whether I should release it but if you think it's useful I could make CUE, NRG and CCD plugins pretty easily too assuming that I get the subsong feature working properly first...
Is there any plugin to get CDDB from internet ? Tunenet plays fine CDDA, but I don't access to CDDB to take the names of tracks, like PLAYCD. PlayCD get the names, but the sound is very poor, or maybe is bad configured, I don't know.
AmigaOne X5000 OS4.1 FEU1 And Lubuntu 10.04 1200 towered with Blizzard PPC - BVision and Mediator And a new fantastic Chameleon64
I have a rechargeable mouse and the batteries are dead as a dodo and wont charge. Have ordered some new ones. Will borrow a mouse from work on Monday though. :(
A1XE G4 800mhz,512mb,Radeon9200,SonyDRU-510A and 800a, Esi Juli@,Sil680,WiFi.
Curty sent me some code and I now know how to implement subsong support in TuneNet plugins. I have this already more or less implemented in the UADE plugin but there are still some major issues to be worked out with this before I can release it.