Re: Is there anywhere specific I can post MML chiptunes besides youtube?

OK so with MML, with this one, this is MML for nes, whitch is for the nintendo soundchips. 2a03, fds, 5b, MMC5, vrc6, vrc7, and N123. If I missed anymore, let me know. I'll show you an example, please read by character to know the sintax.
#TITLE Test

The title of your song. used when looking in an NSF player.
#COMPOSER juan

The person who composed this song. Used when looking in an NSF player.
#programer juan

The person who wrote the song in MML for the nes. used when looking in NSF player. Note. Programmer is written like that on diffault, that's how it is in the compiler. So remember, it's programer, not programmer.
A the first soundchip, 2a03. t130

t meens tempo, try playing with it and see what you like. A good one to start with is 120.
A

The first channal of 2a03 soundchip. 2a03 has five channals, two pulcewaves, a noise, a DPCM, and a triangle.
v15
v is the volume command, we are setting this for the pulcewaves, so it could either be 0 or 15.
o4

o is the octiv of the song, and 4 is the starting pitch of the song that will be used. I learnt MML with out having music skils.
@1
calls the pulcewave sound to use. I'll let you play around with it to figure it out for your self.
l4
l is the length of the note. in this cace, it is four.
now here i'll start writing notes, and i'll try to help as much as I can.
cdefg
synce you can't write with an hear your feadback like that, these notes are written like this where c is the lower note, and g is the hier note. it's soposed be written like that, cdefg. Or if you won't use the diffault length, then you can spesify a note length here. like this. c8d6e5f7g4

So lets go over what we just whent through. So your code should look like this.
#TITLE Test
#COMPOSER juan
#programer juan
A t130
A v15 o4 @1 l4 c8d8e8f8g8
Hope you got something, and glad I could help!

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : zseli via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : zseli via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : crashmaster via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : bgt lover via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : zseli via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : bgt lover via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : zseli via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : juan reina via Audiogames-reflector

Reply via email to