New 1bit PWM music engine for the CoCo and Dragon

Use this forum to submit new files for the download section of the archive. I will check each submission and upload it to the archive on a regular basis.
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

simon wrote: so, you want 8% more speed....

well here you go.... (i'm hard pressed for time so someone else will have to patch the .asm files and make new .wav/.cas files):

I had a good discussion with John Kowalski (Sock Master) about the routine, where he pointed out to be there was an single instruction inside the main 15 cycle loop that was redundant....

he would not tell me which one... (obvisously wanted to make me work for it)...., but after some single stepping of the code in EDTASM, i discovered that the lda <bord2+1 was getting loaded every pass without being used.... so, it needed to be moved (and repeated) to a less critical area....
<snip>
Here is formx9 with the 8% speed-up mod.
Attachments
formx9+speedup-mod.zip
(4.74 KiB) Downloaded 256 times
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

Has anyone got any more decent Beepola (The Music Studio engine) music data that we can use?
User avatar
robcfg
Posts: 1542
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by robcfg »

zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

Yes. The problem is that very few of them are Music Studio engine compatible.
User avatar
robcfg
Posts: 1542
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by robcfg »

zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

Yes. But they are mostly the same songs.

Here is one that I downloaded from the other (ftp) link you posted. The v9 engine is included.
Attachments
sweevo9.zip
(5.74 KiB) Downloaded 237 times
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

Another one downloaded from the ftp link above. The v9 engine is included.
Attachments
orphan9.zip
(4.5 KiB) Downloaded 238 times
simon
Posts: 163
Joined: Wed Nov 27, 2013 8:56 pm

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by simon »

Hehe...

sweevo is for "the music box" not "the music studio".....

it sounds allright in music studio on beepola, but you probably need to halve the pattern tempos for it to sound allright on the coco/dragon player....

/Simon 8-)
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by zephyr »

simon wrote: sweevo is for "the music box" not "the music studio".....
I know.
simon wrote: it sounds allright in music studio on beepola, but you probably need to halve the pattern tempos for it to sound allright on the coco/dragon player....
I did halve the pattern tempos.

I think sweevo9 sounds pretty good. But I'm NOT a musician.
simon
Posts: 163
Joined: Wed Nov 27, 2013 8:56 pm

Re: New 1bit PWM music engine for the CoCo and Dragon

Post by simon »

Hey Steve....

Sweevo is fine.....

had a bit of a piddle about this afternoon (talked with Sock Master last night about an idea)....

so now i have come up with a couple of VU meters incorporated into the routine..... (these use text mode block gfx)....

i have no idea if the "normal" screen on a dragon starts at $400 ???? - my coco II (no dos) does, so the meters are plotted at $420 / $460..... change the addresses to suit

assembly listing and .wav cassette image included

/Simon :mrgreen:
Attachments
jarre9_vu.zip
1bit routine with VU meters
(13.87 KiB) Downloaded 231 times
Post Reply