I made my Chip Sound System play Mario
Community Forums/Showcase/I made my Chip Sound System play Mario| 
 | ||
| What it says on the tin: (Sorry, I got distracted from what I was supposed to be doing!) This code works as is, just paste it into a new file :) | 
| 
 | ||
| I am very impressed with both the sound system and the music. [edit]After seeing you site, I am now also impressed by your games[/edit] | 
| 
 | ||
| Heh thanks, It means alot :) The work behind the Mario music was actually in writing the Midi Import though, and I added the "drums" in manually after. Theyre a little out of sync :) Lol, this was just me getting a bit distracted from my main project. | 
| 
 | ||
| Wow, that's an excellent piece of work! | 
| 
 | ||
| Heh that was cool =) | 
| 
 | ||
| You're my hero. | 
| 
 | ||
| This is ACE!  Drums are cool.  Chip sounds great! | 
| 
 | ||
| Cheers guys! You're my hero. Um... Thanks? :-) This is ACE! Drums are cool. Chip sounds great! Glad you like. Again, the sound system is in a more usable form in the Code Archives. (well, length doesn't require such large values. :P) | 
| 
 | ||
| I have no idea how this works but it's cool. :) | 
| 
 | ||
| for r= 1 to 999 print "GREAT STUFF !!!" next | 
| 
 | ||
| Hehehehe, nice one man :) Hahaha, makes me laugh alot! | 
| 
 | ||
| Haha, I'm glad it's popular. Thanks guys :) | 
| 
 | ||
| #include <stdio.h> #include <conio.h> void main() { printf ("Great Job v1.0\n"); printf ("(c)2006, RAM Digital Media\n"); printf ("--------------------------\n"); printf ("\n\n"); printf ("Press <ENTER> to terminate...\n"); getch(); } | 
| 
 | ||
| I think we'll just stick with: 10 Print "Cygnus is ACE!" 20 Goto 10 RUN | 
| 
 | ||
| /me falls over laughing. Cheers guys :P *Head Grows* | 
| 
 | ||
| How long did you spend doing this? :) | 
| 
 | ||
| Not long. I created the sound system + game that uses it in 7 days (During a week I had no job ;) ). Grab that from the code archives (Mushroom collector in my sig.) I spent about an hour the other day converting the midi over. I was bored, what can I say. I should have been making click-drag code for a project for that hour! | 
| 
 | ||
| Really Great! Congratulations Cygnus! | 
| 
 | ||
| Thankyou very much Kurix. :-) |