0

我正在阅读 Victor Lazzarini 的计算机乐器。我正在尝试运行附录 B,Shapes 中的第一个程序。看来程序找不到faustcompile。当我运行 csound -z 时,它不存在。我在 Windows 上运行 Csound。

这里有更多: (C:\Users\Josh\Anaconda3) C:\Program Files\csound-windows-x64\bin>python C:\csoundcode\shapes.py 0dBFS level = 32768.0 --Csound 6.11 版(双样本) 2018 年 5 月 11 日 [提交:eabe0dc] libsndfile-1.0.29pre1

错误:语法错误,意外的 T_IDENT(令牌“faustcompile”)第 10 行:

ihandle faustcompile <<< Unexpected untyped word ihandle when expecting a variable 由于输入无效,解析失败!在解析器失败时停止

4

1 回答 1

0

在 Csound 中包含浮士德操作码有点棘手。发布的安装程序不包括浮士德操作码。你需要自己动手安装,这在 linux 和 machintosh 上相对容易,我意识到 windows 更痛苦。但这里有指导如何去做

https://github.com/csound/csound/tree/develop/msvc

在那里读到它说

TODO: Faust opcodes, need to investigate

这么难有点难过,不过话虽如此,Faust 是一个 3rd 方软件,一种 Csound via 的插件faustcompile

于 2018-08-30T12:25:16.917 回答