使用处理声音库

时间:2015-04-25 19:52:06

标签: audio processing libraries

我想使用处理声音库:

import processing.sound.*;

但我有以下错误:

No library found for processing.sound
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.

如何安装声音库?我尝试通过 Sketch >添加它导入库... 但我找不到它。

我在MacOS 10.9.5上使用Processing 2.2.1

有什么想法吗?

2 个答案:

答案 0 :(得分:4)

此库可用于Processing 3.0 +。

要安装它,请在库安装程序中输入processing.sound。那你就找到了。

答案 1 :(得分:2)

我建议您使用 minim ,这是override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { // Get the new view controller using [segue destinationViewController]. // Pass the selected object to the new view controller. if segue.identifier == "mySegue" { let vc = segue.destinationViewController as! MySecondView vc.delegate = self } } 非常流行的声音库。

您可以在此处找到并使用图书馆:http://code.compartmental.net/tools/minim/

如果您正在使用Processing,那么您应该已经拥有Minim。
转到草图 - >导入库 - >微量

如果您仍然找不到它,请尝试转到草图 - >导入库 - >添加库 - >微量
您可以像这样导入库:

processing