Hello Guys.
I will kindly like to ask some of you to help me out. I found an open source program written in C++, for which I was searching for a long time. The program converts between binary and ascii data some files. The truth is I do not know to much about binary file format, and I do not know C++ at all. So if somebody will be that kind to translate this in PHP I will highly appriciate it.
Here are the C++ source code:
1st program from Binary to Ascii
-
http://museinfo.sapp.org/doc/examples/score/mus2pmx/mus2pmx.html
(http://museinfo.sapp.org/doc/examples/score/mus2pmx/mus2pmx.cpp)
2nd from Ascii back to Binary
-
http://museinfo.sapp.org/doc/examples/score/pmx2mus/pmx2mus.html
(http://museinfo.sapp.org/doc/examples/score/pmx2mus/pmx2mus.cpp)
Thank you for your help.