Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.45 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.45 KB

Processing

This repo contains all of the code for the Processing unit of Sound as Object, Spring 2021.

Folder Description
Examples Pre-written code that demonstrates concepts and functions that will be covered in our lectures. Many of these combine several concepts in ways that aren't covered directly in lecture
Extras Boilerplate code demonstrating how to do things that we don't have time to cover in detail. Tips, tricks, etc.
InClass Code that is created live during our lectures, usually to demonstrate concepts as we are learning them in class.

Bypass video/mic issues on MacOS

If you are on MacOS and are having trouble giving Processing access to your mic and camera, open terminal and run this command:

/Applications/Processing.app/Contents/MacOS/Processing;

References: