c++ - 我在哪里可以找到 C++ csound 教程?

标签 c++ audio csound

<分区>

我刚刚发现了 csound 并安装了它的 C++ 绑定(bind)。

API 记录在此处(在 Linux 上进行常规安装后):

/usr/share/doc/libcsound64-doc/html/index.html  

但是,我缺少的是让我开始使用 API 的好教程。

最佳答案

Here's an introduction to C API (pdf) ,这实际上与 C++ API 相同。在 examples 和 frontends 文件夹中的 Csound 源代码中也有一些示例。

关于c++ - 我在哪里可以找到 C++ csound 教程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4772555/

相关文章:

c++ - 时间复杂度困惑的下限

c++ - 是否有自动 noexcept 说明符?

c++ - Mac上的SystemC在Makefile中出错

audio - IE中的HTML音频

java - 用JAVA控制声卡

c# - 将音频输出重定向到线路输入

c++ - csound 是否能够从互联网上提取简单的信息/数据?

python-2.7 - 在 python 内部使用 csound

php - 产生音高和持续时间的声音

c++ - 对 Class::Class() 和 Class::function() 的 undefined reference