Difference between revisions of "Network Music Performance Workshop GAFFTA 2010"

From CCRMA Wiki
Jump to: navigation, search
(JACK)
(Jacktrip)
Line 125: Line 125:
 
note: nice,rt setting?
 
note: nice,rt setting?
  
===Jacktrip===
+
===JackTrip===
 +
 
 +
[https://ccrma.stanford.edu/groups/soundwire/software/jacktrip JackTrip] is a Linux and Mac OS X-based JACK client used for multi-machine network performance over the Internet. It supports any number of audio channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal steaming.  You can use it between any combination of Linux and Mac OS X hosts.
 +
 
 +
'''OS X - Linux Install'''
 +
 
 +
[http://code.google.com/p/jacktrip Download] the latest version for your OS, and unpack it.  Move the <code>jacktrip-<ver></code> directory somewhere useful, you'll want to be able to get back to some of the stuff in there.  For OS X the Applications folder would work.  Follow the simple command line installation instructions (moving the jacktrip binary to your path, and setting the appropriate permissions).  And that's it!
 +
 
 
===Jmess===
 
===Jmess===
  
 
==Topics==
 
==Topics==

Revision as of 00:05, 29 October 2010

Description

This workshop is intended as a practical introduction to network music performance. Both technical and musical topics will be discussed, including: history of the field, Internet technologies for low-latency audio streaming, transcontinental high-quality network performance, performance issues like delay and presence, installations and synthesis in the network, future and potential as a compositional medium, programming techniques and software survey. We will discuss how to fine-tune the network and software specifically for musical purposes. The correlation of physical and acoustical distance in this medium and what it implies for musical performance/composition will be analyzed. We expect participants to leave with an embodied sense of network performance and ready to apply it in their art. This workshop was designed for Mac and Linux users (unfortunately some applications are not available on Windows).

This workshop is intended for musicians, composers, programmers and technologists interested in performing with distant musicians, designing systems for the medium or composing with the network in mind. No music theory or technical skills background necessary, the workshop will put emphasis on the participants’ particular interests and goals.

Schedule

Tuesday

6-7:00 Introduction
Why standard teleconferencing doesn’t cut it for music.
QoS = QoResults.
Assumed knowledge.
Additional terminology.
Connection: performance.
7-8:30: Quick start lab
Example streaming apps / hardware (jackTrip, jack).
Takes two to tango, or just play together… (bi-directional streaming).
Software installation (cross-platform).
Wired network setup (IP addresses and ports).
Soundcard setup.
Path qualification (minimum bandwidth, jitter).
Running sessions.
Tuning the connection (sampling rate, frames per packet, audio channels, redundancy).
Audio pickup and monitoring (proximity, talkback).
Avoiding feedback.
Connecting multi-site (connect with external node).
8:30-9:00: Troubleshooting
Standard network tools (ping, iperf, traceroute).
Specialized tools, yet to come (QoScope, SoundWIRE).
Using your ears.
Host computer problems vs. network problems.

Thursday

6-7:00: Technical issues and discussion
Wired vs. wireless.
Bridging firewalls.
Institutional firewall policies.
Auxiliary applications.
Video (Skype, iChat, DVTS, AccessGrid).
Recording, real-time plugins (efx) via jack.
7-8:30: Musical issues: discussion, demos (live remote connections)
Every millisecond counts.
Sound before video.
Options for conducting.
Self-delay pros and cons (demo).
Effect of delay on ensemble tempo and choice of music.
Only as good as the mics and loudspeakers.
Audio for monitoring vs. audio for recording.
The sound of conjoined stages.
Ambisonic ambient space display (demo)
Experiences with different styles (classical, jazz, electronic).
Common use cases (jamming, ensemble rehearsal, concerts).
Examples of composing for this new “stage.”
Other applications (new media installations, distance music teaching).
8:30-9:00: Conclusion
Alternative streaming apps / hardware.
Current research topics and speculations on future functionality.
Improvjam with CCRMA

Software

JACK

The JACK Audio Connection Kit is system for handling real-time, low latency audio (and MIDI). Originally developed for Linux, JACK ensures the lowest latency possible through your audio interface, provides an easy way of routing audio streams between applications and network nodes using a JACK plugin called Jacktrip.

OS X Install

Download and install the version for your flavor of OS X here: http://www.jackosx.com. If you already have an older version of JACK OS X installed, better to run the uninstall script that comes with it and trash/archive the old version of JackPilot, etc. before installing.

With Jack OS X you get two main components: jackdmp - the audio server daemon, which is JACK. It is multi-threaded and multi-processor. JackPilot is a user interface for JACK (or jackdmp). Rather than talk to JACK through the command line, JackPilot allow you to set sampling rates, buffer sizes, and make connections between JACK clients graphically, a big plus.

Linux Install

Packages for any relatively mainstream distribution are available for JACK with the package name: jack-audio-connection-kit. You get the same jackdmp described above. If you happen to be running a recent version of Fedora, you can get JACK and a host of other packages we use frequently at CCRMA (including Jacktrip) here: PlanetCCRMA. jack-audio-connection-kit is also available on Ubuntu and comes with Ubuntu Studio.

note: nice,rt setting?

JackTrip

JackTrip is a Linux and Mac OS X-based JACK client used for multi-machine network performance over the Internet. It supports any number of audio channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal steaming. You can use it between any combination of Linux and Mac OS X hosts.

OS X - Linux Install

Download the latest version for your OS, and unpack it. Move the jacktrip-<ver> directory somewhere useful, you'll want to be able to get back to some of the stuff in there. For OS X the Applications folder would work. Follow the simple command line installation instructions (moving the jacktrip binary to your path, and setting the appropriate permissions). And that's it!

Jmess

Topics