• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Aug-2011-

core/H30-Aug-2011-

MakefileH A D30-Aug-20112.6 KiB8820

Makefile.linuxH A D30-Aug-20112.6 KiB8920

Makefile.osxH A D30-Aug-20112.6 KiB8820

READMEH A D30-Aug-2011777 2515

stream.saolH A D30-Aug-20117.3 KiB286221

stream.saslH A D30-Aug-20118 31

README

1
2Networking support has been disabled in this distribution.
3Thus, the examples in this directory will not work.
4
5To learn more, see sfront/src/NETWORK.HTML
6
7The original README for this example appears below.
8
9---
10
11This example lets you test sfront networking, by streaming MIDI file
12data to the other members of a session. Use nmp_audio as the client
13for the other session members. A real streaming server would work much
14differently ... this example treats the stream as it would interactive
15MIDI input.
16
17Under Linux, just type "make" in this directory to run the example.
18
19To test this program under Macintosh OS X, copy the Makefile.osx file
20to Makefile, and then type "make".
21
22To test this program under IRIX, HPUX, or FreeBSD, see the Makefile
23for modification details.
24
25