Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Post Turing Created Music in THIS thread.
Index -> Programming, Turing -> Turing Submissions
Goto page Previous  1, 2, 3, 4, 5  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Warhammer92




PostPosted: Thu Mar 20, 2008 6:36 pm   Post subject: Re: Post Turing Created Music in THIS thread.

here is my version of paralyzer. its a bit slow, but im still a beginner with turing.

code:

% Paralyzer
% Finger Eleven

Music.Play(">2bagg-4p2g-4g-2gp")
Music.Play("bagg-4p2g-4g-2gp")
Music.Play("2a2p4a4p4b2a2ap2p4p")
Music.Play("2bagg-4p2g-4g-2f-p")
Music.Play(">2bagg-4p2g-4g-2gp")
Music.Play("bagg-4p2g-4g-2gp")
Music.Play("<2a2p4a4p4b2a2ap2p4p")
Music.Play(">2bagg-4p2g-4g-2f-p")
Sponsor
Sponsor
Sponsor
sponsor
Prince Pwn




PostPosted: Mon Apr 07, 2008 1:13 pm   Post subject: RE:Post Turing Created Music in THIS thread.

I challenge someone to do the FF7 boss battle theme. I'll try to when I get home, but I'm no musician.
nastynika




PostPosted: Wed Apr 30, 2008 8:36 am   Post subject: Re: Post Turing Created Music in THIS thread.

can anyone do the Zelda orcarana of time theme song?
death bringer




PostPosted: Tue May 20, 2008 11:11 am   Post subject: RE:Post Turing Created Music in THIS thread.

Im just wondering but would anyone be able to make a code so that a peice of music will loop and play in the backround of a program

what i mean is to play music without interfrering with a program or game
Tony




PostPosted: Tue May 20, 2008 11:30 am   Post subject: RE:Post Turing Created Music in THIS thread.

done.
Music.PlayFileReturn()

Though since we are talking about playing actual notes, then the existing block of code for the music may go into *sigh* a fork
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
death bringer




PostPosted: Wed May 21, 2008 8:03 am   Post subject: RE:Post Turing Created Music in THIS thread.

Tony do you mean like this

process musicT
Music.Play("1g")
end musicT

fork musicT
death bringer




PostPosted: Wed May 21, 2008 10:49 am   Post subject: RE:Post Turing Created Music in THIS thread.

could some one use this and make it a backround music if its possible
Turing:


loop
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<<af-a")
    Music.Play ("8>gggggfafgegggggfafg>e")
    Music.Play ("8<<<<a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>GFAGFAGFAGFAGFAGFAGFA>1agcfe4agcfeeagcfeeagcfee<<ff>>5agcfeeagcfeeagcfee<<ffa+a+ffffa+a+ffffa+a+ff>>")
    Music.Play ("9<ggggg")
    delay (750)
    Music.Play ("9ggggg")
    delay (500)
    Music.Play ("9ggggg")
    delay (500)
    Music.Play ("9ggggg")
    Music.Play ("9>ggggg")
    Music.Play ("9>ggggg")
    Music.Play ("9<<ggggg")
    delay (750)
    Music.Play ("9ggggg")
end loop

death bringer




PostPosted: Thu May 22, 2008 10:56 am   Post subject: RE:Post Turing Created Music in THIS thread.

Is it even possible to make music in the background of games? if some one could make a code sequence that will do this it would really help and make games more injoyable.
Sponsor
Sponsor
Sponsor
sponsor
CodeMonkey2000




PostPosted: Thu May 22, 2008 2:52 pm   Post subject: RE:Post Turing Created Music in THIS thread.

Enclose the program above in a process, like you did in your earlier post.
Sean




PostPosted: Thu May 22, 2008 4:14 pm   Post subject: Re: Post Turing Created Music in THIS thread.

Turing:

process BackgroundMusic
loop
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<<af-a")
    Music.Play ("8>gggggfafgegggggfafg>e")
    Music.Play ("8<<<<a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8a>f-a")
    Music.Play ("8aa")
    Music.Play ("8<<<af-a")
    Music.Play ("8a>GFAGFAGFAGFAGFAGFAGFA>1agcfe4agcfeeagcfeeagcfee<<ff>>5agcfeeagcfeeagcfee<<ffa+a+ffffa+a+ffffa+a+ff>>")
    Music.Play ("9<ggggg")
    delay (750)
    Music.Play ("9ggggg")
    delay (500)
    Music.Play ("9ggggg")
    delay (500)
    Music.Play ("9ggggg")
    Music.Play ("9>ggggg")
    Music.Play ("9>ggggg")
    Music.Play ("9<<ggggg")
    delay (750)
    Music.Play ("9ggggg")
end loop
end BackgroundMusic

for BackgroundMusic
death bringer




PostPosted: Mon May 26, 2008 8:01 am   Post subject: RE:Post Turing Created Music in THIS thread.

kk i just had to make a few ajustments to your code sean for my game but anyways thank you
death bringer




PostPosted: Fri May 30, 2008 9:29 am   Post subject: RE:Post Turing Created Music in THIS thread.

This is the awsome music tread that xl3liss posted I made it slower and the reason it is no the way it is is so you can add it into any of your games and there will be very little or no lagg


process BackgroundMusic
loop
play ("8aa")
play ("8aa")
play (">8cc<")
play ("8aa>")
play ("8dd")
play ("8<aa>")
play ("8ee")
play ("8dd")
play ("8cc")
play ("8cc")
play ("8ee")
play ("8cc")
play ("8gg")
play ("8cc")
play ("8ee")
play ("8cc<")
play ("8gg")
play ("8gg")
play ("8bb")
play ("8gg")
play ("8>cc")
play ("8<gg>")
play ("8dd")
play ("8cc")
play ("8<ff")
play ("8ff")
play ("8aa")
play ("8ff")
play ("8bb")
play ("8ff")
play ("8>cc")
play ("8<4b")
play ("8aa")
play ("8aa")
play ("8>cc<")
play ("8aa>")
play ("8dd")
play ("8<aa>")
play ("8ee")
play ("8dd")
play ("8cc")
play ("8cc")
play ("8ee")
play ("8cc")
play ("8gg")
play ("8cc")
play ("8ee")
play ("8cc")
play ("8<gg")
play ("8gg")
play ("8bb")
play ("8gg")
play ("8>cc<")
play ("8gg>")
play ("8dd")
play ("8cc<")
play ("8ff")
play ("8ff")
play ("8aa")
play ("8ff")
play ("8bb")
play ("8ff")
play ("8>cc<")
play ("4b")
play ("8aa")
play ("8aa")
play ("8aa")
play ("8aa")
play ("4a")
play ("4a-")
play ("4g")
play ("8aa")
play ("8aa")
play ("8aa")
play ("8aa")
play ("4g")
play ("4e")
play ("8aa")
play ("8aa")
play ("8aa")
play ("8aa")
play ("4a")
play ("4a")
play ("4a")
play ("4b-")
play ("4>a")
play ("4a")
play ("4g")

end loop
end BackgroundMusic

fork BackgroundMusic
StealthArcher




PostPosted: Fri May 30, 2008 9:38 am   Post subject: Re: Post Turing Created Music in THIS thread.

Do you have some sort of grudge against people here that you keep 'improving' their stuff rather than, y'know, making your own? At least you accredited the name this time....
death bringer




PostPosted: Mon Jun 02, 2008 12:38 pm   Post subject: RE:Post Turing Created Music in THIS thread.

Here's a chalenge for some one try to make firestorm in turing music.

lets see you do this request Razz:
Big Bear
born-to-die




PostPosted: Mon Jun 02, 2008 6:39 pm   Post subject: Pink Panther - Henry Mancini

Think there's a note or few wrong...lots of timing issues...never had time...teacher told me to move on...

play ("4d-d")
play ("e-1e<be")
play (">4d-d")
play ("e-1e<be")
play (">4d-d")
play ("4e-2e")
play ("4f+2g")
play ("4e-e")
play ("4f+g")
play (">4c<4b")
play ("4e2g4b-1a")
play ("4g4ed1e")
play ("4d-d")
play ("4e-2e")
play ("4f+2g")
play ("4e-e")
play ("4f+g")
play (">4c<4b")
play ("4eg>e1e-")
play ("4ed<bage8b-2a8b-2a8b-2a8b-2a")
play ("4ged1e")
play ("<2b1e")
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 3 of 5  [ 63 Posts ]
Goto page Previous  1, 2, 3, 4, 5  Next
Jump to:   


Style:  
Search: