I made my Chip Sound System play Mario

Community Forums/Showcase/I made my Chip Sound System play Mario

Damien Sturdy(Posted 2006) [#1]
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 :)




b32(Posted 2006) [#2]
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]


Damien Sturdy(Posted 2006) [#3]
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.


BlitzSupport(Posted 2006) [#4]
Wow, that's an excellent piece of work!


Shambler(Posted 2006) [#5]
Heh that was cool =)


Regular K(Posted 2006) [#6]
You're my hero.


Grey Alien(Posted 2006) [#7]
This is ACE! Drums are cool. Chip sounds great!


Damien Sturdy(Posted 2006) [#8]
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)


big10p(Posted 2006) [#9]
I have no idea how this works but it's cool. :)


Panno(Posted 2006) [#10]
for r= 1 to 999
print "GREAT STUFF !!!"
next


Ross C(Posted 2006) [#11]
Hehehehe, nice one man :) Hahaha, makes me laugh alot!


Damien Sturdy(Posted 2006) [#12]
Haha, I'm glad it's popular. Thanks guys :)


WedgeBob(Posted 2006) [#13]
#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();
}


Grey Alien(Posted 2006) [#14]
I think we'll just stick with:
10 Print "Cygnus is ACE!"
20 Goto 10
RUN



Damien Sturdy(Posted 2006) [#15]
/me falls over laughing.

Cheers guys :P
*Head Grows*


xmlspy(Posted 2006) [#16]
How long did you spend doing this? :)


Damien Sturdy(Posted 2006) [#17]
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!


KuRiX(Posted 2006) [#18]
Really Great!

Congratulations Cygnus!


Damien Sturdy(Posted 2006) [#19]
Thankyou very much Kurix. :-)