文件名称:SoundPetal:基于 Blender 的 SuperCollider 节点系统
文件大小:52KB
文件格式:ZIP
更新时间:2024-07-28 17:28:18
Python
声音花瓣 用于 Blender 的自定义 Python 节点的 SuperCollider 包装器。 许可证:GNU GPL 3。 SoundPetal 是 SuperCollider 3 Ugens 的薄包装。 大多数节点 UI 都继承自SoundPetalUGen SuperClass。 Ugen类是通过将它们的名称和参数列表简洁地传递给来 。 某些节点不是以这种方式生成的,例如in 、 out和Make SynthDef ,它们具有专用的节点类定义,因为它们的 UI 界面完全不同。
【文件预览】:
SoundPetal-master
----.gitignore(3KB)
----core()
--------node_factory.py(1KB)
--------__init__.py(0B)
--------reversed_DAG.py(1KB)
--------mechanisms.py(6KB)
--------flow_cache.py(1KB)
--------variables_cache.py(2KB)
----flow_nodes_index.py(2KB)
----__init__.py(4KB)
----node_tree.py(12KB)
----LICENSE(34KB)
----sc_docs()
--------SuperCollider_For_The_Uninitiated.md(4KB)
----ui()
--------__init__.py(0B)
----utils()
--------__init__.py(0B)
--------fl_proto_util.py(466B)
--------fl_bmesh_utils.py(2KB)
--------osc_panel.py(7KB)
----README.md(634B)
----nodes()
--------transport()
--------__init__.py(796B)
--------noise()
--------oscillators()
--------script_node()
--------filters()
--------envelopes()
----settings.py(708B)
----sc_patches()
--------functions()
--------server()
--------synths()
--------general_info_scd()
--------perc()