Computer Science Canada mario |
Author: | bored_hacker [ Thu Jul 14, 2005 10:31 am ] | ||
Post subject: | mario | ||
i'm working on a mario game right now and i wanted to make it old arcade style (including the music). what i've posted is more than just the mario song, it's also a very useful template for writing music in turing. you may use this template in any projects you wish but please give me some kind of credit whether it's a comment in a file or if my screen name moves across the screen. anyway, here's the music.
|
Author: | Delos [ Thu Jul 14, 2005 11:07 am ] | ||
Post subject: | |||
Sounding pretty good...just wondering if you had any particular reason for using Sound() instead of play() for this job? Since this music is transcribable on piano, you should be able to figure out any note used. I can see the problem of having the notes short enough, since Turing doesn't really support notes much shorter than a semi-quaver (or was it quaver at best)? Atop that, you can't even do something as mundane as a dotted-quaver! [Edit:] For instance:
I know it sounds a bit off...but there's not much one can do when one has can't really use rests now can one? Sure I could use 'p' as a rest, but that completely screws up the melody. So instead, I just stretch out the notes before the rest! |
Author: | [Gandalf] [ Thu Jul 14, 2005 12:50 pm ] |
Post subject: | |
...Hence he used Music.Sound. It's actually a pretty good idea, making your own little 'instrument' using the frequencies. With this you can add things like sharps/flats, tempo, better duration/pauses and other things like that. Now that I think about it, Turing's Music.Play is just a waste of compiled space, it doesn't have too many things that it should. Good job, very nice music and great idea ![]() *edit* It's too bad you can't change this to work with the piano sounds. The high pitched music gets annoying pretty fast ![]() *edit2* Now to just add everything else that good music requires... |
Author: | bored_hacker [ Thu Jul 14, 2005 4:30 pm ] |
Post subject: | |
Quote: Sounding pretty good...just wondering if you had any particular reason for using Sound() instead of play() for this job?
I want the music to be old arcade style which is a bunch of beeps instead of a piano or stuff like that. |
Author: | RscMod [ Mon Sep 26, 2005 12:03 pm ] |
Post subject: | Good Good |
it is quite good but at the end it freezes on slower comps |
Author: | [Gandalf] [ Tue Sep 27, 2005 4:07 pm ] |
Post subject: | |
That is most probably compeltely not related to his programming. Try not to revive such old topics. |