music-notation-import-guitarpro

0.5.8

music-notation import code specific to Guitar Pro 7 +
music-notation-swift/music-notation-import-guitarpro

What's New

Swift 5.4 release

2021-08-17T20:07:08Z

music-notation

Platform Swift 5.4 Build & Test Lint Coverage Badge

music-notation-import-guitarpro

music-notation import code specific to Guitar Pro 7 files.

Guitar Pro 7

Guitar Pro 7 is a zipped file format (.gp) which expands into a folder that has the following contents:

Guitar Pro 7 File Format

The score.gpif file is an application specific XML file.

The source files in the GuitarPro7 folder are those specific to parsing this file format.

music-notation-import-guitarpro supports specifying the gpif file alone, or specifying the container gp file. Using the ZIPFoundation the process will pull out the score.gpif file and parse that directly.

There are two folders of code in the Guitar Pro 7 parser. One contains the parsing code (XML to Swift structured data), the other contains extension to the music-notation library that adds initializers that understand the parse data from the XML file.

Notes

This is (obviously) a work in progress. It is meant to drive and help develop the music-notation project. It is one of the packages used by music-notation-import

Description

  • Swift Tools 5.4.0
View More Packages from this Author

Dependencies

Last updated: Thu Apr 18 2024 20:14:16 GMT-0900 (Hawaii-Aleutian Daylight Time)