Re: [cc65] A midi player for the cc65 targets ;)

From: Karri Kaksonen <karri1sipo.fi>
Date: 2005-09-13 18:06:38
Ullrich von Bassewitz wrote:

>On Tue, Sep 06, 2005 at 11:31:56AM +0300, Karri Kaksonen wrote:
>  
>
>>So I actually created an output module tocc65.c that outputs the tune as
>>a c-file that can be compiled by the cc65 and included in a project.
>>    
>>
>
>Now, that's nice! The resulting data is the interpreted by your abc module?
>Once the new release is out, I will need to have a closer look at it (BTW: the
>planned release date is this sunday, maybe saturday if the weather is too bad
>for motorbike riding).
>
>Regards
>
>
>        Uz
>  
>
I have attached a music player here that is now entirely written in C.

The player has 4 files:

abcplayer.c - the main program using the library.
abcparser.c - a generic abc syntax parser (this should be coded in asm, 
perhaps)
abcbeeper.c - a sound driver for a system without volume control or 
sound envelopes.
abcdriver.c - a sound driver for the Atari Lynx with software envelope 
control.

austin.c - The Austin Powers theme with a Flute, Trumpet, Trombone and 
Drums soundtrack.
Converted to abc-syntax with the midi2abc and abc2c toolchain.

--
Cheers,

Karri


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Sep 13 18:03:55 2005

This archive was generated by hypermail 2.1.8 : 2005-09-13 18:03:58 CEST