powertab / powertabeditor

View and edit guitar tablature.
https://powertab.github.io
GNU General Public License v3.0
536 stars 69 forks source link

Add a view filter to omit the drums when importing Guitar Pro files. #298

Open cameronwhite opened 4 years ago

cameronwhite commented 4 years ago

Related to #290, the imported drum track is currently not very useful, so it would be good to be able to easily hide it. Or perhaps we should just skip importing it until drum scores are implemented?

psyomn commented 4 years ago

Would it make sense to import and hide, so that the user in the future, would not have to re-import files? I don't know what kind of file format nightmare this might contribute to maintainability though.

cameronwhite commented 4 years ago

I think I'd lean towards skipping - right now a Score has no notion of drums, so the result is just whatever guitar properties the importer happens to find (and it wouldn't suddenly start working for old imported files if drums support was added). For .gpx files I think all the notes show up as the 0 fret, so a lot of data is definitely being missed.