RSPP
The Remote SPeaker Protocol (rspp) enables you to control speakers in
multiple PCs via udp broadcasts.
That makes it possible to transform computer pools or offices into a
symphony orchestra ;-)
Includes: remote server, udp broadcaster, tracker.
You can download it here.
Building
- Check makefile, especially the install_dir line
- make
- make install
- copy rspp-server to a directory reachable by all your PCs that should
participate in our orchestra
Basic usage:
- write a tracker file
(see the *.trk files for examples, there is no sensible documentation yet.)
- switch to a text-console on every pc (most likely using Ctrl-Alt-F1)
- log in
- run
rspp-server -B -v #voice
where #voice is the number of the voice starting from 0
- do _not_ log out!
- to play the tracker file run
rspp-tracker
If anything goes wrong, start
rspp-mute
to get rid of the annoying beeping.
Happy composing!