comparison README_OSC.md @ 2521:c3779574273b

Add link
author Chris Cannam
date Wed, 29 Apr 2020 14:24:08 +0100
parents 2fa6ee1df046
children 2179bf9757a0
comparison
equal deleted inserted replaced
2520:2fa6ee1df046 2521:c3779574273b
1 1
2 OSC control of Sonic Visualiser 2 OSC control of Sonic Visualiser
3 =============================== 3 ===============================
4 4
5 Sonic Visualiser can be controlled remotely using the Open Sound 5 Sonic Visualiser can be controlled remotely using the Open Sound
6 Control protocol. This facility requires Steve Harris's liblo (Lite 6 Control protocol. This facility requires the
7 OSC) library to have been available when Sonic Visualiser was built. 7 [liblo](http://liblo.sourceforge.net/) (Lite OSC) library by Steve
8 Harris and Stephen Sinclair to have been available when Sonic
9 Visualiser was built.
8 10
9 Sonic Visualiser opens a single OSC port on startup, provided that OSC 11 Sonic Visualiser opens a single OSC port on startup, provided that OSC
10 support is compiled in, the `--no-osc` command-line option has not 12 support is compiled in, the `--no-osc` command-line option has not
11 been supplied, and permission to use the network was not refused by 13 been supplied, and permission to use the network was not refused by
12 the user the first time Sonic Visualiser was run. 14 the user the first time Sonic Visualiser was run.