Sfoglia il codice sorgente

README.md

tags/kitchen
Pete Shadbolt 2 anni fa
parent
commit
5ec72eef82
1 ha cambiato i file con 20 aggiunte e 3 eliminazioni
  1. +20
    -3
      README.md

+ 20
- 3
README.md Vedi File

@@ -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
```

Loading…
Annulla
Salva