aeTIos wrote:
my problem is: if i try to convert our national anthem, the tracks are fine, but if I check one (or more) of them, there are not notes in the code box
I'm running into the same problem; I think it's just the particular MIDI file. Can you find any other sequencings of the same song?
i'll look for it
aeTIos wrote:
i'll look for it
And you said you succeeded now? Would you mind posting the ASM so I can listen to it too? Smile
yes, here is it:
its our national anthem

Code:
.nolist
#include "mt3notes.inc"
.list
   .org $0000
   .db $BB,$6D
   .db $C9
   .db $31,$80
   .db 0,1,4

Start:

title:   .db "Wilhelmus",0
artist:   .db "Filips Marnix van Sint-Aldegonde",0
album:   .db "",0

tempo = 120

song:
   playsection(all)
   endsong

all:
   note(d3,rest,rest,rest,430/tempo)
   note(d2,rest,rest,rest,313/tempo)
   note(d1,rest,rest,rest,13946/tempo)
   note(g3,rest,rest,rest,235/tempo)
   note(b2,rest,rest,rest,938/tempo)
   note(g2,rest,rest,rest,391/tempo)
   note(g1,rest,rest,rest,13282/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(b2,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,120/tempo)
   note(e2,rest,rest,rest,157/tempo)
   note(e1,rest,rest,rest,13086/tempo)
   note(rest,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,313/tempo)
   note(a3,rest,rest,rest,1485/tempo)
   note(c1,rest,rest,rest,120/tempo)
   note(c2,rest,rest,rest,6797/tempo)
   note(b3,rest,rest,rest,7461/tempo)
   note(c4,rest,rest,rest,157/tempo)
   note(fs3,rest,rest,rest,120/tempo)
   note(d2,rest,rest,rest,120/tempo)
   note(d1,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,7188/tempo)
   note(a3,rest,rest,rest,7540/tempo)
   note(g2,rest,rest,rest,157/tempo)
   note(g1,rest,rest,rest,274/tempo)
   note(b3,rest,rest,rest,157/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,10000/tempo)
   note(rest,rest,rest,rest,4688/tempo)
   note(d3,rest,rest,rest,120/tempo)
   note(fs1,rest,rest,rest,120/tempo)
   note(fs3,rest,rest,rest,157/tempo)
   note(fs2,a3,rest,rest,6993/tempo)
   note(b3,a3,rest,rest,1094/tempo)
   note(b3,rest,rest,rest,4922/tempo)
   note(rest,rest,rest,rest,586/tempo)
   note(c4,rest,rest,rest,782/tempo)
   note(g3,rest,rest,rest,157/tempo)
   note(c3,rest,rest,rest,391/tempo)
   note(e2,e1,rest,rest,14258/tempo)
   note(b3,e1,rest,rest,120/tempo)
   note(b3,rest,rest,rest,274/tempo)
   note(g3,rest,rest,rest,196/tempo)
   note(d3,rest,rest,rest,157/tempo)
   note(d2,rest,rest,rest,313/tempo)
   note(d1,rest,rest,rest,14063/tempo)
   note(rest,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,120/tempo)
   note(a3,rest,rest,rest,1055/tempo)
   note(c2,rest,rest,rest,120/tempo)
   note(c1,rest,rest,rest,6680/tempo)
   note(g3,rest,rest,rest,6250/tempo)
   note(rest,rest,rest,rest,743/tempo)
   note(a3,rest,rest,rest,120/tempo)
   note(d3,fs3,rest,rest,391/tempo)
   note(d2,fs3,rest,rest,157/tempo)
   note(d1,fs3,rest,rest,7188/tempo)
   note(c3,fs3,rest,rest,7032/tempo)
   note(rest,fs3,rest,rest,235/tempo)
   note(rest,rest,rest,rest,430/tempo)
   note(d3,rest,rest,rest,196/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(g1,rest,rest,rest,120/tempo)
   note(b2,g2,rest,rest,53086/tempo)
   note(rest,g2,rest,rest,469/tempo)
   note(rest,rest,rest,rest,5977/tempo)
   note(d1,d3,d2,rest,14297/tempo)
   note(rest,rest,rest,rest,977/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(b2,rest,rest,rest,274/tempo)
   note(g1,g2,rest,rest,120/tempo)
   note(d3,g2,rest,rest,11329/tempo)
   note(rest,g2,rest,rest,2383/tempo)
   note(e2,g2,rest,rest,196/tempo)
   note(g3,g2,rest,rest,120/tempo)
   note(e1,g2,rest,rest,274/tempo)
   note(e3,g2,rest,rest,120/tempo)
   note(b2,g2,rest,rest,120/tempo)
   note(b2,rest,rest,rest,13165/tempo)
   note(rest,rest,rest,rest,1407/tempo)
   note(a3,e3,rest,rest,120/tempo)
   note(c1,e3,rest,rest,120/tempo)
   note(c2,e3,rest,rest,7344/tempo)
   note(b3,e3,rest,rest,7344/tempo)
   note(b3,rest,rest,rest,120/tempo)
   note(c4,fs3,rest,rest,313/tempo)
   note(d3,fs3,rest,rest,391/tempo)
   note(d1,fs3,rest,rest,120/tempo)
   note(d2,fs3,rest,rest,6758/tempo)
   note(a3,fs3,rest,rest,5508/tempo)
   note(a3,rest,rest,rest,1797/tempo)
   note(b3,rest,rest,rest,157/tempo)
   note(g3,rest,rest,rest,274/tempo)
   note(d3,rest,rest,rest,313/tempo)
   note(g2,rest,rest,rest,196/tempo)
   note(g1,rest,rest,rest,13907/tempo)
   note(rest,rest,rest,rest,469/tempo)
   note(fs1,rest,rest,rest,430/tempo)
   note(fs2,rest,rest,rest,120/tempo)
   note(a3,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,7305/tempo)
   note(b3,rest,rest,rest,7461/tempo)
   note(c3,rest,rest,rest,120/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(c4,rest,rest,rest,352/tempo)
   note(e1,rest,rest,rest,157/tempo)
   note(e2,rest,rest,rest,14454/tempo)
   note(b3,rest,rest,rest,120/tempo)
   note(d2,rest,rest,rest,120/tempo)
   note(d1,rest,rest,rest,120/tempo)
   note(g3,rest,rest,rest,274/tempo)
   note(d3,rest,rest,rest,13790/tempo)
   note(rest,rest,rest,rest,547/tempo)
   note(a3,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,469/tempo)
   note(c1,rest,rest,rest,120/tempo)
   note(c2,rest,rest,rest,7266/tempo)
   note(g3,rest,rest,rest,7032/tempo)
   note(a3,rest,rest,rest,120/tempo)
   note(d2,d1,d3,rest,120/tempo)
   note(fs3,d1,d3,rest,6133/tempo)
   note(fs3,d1,rest,rest,625/tempo)
   note(c3,d1,rest,rest,6797/tempo)
   note(c3,rest,rest,rest,430/tempo)
   note(rest,rest,rest,rest,469/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,313/tempo)
   note(g2,rest,rest,rest,235/tempo)
   note(g1,b2,rest,rest,61836/tempo)
   note(g1,rest,rest,rest,2579/tempo)
   note(rest,rest,rest,rest,10274/tempo)
   note(b3,rest,rest,rest,120/tempo)
   note(g3,g1,rest,rest,235/tempo)
   note(g0,g1,rest,rest,6915/tempo)
   note(a1,g1,rest,rest,120/tempo)
   note(a0,g1,rest,rest,391/tempo)
   note(c4,g1,rest,rest,469/tempo)
   note(c4,rest,rest,rest,7618/tempo)
   note(d4,rest,rest,rest,120/tempo)
   note(b1,rest,rest,rest,120/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(b0,rest,rest,rest,28594/tempo)
   note(rest,rest,rest,rest,1172/tempo)
   note(c2,rest,rest,rest,235/tempo)
   note(c4,c1,rest,rest,120/tempo)
   note(e4,g3,rest,rest,13438/tempo)
   note(rest,g3,rest,rest,743/tempo)
   note(fs3,g3,rest,rest,120/tempo)
   note(a3,g3,rest,rest,274/tempo)
   note(d4,g3,rest,rest,469/tempo)
   note(d2,g3,rest,rest,120/tempo)
   note(d1,g3,rest,rest,313/tempo)
   note(d1,rest,rest,rest,26993/tempo)
   note(rest,rest,rest,rest,1250/tempo)
   note(e2,rest,rest,rest,274/tempo)
   note(c4,rest,rest,rest,120/tempo)
   note(e1,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,7500/tempo)
   note(fs1,rest,rest,rest,274/tempo)
   note(fs2,rest,rest,rest,6836/tempo)
   note(rest,rest,rest,rest,547/tempo)
   note(g2,rest,rest,rest,313/tempo)
   note(g1,rest,rest,rest,120/tempo)
   note(b3,d3,g3,rest,14532/tempo)
   note(a3,d3,g3,rest,5938/tempo)
   note(b3,d3,g3,rest,6875/tempo)
   note(b3,rest,rest,rest,1915/tempo)
   note(c4,g3,e3,rest,274/tempo)
   note(c2,g3,e3,rest,120/tempo)
   note(c1,g3,e3,rest,11290/tempo)
   note(rest,g3,e3,rest,4375/tempo)
   note(d3,b3,g3,rest,157/tempo)
   note(g1,b3,g3,rest,391/tempo)
   note(g0,b3,g3,rest,547/tempo)
   note(g0,b3,rest,rest,13750/tempo)
   note(e3,a3,c3,rest,157/tempo)
   note(a1,a3,c3,rest,157/tempo)
   note(a0,a3,c3,rest,14454/tempo)
   note(d3,g3,c3,rest,743/tempo)
   note(b1,g3,c3,rest,120/tempo)
   note(b0,g3,c3,rest,120/tempo)
   note(b0,g3,rest,rest,6368/tempo)
   note(c2,g3,rest,rest,196/tempo)
   note(c1,g3,rest,rest,7149/tempo)
   note(fs3,g3,rest,rest,120/tempo)
   note(d3,g3,rest,rest,120/tempo)
   note(d1,g3,rest,rest,120/tempo)
   note(a3,g3,rest,rest,120/tempo)
   note(d2,g3,rest,rest,1094/tempo)
   note(d2,rest,rest,rest,27188/tempo)
   note(rest,rest,rest,rest,1133/tempo)
   note(d3,rest,rest,rest,586/tempo)
   note(d1,d2,rest,rest,15040/tempo)
   note(e3,d2,rest,rest,120/tempo)
   note(g3,d2,rest,rest,157/tempo)
   note(b2,d2,rest,rest,120/tempo)
   note(b2,rest,rest,rest,120/tempo)
   note(e2,rest,rest,rest,352/tempo)
   note(e1,rest,rest,rest,6954/tempo)
   note(fs3,rest,rest,rest,7383/tempo)
   note(g3,rest,rest,rest,6915/tempo)
   note(a3,rest,rest,rest,7227/tempo)
   note(d1,rest,rest,rest,235/tempo)
   note(d2,rest,rest,rest,899/tempo)
   note(fs3,rest,rest,rest,120/tempo)
   note(b2,rest,rest,rest,120/tempo)
   note(b3,rest,rest,rest,14961/tempo)
   note(c2,rest,rest,rest,157/tempo)
   note(c1,rest,rest,rest,120/tempo)
   note(a3,rest,rest,rest,469/tempo)
   note(e3,rest,rest,rest,157/tempo)
   note(c3,rest,rest,rest,24883/tempo)
   note(rest,rest,rest,rest,2461/tempo)
   note(e3,rest,rest,rest,120/tempo)
   note(g3,a1,rest,rest,120/tempo)
   note(c3,a1,rest,rest,120/tempo)
   note(a0,a1,rest,rest,15235/tempo)
   note(fs3,a1,rest,rest,274/tempo)
   note(d3,a1,rest,rest,120/tempo)
   note(a2,a1,rest,rest,1133/tempo)
   note(a2,rest,rest,rest,120/tempo)
   note(d1,rest,rest,rest,196/tempo)
   note(d2,rest,rest,rest,13282/tempo)
   note(a2,rest,rest,rest,508/tempo)
   note(d3,rest,rest,rest,120/tempo)
   note(fs2,rest,rest,rest,14024/tempo)
   note(rest,rest,rest,rest,1016/tempo)
   note(a2,rest,rest,rest,120/tempo)
   note(e3,rest,rest,rest,313/tempo)
   note(d3,rest,rest,rest,899/tempo)
   note(c2,rest,rest,rest,313/tempo)
   note(c1,rest,rest,rest,5782/tempo)
   note(fs3,rest,rest,rest,8594/tempo)
   note(g3,rest,rest,rest,157/tempo)
   note(b1,rest,rest,rest,120/tempo)
   note(b0,rest,rest,rest,120/tempo)
   note(g2,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,14180/tempo)
   note(rest,rest,rest,rest,2422/tempo)
   note(a1,rest,rest,rest,120/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(a0,rest,rest,rest,274/tempo)
   note(e3,rest,rest,rest,120/tempo)
   note(c3,rest,rest,rest,16446/tempo)
   note(rest,rest,rest,rest,1602/tempo)
   note(fs3,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,120/tempo)
   note(d1,rest,rest,rest,120/tempo)
   note(a2,d2,rest,rest,17735/tempo)
   note(a2,rest,rest,rest,196/tempo)
   note(rest,rest,rest,rest,5430/tempo)
   note(g3,rest,rest,rest,120/tempo)
   note(d3,rest,rest,rest,196/tempo)
   note(b2,rest,rest,rest,120/tempo)
   endsection

.end
END

[/code]
Thanks for sharing; I'll try it out as soon as I can get WabbitEmu working again. Sad
Wilhelmus.8xp I built it for ya, but no clue how long this will be up.
TheStorm wrote:
Wilhelmus.8xp I built it for ya, but no clue how long this will be up.
Cheers for that, TheStorm. Smile Still having hardware troubles? Sad

On a more on-topic note, does anyone have any converter suggestions? I'm personally quite happy with it in its current form.
the converter didn't convert the song good, it has the wrong channels.
i'll try to make it better
aeTIos wrote:
the converter didn't convert the song good, it has the wrong channels.
i'll try to make it better
Can you be more specific about what you mean by the wrong channel?
it plays not the right notes. you should compare the 8xp file with the unconverted file.
aeTIos wrote:
it plays not the right notes. you should compare the 8xp file with the unconverted file.
Actually, if you listen carefully, it is the right notes (with some unfortunate octave skipping) but the timing is all wrong. I'll experiment with some other MIDI versions for you.
Hi, I have a problem: I converted a MIDI and chose all tracks, and then coped the asm code but DCS SDK couldn't assemble it. Not even this screen Doors CS assembler.... appeared. Part of the text the converter said (not the asm code) was this:

Total Input Channels: 5
Caution: you can only have up to 4 channels.
Attempting to collapse to a maximum of 4.
All merge attempts failed, discarding track.

please help me! Smile
Solution: Don't choose all tracks. Definitely don't choose the percussion (drums etc) track, and try to pick about four other tracks.
Still won't compile. I chose 4 tracks and it gives this code (compressed):

Code:
.nolist
#include "mt3notes.inc"
.list
   .org $0000
   .db $BB,$6D
   .db $C9
   .db $31,$80
   .db 0,1,4

Start:

title:   .db "",0
artist:   .db "",0
album:   .db "",0

tempo = 120

song:
   playsection(s0)
   endsong

s0:
   note(rest,fs0,rest,fs0,120/tempo)
   note(rest,rest,rest,rest,11620/tempo)
   endsection

.end
END
Notice the total lack of notes. I'm sure it's still having trouble with the file and issuing some error messages. What's the file in question? There are certain files that it inexplicably can't understand, likely due to proprietary MIDI events in the file. Have you tried other files?
Yeah, I tried other files, all didn't assemble
Sorunome wrote:
Yeah, I tried other files, all didn't assemble
Want to link me to some of the files in question for me to play around with? Also, did you see any error messages from the converter?
http://home2.swipnet.se/~w-22134/nmm/ Section Mario "Super mario bros" and section Mario 3 "Level 1"
Those two didn't work for me, but I tried the Zelda Intro music, selected the harmony and melody tracks, and got this excellent-sounding file:

http://pastebin.com/GSVj1pTM
But the bad thing is that I just know the zelda for wii... :S
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 3 of 4
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement