An open API service indexing awesome lists of open source software.

https://github.com/bentlemon/procedural-sound-generation

Procedural sound generation with Unity and SuperCollider.
https://github.com/bentlemon/procedural-sound-generation

procedural-generation sound-processing supercollider unity

Last synced: about 1 month ago
JSON representation

Procedural sound generation with Unity and SuperCollider.

Awesome Lists containing this project

README

          

# Procedural Sound Generation (Course project - TMN113)
## Description
A project with the goal to procedural change and create sound! The project have one base sound which procedural changes depending on which surface the player walkes on.

## Unity + SuperCollider
To get Unity and SC to work togather you need a OSC. I used [UnitySC](https://github.com/KonVas/UnitySC/tree/master) and followed along the tutorial to get it setup!