spigot~ Route QT audio into MSP

The spigot~ object creates a sound output component whose output is routed into MSP. The jit.qt.movie object can be set to play it’s audio through and instance of spigot~ using the message soc spigot-name. Multiple jit.qt.movie objects can use multiple spigot~ objects with differing names, or they may share a single spigot~ object, in which case their audio will be summed.

MAC OS 9 USERS ONLY: Applications which support manual selection of sound output components (e.g. Peak), may also be set to route their audio to the spigot~ object by selecting the appropriate component in the application’s sound output menu. This requires that the spigot~ object exists prior to selecting it in another application.

Arguments:
symbol
The name of the spigot~ instance. Only one instance of spigot~ per name is permitted.

Example:

See Also:
jit.qt.movie