csoundengine:一个简单的界面来控制python中的csound进程

时间:2024-04-23 13:02:31
【文件属性】:

文件名称:csoundengine:一个简单的界面来控制python中的csound进程

文件大小:1.11MB

文件格式:ZIP

更新时间:2024-04-23 13:02:31

Python

声音引擎 介绍 该程序包的核心是Engine类,该类包装csound进程并允许透明控制所有参数,同时提供合理的默认值。 它使用csound API与正在运行的csound实例进行通信。 所有音频处理均在单独的性能线程中运行。 from csoundengine import * # create an Engine with default options for the platform. engine = Engine () # Define an instrument engine . defInstr ( ''' instr synth ; pfields of the instrument kmidinote = p4 kamp = p5 kcutoff = p6 kdetune = p7 kfreq = mtof:k(kmi


【文件预览】:
csoundengine-master
----.gitignore(72B)
----csoundengine()
--------session.py(34KB)
--------errors.py(35B)
--------paramtable.py(5KB)
--------csoundlib.py(59KB)
--------config.py(3KB)
--------sessioninstrs.py(3KB)
--------tableproxy.py(6KB)
--------ujacktools.py(2KB)
--------plotting.py(6KB)
--------tools.py(4KB)
--------instr.py(26KB)
--------__init__.py(3KB)
--------offline.py(20KB)
--------synth.py(18KB)
--------engineorc.py(11KB)
--------engine.py(65KB)
----README.rst(5KB)
----docs()
--------instr.rst(519B)
--------make.bat(795B)
--------conf.py(3KB)
--------synth.rst(965B)
--------index.rst(558B)
--------tables.rst(86B)
--------Tutorial.rst(485B)
--------Installation.rst(2KB)
--------api()
--------Introduction.rst(4KB)
--------csoundlib.rst(152B)
--------config.rst(4KB)
--------Builtin-Opcodes.rst(3KB)
--------Reference.rst(785B)
--------offline.rst(108B)
--------session.rst(203B)
--------Makefile(634B)
--------assets()
--------csoundengine.rst(85B)
----readthedocs.yml(584B)
----requirements.txt(163B)
----LICENSE.txt(34KB)
----setup.py(1KB)

网友评论