diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-10-17 21:09:12 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-10-17 21:09:12 +0000 |
commit | cd90aa38151068c861041641b0e4e40b3afa4fae (patch) | |
tree | 12bfda26b4b359086eeb1a5912967b20a36934f0 /usr.bin/aucat/aucat.1 | |
parent | e796f6ed824da5e9e191c2ab4bd774e6efa3392f (diff) |
Remove midicat since aucat can now be used instead of midicat
with almost the same syntax (roughly an extra -M option).
Thru boxes are created with aucat, and corresponding MIDI port
names have the "aucat" prefix instead of "midithru". The old
device name will still work some time for backward compatibility.
ok deraadt
Diffstat (limited to 'usr.bin/aucat/aucat.1')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 9d4d35d965f..aaac47ecd00 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.88 2011/10/12 12:16:10 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.89 2011/10/17 21:09:11 ratchov Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2011 $ +.Dd $Mdocdate: October 17 2011 $ .Dt AUCAT 1 .Os .Sh NAME @@ -590,10 +590,10 @@ For instance, the following command will play a file on the .Va aucat:0.mmc audio device, and give full control to MIDI software or hardware connected to the -.Va midithru:0 -MIDI device: +.Va aucat:0.thru +MIDI port: .Bd -literal -offset indent -$ aucat -f aucat:0.mmc -t slave -q midithru:0 -i file.wav +$ aucat -f aucat:0.mmc -t slave -q aucat:0.thru -i file.wav .Ed .Pp At this stage, |