简体   繁体   English

如何构建AlphaTab?

[英]How do I build AlphaTab?

I am trying to build + make changes to AlphaTab , a tablature reader that can be displayed on the web using SVG. 我正在尝试构建+更改AlphaTab ,这是一种可以使用SVG在网络上显示的制图仪阅读器。 It is a Visual Studio solution, but I cannot figure out how to build it successfully (I also have little experience with VS). 这是一个Visual Studio解决方案,但是我无法弄清楚如何成功构建它(我对VS的经验也很少)。 I am using Visual Studio 2017 Enterprise, which I have access to as a student. 我正在使用Visual Studio 2017 Enterprise,可以作为学生使用。

There are multiple projects within the solution, but the build I want is the JavaScript file. 解决方案中有多个项目,但是我想要的版本是JavaScript文件。 I know that it first compiles to Haxe and then to JavaScript, first using Phase , a C# -> Haxe compiler, which was also written by the AlphaTab creator. 我知道它首先先编译为Haxe,然后再编译为JavaScript,首先使用Phase ,它是C#-> Haxe编译器,它也是由AlphaTab创建者编写的。

Unfortunately this is all the info I have.. there aren't build instructions on the repo and I tried to reach out on his Contact page. 不幸的是,这就是我所拥有的全部信息。.回购上没有构建说明,我试图在他的“联系方式”页面上进行查询。 I really like the look + simplicity of using AlphaTab and want to add some changes, but also if there are other open source tab editors (display on browser) that look as nice, please link if possible! 我真的很喜欢使用AlphaTab的外观+简单性,并希望添加一些更改,但是如果还有其他开源的标签编辑器(在浏览器上显示)看起来不错,请尽可能链接!

There is an unmaintained haxe version of alphatab on the haxe branch of the main repo, did you try experimenting with that? 主存储库的haxe分支上有一个alphatab的非维护haxe版本,您是否尝试过尝试? https://github.com/CoderLine/alphaTab/tree/Haxe open the .hxproj file in HaxeDevelop https://haxedevelop.org/ Or in Visual Studio Code https://github.com/vshaxe/vshaxe To see if it has enough features try the html in the bin folder. https://github.com/CoderLine/alphaTab/tree/Haxe在HaxeDevelop打开.hxproj文件https://haxedevelop.org/或在Visual Studio代码https://github.com/vshaxe/vshaxe看它具有足够的功能,请尝试bin文件夹中的html。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM