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

0 Members and 1 Guest are viewing this topic.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #195 on: November 12, 2011, 10:36:46 am »
Y U NO WORK? Im just going to use v1 -_-

Edit:
They all dont work for me D:
V1: I dont know how to make it play
Second V1: Says the appvar is invalid or corrupt
V2: Errors even after I installed the dlls
« Last Edit: November 12, 2011, 11:02:45 am by epic7 »

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: MIDI To Axe Music Converter
« Reply #196 on: November 12, 2011, 12:40:31 pm »
Soon we have real midi for axe :D (I hope)
If you like my work: why not give me an internet?








Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #197 on: January 05, 2012, 11:19:05 pm »
will the qtcore4 thing be fixed soon?
« Last Edit: January 05, 2012, 11:23:23 pm by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #198 on: January 05, 2012, 11:29:32 pm »
Oh yeah, I'll try installing it again.  I wish it weren't so complicated, but I have to build it from source in order for it to compile statically.  :(  Maybe I can just find all the DLLs and include those, but I have no idea which ones I would need.

Another option is that I could just rewrite it in Java using swing, that might be easiest, but it will take some time.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #199 on: January 05, 2012, 11:53:40 pm »
thank you. <3
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #200 on: January 06, 2012, 04:30:44 am »
Oh yeah, I'll try installing it again.  I wish it weren't so complicated, but I have to build it from source in order for it to compile statically.  :(  Maybe I can just find all the DLLs and include those, but I have no idea which ones I would need.

Another option is that I could just rewrite it in Java using swing, that might be easiest, but it will take some time.

Usually, all you need are
  • QtCore4.dll
  • QtGui4.dll
  • mingwm10.dll
  • libgcc_s_dw2-1.dll[/s
in the same folder as the executable. IIRC, they can all be found in the Qt SDK installation.

Edit: Actually, for your program you need:
  • QtCore4.dll
  • QtGui4.dll
  • QtSvg4.dll
  • QtXml4.dll
And they should be located in Qt\bin.
« Last Edit: January 06, 2012, 06:03:00 am by jacobly »

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #201 on: January 06, 2012, 04:44:12 pm »
where is Qt\bin located?
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #202 on: January 06, 2012, 07:03:49 pm »
Okay I have it mostly working now with the exception of Midi playback which I think is due to another missing DLL, but the rest of the program works.  Unfortunately, its too big for an attachment here so I will look for another place to host it.

EDIT: Here, try this: Download 4.52MBs
« Last Edit: January 06, 2012, 07:25:54 pm by Quigibo »
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #203 on: January 06, 2012, 07:11:11 pm »
thanks :D
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: MIDI To Axe Music Converter
« Reply #204 on: January 06, 2012, 11:07:29 pm »
can someone please make these into files for my calc.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________