Language…
9 users online: Batata Douce, DanMario24YT, dotCoockie, kurtistrydiz, mathew, MegacesarCG, monkey03297,  Saphros, TheOrangeToad - Guests: 284 - Bots: 334
Users: 64,795 (2,378 active)
Latest user: mathew

Music Help Again

  • Pages:
  • 1
  • 2
Sorry For Making A New Topic But It Wouldnt Let Me Edit Or Double Post

Ok Ive Got My Music

http://zoraspace.net/midi/SMRPG_-_Beware_the_Forests_Mushrooms_-Remix-.mid

Now How Do I Put It In To My Rom Hack!

You'd have to make a mml file of it, then using notepad(or any other texteditor to set the instruments, channels and that stuff and then you have to insert it via addmusic in your rom. I recommend reading a prting tutorial or making a request.
Yoshiegg Powerup Expansion
It's a patch about getting powerups other than a mushroom from Yoshieggs...
It's currently fully functional, but I'm still taking suggestions and want to fix any possible bugs...


How Would I Make A MML?
Use TinyMML, then the TinyMML Octave Fixer. You can get both of these from the tools section. Drag the MIDI file onto TinyMML, this will make an MML file. Drag the MML file onto the fixer to get a new MML. Delete the old MML file. Open up the new MML file with WordPad to start editing.
Edit: My postcount went up by 1!
Ok Ive Just Done The Steps Where You Patch This And Drag This

But I Dont Know What You Mean By Start Word Pad And Get Editing?
The easiest way to do this is to run WordPad from the Start menu on your computer. Once WordPad is running, go to "Open". In the "Open" Window, make sure the "Files of Type:" box is set to "All Documents"



Go to the folder where your MML file is and open it.
Edit: My postcount went up by 1!
Now What Do I Do?
What do you mean? Are you seeing a bunch of letters and numbers? That's all the data for the notes. I could explain what to do, but that would take up this entire page. I would suggest looking at some other songs around here to see how they are set up and downloading this tutorial by SNN.
Edit: My postcount went up by 1!
Can I Just Have One That Tells Me What To Do Instead Of Telling Me All The Functions
All right, all right. But this is the best way I can explain it. For further help take a look at the other songs around here for examples.

*Deep breath*

The lines are probably stuck together so you need to separate them:

ex.
{ Ch 01 ===================================== }
a4b4c4d4e4f4g4; <-You don't need this colon
{ Ch 02 ===================================== }
a4b4c4d4e4f4g4; <-You don't need this colon

When separated:

{ Ch 01 ===================================== }
a4b4c4d4e4f4g4

{ Ch 02 ===================================== }
a4b4c4d4e4f4g4

Now if there's more than 8 channels

{ Ch 01 ===================================== }
(Anything below this ^ is part of that channel)

Delete the ones that seem the least important (Go for the ones that have the fewest notes) until you have 8 channels.

ex.
{ Ch 01 ===================================== } < You would delete this
a4b4c4d4e4f4g4

{ Ch 02 ===================================== }
a4b4c4d4e4f4g4a4b4c4d4e4f4g4

Afterwards

{ Ch 02 ===================================== }
a4b4c4d4e4f4g4a4b4c4d4e4f4g4

Once you have your 8 channels, number them from #0 - #7

{ Ch 01 ===================================== }
a4b4c4d4e4f4g4

{ Ch 02 ===================================== }
a4b4c4d4e4f4g4

Afterwards

#0
a4b4c4d4e4f4g4

#1
a4b4c4d4e4f4g4

Now all you need is a channel header for the song to play. Add something like this at the very top of the file

#0 w255 t60

#0 @0 q7F v255 y10
#1 @0 q7F v255 y10
#2 @0 q7F v255 y10
#3 @0 q7F v255 y10
#4 @0 q7F v255 y10
#5 @0 q7F v255 y10

(V The first channel starts down here V)

The music tutorial you downloaded should explain how to edit the channel header. You can save it in this current state but the instruments aren't set up so it will sound really bad.
Edit: My postcount went up by 1!
I Dont Understand I Have Over 1000 Notes

http://rapidshare.com/files/414917227/SMRPG_-_Beware_the_Forests_Mushrooms_-Remix-_2_.mid.mml.mml

Thats The Download Link
You are going to need to learn, people arent going to be there for you every time you want a new song to port.

I learned from this tutorial. Its simple once you start to get it.

Also stop capitalizing every word, its annoying to read.
The Link Doesnt Work For Me

And Also Thats Just The Way I Type
The thing I linked was a download link to a .doc file.
Working Now!
tip. use the mml editing tool or music portibng tool instead of the mml fixer, it gives you customable headers while tinymm gives you invalid ones. the 2 tools i mentioned also fix the mmls octaves. seems pretty useless to have a single tool only doing that 1 thing.
How Would I Coveret To TXT? Because Ive Changed The Channels!
Change the file extension to .txt
If you're using notepad, just do File > Save As, then change the type to All Files and add .txt to the end of your filename.
Then I Follow The Standard Procedure To Adding Music

(Witch Is The Best Addmusic I Want One Thats Simple)
can we see yoru txt to see if its playable first? and use romis, its alot better for testing.
  • Pages:
  • 1
  • 2