1

I want to parse guitar pro files using php. I came across this question which directed me to a description of the gp4 format.

As I understand, the file is highly readable :), I just need to know the structure of it. What is the way to do this using php (or maybe javascript)?

Is this php function a way to "blindly" parse through the file?

Community
  • 1
  • 1
Gustav
  • 1,361
  • 1
  • 12
  • 24
  • 1
    so what have you tried? where are you stuck? what are you asking? –  May 30 '12 at 09:24

1 Answers1

0

Check phptabs library.It handles midi and guitar pro files. Has a comprehensive sets of API's

user2195463
  • 321
  • 5
  • 8