读取 Guitar Pro 文件

发布于 2024-10-15 12:35:30 字数 266 浏览 12 评论 0原文

我想知道是否有人听说过一个库,最好是 .NET 程序集,但 Java 也可以,它允许您读取 Guitar Pro 文件 (.gp3-gp4-gp5) 中的数据

。文件夹中包含大约 50.000 个歌曲文件,我真的很想编写一些可以实际归档所有这些文件的东西,以便于搜索。歌曲中乐器的调音等基本信息将是非常有用的参数,可以从文件中检索并添加到数据库中。

我已经在网上搜索过,但还没有找到类似的东西,或者用于编写我自己的解析器的文件定义。

预先感谢您提供有关该主题的任何信息。

I was wondering if anybody had heard of a library, preferably a .NET assembly, but Java will do as wel, that allows you to read the data in a Guitar Pro file (.gp3-gp4-gp5)

I have this gigantor of a folder with about 50.000 song files, and would really love to write something that can actually archive all these files, for easier searching. And basic information like the tuning of the instruments in the song would be very useful parameters to retrieve from the file and add to the database.

I have searched the web but have yet to find anything like this, or a file definition for writing my own parser.

Thank you in advance for any information on the subject.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江湖正好 2024-10-22 12:35:30

TuxGuitar 是一个开源 Java 应用程序,其中包含读取 Guitar Pro 文件的类。对于读取基本元数据来说应该足够了。

您的另一种选择是使用反向工程文件格式文档 - 有一个来自 DGuitar 项目的文档。

您的第三个选择是尝试重复使用 KGuitar 项目中的一些代码,其中还包括 Guitar Pro 3/4/5文件导入类,但它是 C++ 和 Qt 中的。

TuxGuitar is an open source Java application that includes classes that read Guitar Pro files. If should be probably more that sufficient for reading basic metadata.

Your other option is using reverse-engineered file format documentation - there's one from DGuitar project.

Your third option is trying to re-use some code from KGuitar project, that also include Guitar Pro 3/4/5 files importing clasess, but it's in C++ and Qt.

别把无礼当个性 2024-10-22 12:35:30

请浏览我的用 C# 编写的 Windows Phone7 开源项目:

http://phoneguitartab.codeplex.com/

这是 Windows Phone 7 的指法谱查看器。它可以打开guitar pro(.gp3、.gp4、.gp5)和基于文本的文件(我使用 Java 中的开源项目来创建吉他) .NET 中的专业解析器)。不幸的是它还没有完成,但我希望你能在这个项目中找到有用的东西。

更新:GuitarPro 功能已移至分支

Please look through my open source project that is written in C# for Windows Phone7:

http://phoneguitartab.codeplex.com/

This is tablature viewer for Windows Phone 7. It can open guitar pro (.gp3, .gp4, .gp5) and text based files (I've used open source projects in Java to create guitar pro parser in .NET). Unfortunately it isn't finish yet but I hope you find something useful in this project.

Update: GuitarPro functionality was moved into branch

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文