Blame envy24control/envy24control.1

Packit 427e91
.TH "envy24control" "1" "30 July 2005" "" ""
Packit 427e91
.SH "NAME"
Packit 427e91
envy24control \- GUI control tool for Envy24 (ice1712) based
Packit 427e91
soundcards, under ALSA.
Packit 427e91
Packit 427e91
.SH "SYNOPSIS"
Packit 427e91
\fBenvy24control\fP [\fI\-c\fP card\-number] [\fI\-D\fP control\-name] [\fI\-o\fP 0\-num DACs max 8] [\fI\-i\fP 0\-num ADCs max 8] [\fI\-p\fP 0\-8] [\fI\-s\fP 0\-2] [\fI\-f\fP <profiles file name>] [\fI\-v\fP] [<profile number>|<profile name>] [\fI\-m\fP midi\-channel] [\fI\-M\fP] [\fI\-w\fP window\-width] [\fI\-t\fP 0\-9]
Packit 427e91
Packit 427e91
.SH "DESCRIPTION"
Packit 427e91
\fBenvy24control\fP allows control of the digital mixer, channel gains
Packit 427e91
and other hardware settings for sound cards based on the ice1712
Packit 427e91
chipset (Midiman Delta series, Terratec EWS and EWX series). It also
Packit 427e91
displays a level meter for each input and output channel.
Packit 427e91
Packit 427e91
.SH "INVOKING"
Packit 427e91
\fBenvy24control\fP [\fI\-c\fP card\-number] [\fI\-D\fP control\-name] [\fI\-o\fP 0\-num DACs max 8] [\fI\-i\fP 0\-num ADCs max 8] [\fI\-p\fP 0\-8] [\fI\-s\fP 0\-2] [\fI\-f\fP <profiles file name>] [\fI\-v\fP] [<profile number>|<profile name>] [\fI\-m\fP midi\-channel] [\fI\-M\fP] [\fI\-w\fP window\-width] [\fI\-t\fP 0\-9]
Packit 427e91
.TP 
Packit 427e91
If no control\-name is given, then the first sound card is used.
Packit 427e91
Packit 427e91
.SS Options
Packit 427e91
.TP 
Packit 427e91
\fI\-c\fP card\-number
Packit 427e91
Use the card specified by card\-number rather than the first card.
Packit 427e91
This is equivalent with \fI\-Dhw:n\fP option where \fIn\fP is the card number.
Packit 427e91
.TP 
Packit 427e91
\fI\-D\fP control\-name
Packit 427e91
Use the card specified by control\-name rather than the first card,
Packit 427e91
normally this will be of the form hw:\fIn\fP where \fIn\fP is the sound
Packit 427e91
card number (zero\-based). This is only needed if you have more than one
Packit 427e91
Envy24\-based card or if your Envy24 card is not configured as the first
Packit 427e91
card in your ALSA driver setup.
Packit 427e91
.TP 
Packit 427e91
\fI\-o\fP outputs
Packit 427e91
Limit number of analog line outputs to display.  Default is the number of
Packit 427e91
DACs in the driver specification. Maximum is 8.
Packit 427e91
The number of analog output lines can only be reduced from the available
Packit 427e91
number of output lines.
Packit 427e91
.TP 
Packit 427e91
\fI\-i\fP inputs
Packit 427e91
Limit number of analog line inputs to display.  Default is the number of
Packit 427e91
ADCs in the driver specification. Maximum is 8.
Packit 427e91
The number of analog input lines can only be reduced from the available
Packit 427e91
number of input lines.
Packit 427e91
.TP 
Packit 427e91
\fI\-p\fP pcm outputs
Packit 427e91
Limit number of PCM outputs to display.  Default is 8.
Packit 427e91
.TP 
Packit 427e91
\fI\-s\fP spdif inputs/outputs
Packit 427e91
Limit number of SPDIF inputs/outputs to display.  Default is 2.
Packit 427e91
.TP 
Packit 427e91
\fI\-f\fP name and path of the profiles file name.
Packit 427e91
From/to this file will envy24control read/write the alsactl settings.
Packit 427e91
If is not given DEFAULT_PROFILERC or for restore if DEFAULT_PROFILERC
Packit 427e91
doesn't exists SYS_PROFILERC will be used.
Packit 427e91
.TP 
Packit 427e91
\fI\-v\fP view spdif playback channels in the mixer.
Packit 427e91
It is not possible to manage something (muting, volume levels).
Packit 427e91
It is only to view the levelmeters.
Packit 427e91
Default is no view of spdif playback channels in the mixer.
Packit 427e91
.TP 
Packit 427e91
\fI\-m\fP midi\-channel
Packit 427e91
Use MIDI controller values to control the Faders in the mixer view.
Packit 427e91
The application will react to controllers on channel midi\-channel and
Packit 427e91
send controllers on this channel when the user moves the GUI sliders.
Packit 427e91
.TP 
Packit 427e91
\fI\-M\fP
Packit 427e91
Use an enhanced mapping from midi controller values to db sliders.
Packit 427e91
.TP
Packit 427e91
\fI\-w\fP window\-width
Packit 427e91
Specify the initial width of the envy24control window.
Packit 427e91
Using window\-width in the range 0\-20 specifies approx number of mixer channels visible.
Packit 427e91
Values >20 are interpreted as screen pixels.
Packit 427e91
.TP
Packit 427e91
\fI\-t\fP tall\-equal mixer heights
Packit 427e91
Using \fI\-t\fP 1 enlarges the channel mixers to the same height as the digital mixer.
Packit 427e91
With values >1 the height of all mixers is increased in stages.
Packit 427e91
\fI\-t\fP 0 is the default, set for minimum window height.
Packit 427e91
.SH "SEE ALSO"
Packit 427e91
\fB
Packit 427e91
alsamixer(1),
Packit 427e91
amixer(1),
Packit 427e91
gamix(1)
Packit 427e91
\fP
Packit 427e91
Packit 427e91
.SH "AUTHOR"
Packit 427e91
\fBenvy24control\fP is  by Jaroslav Kysela <perex@perex.cz>
Packit 427e91
This document is by James Tappin <james@xena.uklinux.net>.
Packit 427e91
Updated by Dirk Kalis <dirk.kalis@t\-online.de>.
Packit 427e91
Options\fI\-w\ and \fI\-t\fP added Alan Horstmann <gineera@aspect135.co.uk>