Author Topic: MIDI To Axe Music Converter  (Read 59254 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: MIDI To Axe Music Converter
« Reply #120 on: September 29, 2010, 02:33:57 am »
Shhhhh!
Also, do the 8xp versions play themselves, or are they the same as the 8xv versions?

No, I'm fairly sure they just contain the hexadecimal codes for the songs, but I'm not for sure. They are created when you convert the midi files and that's what it looked like.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

SirCmpwn

  • Guest
Re: MIDI To Axe Music Converter
« Reply #121 on: September 29, 2010, 08:28:30 am »
Yeah, when I got them on my calc, they are Axe source.  I ended up removing the [] and adding AsmPrgm, then compiling them with AsmComp( and using CalcSys to change them into AppVars.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MIDI To Axe Music Converter
« Reply #122 on: September 29, 2010, 12:21:54 pm »
Oh wow nice trick to convert to data SirCmpwn. I was always worried we had to write an editor to edit our game data stored into APPVARS before, such as maps. It's good that at least we have AsmComp() plus we can still separate the data in different lines of code if we want it to be organized. Just no pointers/comments

SirCmpwn

  • Guest
Re: MIDI To Axe Music Converter
« Reply #123 on: September 29, 2010, 06:08:26 pm »
Keep in mind that AsmComp() will preface the data with BB6Dh.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MIDI To Axe Music Converter
« Reply #124 on: September 29, 2010, 11:26:39 pm »
Ah, right. Oh well I'll keep that in mind.

What is BB6Dh btw?

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: MIDI To Axe Music Converter
« Reply #125 on: September 29, 2010, 11:28:19 pm »
It's a two-byte token that all asm programs begin with.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

SirCmpwn

  • Guest
Re: MIDI To Axe Music Converter
« Reply #126 on: September 29, 2010, 11:40:47 pm »
^

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MIDI To Axe Music Converter
« Reply #127 on: September 30, 2010, 01:23:29 am »
It's a two-byte token that all asm programs begin with.
Ah ok, I was more wondering what was the actual token after compiling and what would be the z80 asm code equivalent, if any :P

^
* DJ Omnimaga reduces SirCmpwn postcount by 9000 :P

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #128 on: September 30, 2010, 01:28:20 am »
]
* DJ Omnimaga reduces SirCmpwn postcount by 9000 :P
What!?!? Thats not quite over nine thousand!!!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MIDI To Axe Music Converter
« Reply #129 on: September 30, 2010, 01:32:34 am »
Lol. Even if it was, I wouldn't even be able to do that, anyway. Unlike on Invisionfree, which uses signed 3 byte integers for post counts, SMF uses unsigned ones.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #130 on: September 30, 2010, 11:15:13 pm »
It's a two-byte token that all asm programs begin with.
Yup. :)  It's the AsmProg token, but in it's hex equivalent.

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: MIDI To Axe Music Converter
« Reply #131 on: October 06, 2010, 08:41:04 pm »
I was wondering if anyone could help with a track for Pokemon TI. I'm looking for the track that plays during Oak's introduction when you start a new game. If anyone could find and convert that track for me I would greatly appreciate it.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: MIDI To Axe Music Converter
« Reply #132 on: October 06, 2010, 09:37:59 pm »
Are you talking about like when Professor Oak is like introducing you to Pokemon?

Edit:
I think this is what you're looking for but let me know.
« Last Edit: October 06, 2010, 09:42:21 pm by meishe91 »
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #133 on: October 07, 2010, 01:45:57 am »
Are you talking about like when Professor Oak is like introducing you to Pokemon?

Edit:
I think this is what you're looking for but let me know.
That sounds like the track that plays when you follow Oak to the lab. The introduction theme is different.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: MIDI To Axe Music Converter
« Reply #134 on: October 07, 2010, 01:49:13 am »
Oh, ya, you're right. I'll look.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)