浏览代码

README.md

tags/kitchen
Pete Shadbolt 2 年前
父节点
当前提交
5ec72eef82
共有 1 个文件被更改,包括 20 次插入3 次删除
  1. +20
    -3
      README.md

+ 20
- 3
README.md 查看文件

@@ -1,6 +1,23 @@
# Radio

no need for jackd / supernova
Always-on computer music.

`python radio.py`
`sclang sine.scd`
## Requirements

- SuperCollider
- Python
- PyOpenCV

## Running

Start the Python application to watch the webcam and generate OSC events:

```
python radio.py
```

Start the SuperCollider patch:

```
sclang audio.scd
```

正在加载...
取消
保存