Computer Science Canada

Music Help

Author:  KevinW [ Thu Oct 26, 2006 9:15 pm ]
Post subject:  Music Help

I am new to programming and this is my first year in Turing.
I am trying to create the Mario Bros theme song in Turing. I want to include the bass clef and treble clef notes into the music, but I don't know how. Is there any other ways to play the music at the same time? BTW, i read how procedures play the notes between each other...
I'm just using the Turing code Play ("notes") My source code is here... http://www.compsci.ca/v2/viewtopic.php?t=13843

*Note, i haven't started the treble clef part for the music...

Author:  do_pete [ Fri Oct 27, 2006 7:54 am ]
Post subject: 

You can use Music.PlayFileReturn in order to play two things at the same time. Or, you can Music.PlayFile in a process.


: