Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinsullivan/seas-of-subconscious
A soundscape developed for the All Worlds Fair event written in SuperCollider.
https://github.com/colinsullivan/seas-of-subconscious
Last synced: 5 days ago
JSON representation
A soundscape developed for the All Worlds Fair event written in SuperCollider.
- Host: GitHub
- URL: https://github.com/colinsullivan/seas-of-subconscious
- Owner: colinsullivan
- License: other
- Created: 2013-04-11T05:35:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T06:31:14.000Z (about 11 years ago)
- Last Synced: 2024-10-18T09:26:41.902Z (27 days ago)
- Language: SuperCollider
- Size: 176 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sounds of the Subconscious Seas
A soundscape developed for the All Worlds Fair event that took place in San Francisco during February 2013. It is written entirely in SuperCollider.
[colin-sullivan.net/main/2013/seas-of-subconscious](http://colin-sullivan.net/main/2013/seas-of-subconscious)
## Dependencies
### cs-supercollider-lib
[github.com/colinsullivan/cs-supercollider-lib](https://github.com/colinsullivan/cs-supercollider-lib)
My general supercollider library which is where I put anything not project-specific. It can be installed with your other quarks.
### Audio Samples
The audio files used in the soundscape are not being tracked by github. To download the samples:
```bash
cd seas-of-subconscious/seas-of-subconscious-samples/
./get_samples.sh
```### Quarks
[dewdrop lib](http://www.dewdrop-world.net/sc3/index.php)
Lots of stuff from here, including heavy use of `MixerChannel`.
cruciallib
`Instr` and `Patch` classes used heavily.
Probably others.
## Running
Once you have the sound files, you can run the soundscape:
```bash
cd seas-of-subconscious/
sclang init.sc
```