Author |
Message |
Warhammer92
|
Posted: 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
|
|
|
Prince Pwn
|
Posted: 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
|
Posted: 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
|
Posted: 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
|
Posted: 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
death bringer
|
Posted: 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
|
Posted: 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
|
|
|
|
|
|
death bringer
|
Posted: 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
|
|
|
CodeMonkey2000
|
Posted: 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
|
Posted: Thu May 22, 2008 4:14 pm Post subject: Re: Post Turing Created Music in THIS thread. |
|
|
|
|
|
|
|
|
death bringer
|
Posted: 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
|
Posted: 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
|
Posted: 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
|
Posted: 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 :
Big Bear |
|
|
|
|
|
born-to-die
|
Posted: 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") |
|
|
|
|
|
|