Repository for the Gesture-Sound Interaction and Embodied Music Cognition course at the Universität der Künste Berlin https://www.udk-berlin.de/fileadmin/2_dezentral/FR_Soundstudies/Sonic_Arts/Syllabi_SoSe_2022/F22-Visi_SE.pdf
- Install Max: https://cycling74.com/downloads
- Open the Max Package Manager: File > Show Package Manger, then search and install the odot package.
- Install GitHub Desktop: https://desktop.github.com
- Clone this repository: in GitHub Desktop go to File > Clone Repository… ; click on the URL tab; paste
https://github.com/federicoVisi/SoundS-gesture-sound-interaction/
and click on Clone. - Add the folder in which you have cloned this repository to your Max search path: in Max Options > File Preferences... then hit "+", click on the "choose" button and open the
SoundS-gesture-sound-interaction
folder on your computer hard drive.
- Installation and linear regression with artifical neural networks: https://youtu.be/Dace1sHy1IM
- Gesture following with PoseNet and GVF: https://youtu.be/GoNqiCvVgoY
- Beginner video tutorials from Mari Kimura: https://www.youtube.com/playlist?list=PLQEYdqVx2_gN6nJ9UiltBO43eX-X3UF6P
- Beginner/Intermediate web tutorials from Darwin Grosse / 20 Objects: http://darwingrosse.com/20Objects/index.html
- Intermediate/Advanced video tutorial from Sam Tarakajian: https://www.youtube.com/playlist?list=PLD45EDA6F67827497
- For those interested in building neural networks from scratch in Max: https://www.youtube.com/playlist?list=PLnXdT5joUcb1GhPEQizT7NjyPzAM0Y46I
- MUGIC sensors: https://mugicmotion.com
- Darwin Grosse's Art + Music + Technology podcast: https://artmusictech.libsyn.com
- Baalman's book "Composing Interactions: An Artist's Guide to Building Expressive Interactive System": https://composinginteractions.art
- Fork git client: https://git-fork.com (better than the GitHub Desktop client because it makes it easier to update submodules)