Skip to content

the contents for a workshop on OSC timestamps and networked synchronization of audio playback between Pure Data and Python

Notifications You must be signed in to change notification settings

aleksati/device-control-and-networked-synchronization-with-osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Control and Networked Synchronization With OSC

In this workshop, we will learn about the OSC protocol and how symbolic music data can be used to mitigate latency and control musical systems from afar. Specifically, the session concentrates on how we can use OSC timestamps to synchronize audio playback in two remote places at once. Also, since we ourselves cannot physically be in two places at once, we will explore OSC transmission between two different programming environments on our local machine, namely between Pure Data (PD) and Python. The goal is to learn more about how to set up and configure advanced technologies for networked music systems and synchronous online musical collaboration.

In class, we will explore 3 example systems together, with increasing complexity, that demonstrate how we can start to build complex networked audio systems using OSC. With each example, several acitivities follow.

NB! This workshop requires an intermediate level of familiarity with OSC for Python and Pure Data.

Preperation

Schmeder, & Freed, A. (2008). Implementation and applications of open sound control timestamps. ICMC. http://cnmat.berkeley.edu/publications/implementation-and-applications-open-sound-control-timestamps

Andrew Schmeder. (2010). Best Practices for Open Sound Control. Center for New Music and Audio Technologies (CNMAT), UC Berkeley. https://opensoundcontrol.stanford.edu/files/osc-best-practices-final.pdf

Dependencies

  • Python 3x

    pip install playsound==1.2.2
    pip install python-osc
    
  • Pure Data Vanilla 0.54

    • I recommend that you install the 32-bit version of Pure Data vanilla (if possible) for mrpeach to work best.
    • Download the mrpeach library

Resources

About

the contents for a workshop on OSC timestamps and networked synchronization of audio playback between Pure Data and Python

Topics

Resources

Stars

Watchers

Forks