Giter VIP home page Giter VIP logo

Comments (2)

cameronwhite avatar cameronwhite commented on September 21, 2024 1

The crash is fixed now with the latest commits - chord names can also now specify a custom label rather than the auto-generated chord name, which is more compatible with Guitar Pro

from powertabeditor.

cameronwhite avatar cameronwhite commented on September 21, 2024

Thanks for the report!
From a quick investigation it looks like the XML format for chord diagrams is different than what the code expects. It might be an older format from previous GP6 versions - exporting a new .gpx file from GP8 seems to use the expected format

Snippet from the expanded xml:

<Property name="DiagramCollection">
	<Items>
		<Item id="0" name="D7add13">
			<Diagram stringCount="6" fretCount="5" />
		</Item>

The re-exported version (expected format):

<Item id="0" name="D7add13">
    <Diagram stringCount="6" fretCount="5" />
    <Chord>
        <KeyNote step="C" accidental="Natural" />
        <BassNote step="C" accidental="Natural" />
    </Chord>
</Item>

With the old format missing the Chord information, the chord name ends up triggering errors later from having unexpected contents

from powertabeditor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.