简体   繁体   English

在另一个IDE上使用Quorum插件; Sonic Pi; MIDI; javascript

[英]Use Quorum Plugin on another IDE; Sonic Pi; MIDI; javascript

I wrote a program that plays a song using sonic pi. 我写了一个程序,用音速pi播放歌曲。 I have to transcribe the code to a web language (javascript). 我必须将代码转录为网络语言(javascript)。 Since I'm new at javascript I thought it would be ideal to use QUORUM ( http://quorumlanguage.com/ ) to transcribe it since there is easy access to MIDI libraries, etc. (that I absolutely need). 由于我是Java语言的新手,我认为使用QUORUM( http://quorumlanguage.com/ )进行转录将是理想的选择,因为可以轻松访问MIDI库等(这是我绝对需要的)。 I have a mac and tried to use netbeans, etc (all processes suggested on the quorum site) but they are not working. 我有一台Mac,并尝试使用Netbeans等(仲裁站点上建议的所有进程),但它们无法正常工作。 So, I figured I should be able to use the Quorum plugin that I downloaded on another IDE (a cloud IDE would probably be better). 因此,我认为我应该能够使用在另一个IDE上下载的Quorum插件(使用云IDE可能会更好)。 I keep failing and I honestly don't know really know what I'm doing. 我一直在失败,老实说我不知道​​自己在做什么。 I'd prefer not to pay for an IDE. 我不愿意为IDE付费。 I tried orion's cloud ide "che" but it won't let me download the plugin via the internet or give me an option for uploading or running a native file. 我尝试了orion的云计算工具“ che”,但它不允许我通过互联网下载插件,也不能给我提供上载或运行本机文件的选项。

Basically, I would like to find someway I can use quorum on my Mac. 基本上,我想找到某种方式可以在Mac上使用仲裁。

Please help. 请帮忙。 Doing all this for my graduate degree. 为我的研究生学位做这一切。 Thanks. 谢谢。

Em. Em。

In order to use The Quorum Programming language, it MUST be in the Netbeans IDE. 为了使用Quorum编程语言,它必须在Netbeans IDE中。 No exceptions. 没有例外。

The process of installing the plugin for Quorum Language Support is as follows: 安装Quorum Language Support插件的过程如下:

  1. MAKE SURE YOU HAVE THE LATEST VERSION OF THE JAVA DEVELOPMENT KIT!!! 确保您拥有JAVA开发套件的最新版本!!! - This is VERY important as Quorum 3.0 uses the Latest Version of Java and Quorum compiles to Java Byte Code. -这非常重要,因为Quorum 3.0使用Java的最新版本,并且Quorum编译为Java字节码。

  2. You MUST Have Netbeans 8.0 or greater (at most Netbeans 8.0.2). 您必须拥有Netbeans 8.0或更高版本(最多是Netbeans 8.0.2)。 - This is also very important as Quorum 3.0 takes advantage of features in Netbeans 8. -这也非常重要,因为Quorum 3.0充分利用了Netbeans 8中的功能。

  3. Go to the plugins page. 转到插件页面。 This can be done by clicking on "Tools" in the Menu Bar and then going to "Plugins" 这可以通过单击菜单栏中的“工具”,然后转到“插件”来完成。

  4. Go to the Settings Tab and hit the button that says "Add" 转到“设置”标签,然后点击“添加”按钮

  5. In the Name Field, Type "Quorum" 在名称字段中,输入“ Quorum”

  6. In the URL Field, Type the following: http://quorumlanguage.com/updates/quorum/updates.xml 在“ URL”字段中,键入以下内容: http : //quorumlanguage.com/updates/quorum/updates.xml

  7. Now under "Available Plugins", Check the Box for Quorum 现在在“可用插件”下,选中“仲裁”框

  8. Click the Install Button 点击安装按钮

  9. Restart Netbeans. 重新启动Netbeans。

Now, upon completed load of the Netbeans IDE, The Quorum Module should ask you if you would like dictation of everything you do. 现在,在完成Netbeans IDE的加载后,仲裁模块将询问您是否要命令您做的所有事情。 If you do not want this, tell it that you do not. 如果您不想这样做,请告诉您您不要这样做。 If you do, then go for it. 如果这样做,那就去吧。

When you go to Create a new Project in Netbeans, you should see an option for Quorum. 当您转到在Netbeans中创建新项目时,应该看到Quorum的选项。 If you do see this,then you have successfully installed the Quorum Plugin to Netbeans. 如果看到此消息,则说明您已成功将Quorum插件安装到Netbeans。

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

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