the01 / paps-soundmix

Soundmix plugin for the paps framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paps-soundmix

Plugin for the paps framework allowing the user to create interactive musical performances.

At this point not available from PyPI.

SoundMixPlugin

Base plugin which uses pygame to play .avi files on the local machine. It provides control methods to work with channels (add/remove files, play/pause/stop, volume control,..). 1 channel is capable of playing only a single track at the same time. However there are at least 8 channels available for playback which means it is possible to play 8 files simultaneously.

It uses the settings plugin to provide a web interface to control the configuration.

You can group the available people into groups and assign tracks to these groups. By standing up/sitting down the people are able to control the volume of their associated tracks.

SoundMixLeftRightPlugin

Instead of allowing multiple groups to control their respective tracks it lets two groups set the volume for left and right audio channel of the same track.

Angel

Implements the interaction scenario described in paps. It provides a slimmed down interface and functionality.

The angel_sensor_server.py in the examples directory demonstrates how the plugin can be used start an instance with sample files for a simple musical performance. The code is also capable of saving and loading settings data on start/stop (device id, group arrangements,..)

Music in data is courtesy of Lukas Kerck and has been made available to us under the Creative Commons Attribution 3.0 License. (CC BY 3.0) To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

About

Soundmix plugin for the paps framework

License:MIT License


Languages

Language:Python 52.4%Language:HTML 24.7%Language:JavaScript 22.6%Language:CSS 0.2%