diff README.OSC @ 42:00b5875d8c30

remove Sonic Visualiser trace
author lbajardsilogic
date Tue, 15 May 2007 12:50:33 +0000
parents fc9323a41f5a
children
line wrap: on
line diff
--- a/README.OSC	Tue May 15 12:25:13 2007 +0000
+++ b/README.OSC	Tue May 15 12:50:33 2007 +0000
@@ -1,16 +1,16 @@
 
-OSC control of Sonic Visualiser
+OSC control of Sound Access
 ===============================
 
-Sonic Visualiser can be controlled remotely using the Open Sound
+Sound Access can be controlled remotely using the Open Sound
 Control protocol.  This facility requires Steve Harris's liblo (Lite
-OSC) library to have been available when Sonic Visualiser was built.
+OSC) library to have been available when Sound Access was built.
 
-Sonic Visualiser opens a single OSC port on startup.  The URL of this
+Sound Access opens a single OSC port on startup.  The URL of this
 port is printed to standard output on startup, or can be read from the
 About box on the Help menu.
 
-OSC commands accepted by Sonic Visualiser take the form:
+OSC commands accepted by Sound Access take the form:
 
   <scheme>://<host>:<port>/<method> [<arg> ...]
 
@@ -23,7 +23,7 @@
 
 There is a small program sv/osc/sv-osc-send.c that sends an OSC method
 and arguments to a given URL, and a small shell script sv/osc/sv-command
-that provides a basic command shell for Sonic Visualiser.
+that provides a basic command shell for Sound Access.
 
 
 OSC methods available
@@ -34,7 +34,7 @@
 
   /open <filename>
 
-     Open a new file (of type determined by Sonic Visualiser).
+     Open a new file (of type determined by Sound Access).
      If it is an audio file, use it to replace the existing main
      audio file (if any).
 
@@ -108,7 +108,7 @@
      Undo the last editing operation; redo the last undone operation.
      Note that most of the classic editing operations (copy and paste
      etc) are not controllable via OSC, but undo may still be useful
-     because Sonic Visualiser considers actions such as adding a pane
+     because Sound Access considers actions such as adding a pane
      to be undoable editing operations as well.
 
   /add <layertype>