All Projects → juliangruber → Parse Gp5

juliangruber / Parse Gp5

Parser for the Guitar Pro 5 file format

Programming Languages

javascript
184084 projects - #8 most used programming language

parse-gp5

Parser for the Guitar Pro 5 file format.

Work in progress! Pull requests welcome :)

Example

const parse = require('parse-gp5');
const fs = require('fs');

const buf = fs.readFileSync(__dirname + '/tab.gp5');
const tab = parse(buf);

console.log(tab);

Kudos

This is mostly a port of what TuxGuitar has implemented in Java.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].