1envy24control(1) envy24control(1)
2
3
4
6 envy24control - GUI control tool for Envy24 (ice1712) based soundcards,
7 under ALSA.
8
9
11 envy24control [-c card-number] [-D control-name] [-o 0-num DACs max 8]
12 [-i 0-num ADCs max 8] [-p 0-8] [-s 0-2] [-f <profiles file name>] [-v]
13 [<profile number>|<profile name>] [-m midi-channel] [-M] [-w win‐
14 dow-width] [-t 0-9]
15
16
18 envy24control allows control of the digital mixer, channel gains and
19 other hardware settings for sound cards based on the ice1712 chipset
20 (Midiman Delta series, Terratec EWS and EWX series). It also displays a
21 level meter for each input and output channel.
22
23
25 envy24control [-c card-number] [-D control-name] [-o 0-num DACs max 8]
26 [-i 0-num ADCs max 8] [-p 0-8] [-s 0-2] [-f <profiles file name>] [-v]
27 [<profile number>|<profile name>] [-m midi-channel] [-M] [-w win‐
28 dow-width] [-t 0-9]
29
30 If no control-name is given, then the first sound card is used.
31
32
33 Options
34 -c card-number
35 Use the card specified by card-number rather than the first
36 card. This is equivalent with -Dhw:n option where n is the card
37 number.
38
39 -D control-name
40 Use the card specified by control-name rather than the first
41 card, normally this will be of the form hw:n where n is the
42 sound card number (zero-based). This is only needed if you have
43 more than one Envy24-based card or if your Envy24 card is not
44 configured as the first card in your ALSA driver setup.
45
46 -o outputs
47 Limit number of analog line outputs to display. Default is the
48 number of DACs in the driver specification. Maximum is 8. The
49 number of analog output lines can only be reduced from the
50 available number of output lines.
51
52 -i inputs
53 Limit number of analog line inputs to display. Default is the
54 number of ADCs in the driver specification. Maximum is 8. The
55 number of analog input lines can only be reduced from the avail‐
56 able number of input lines.
57
58 -p pcm outputs
59 Limit number of PCM outputs to display. Default is 8.
60
61 -s spdif inputs/outputs
62 Limit number of SPDIF inputs/outputs to display. Default is 2.
63
64 -f name and path of the profiles file name.
65 From/to this file will envy24control read/write the alsactl set‐
66 tings. If is not given DEFAULT_PROFILERC or for restore if
67 DEFAULT_PROFILERC doesn't exists SYS_PROFILERC will be used.
68
69 -v view spdif playback channels in the mixer.
70 It is not possible to manage something (muting, volume levels).
71 It is only to view the levelmeters. Default is no view of spdif
72 playback channels in the mixer.
73
74 -m midi-channel
75 Use MIDI controller values to control the Faders in the mixer
76 view. The application will react to controllers on channel
77 midi-channel and send controllers on this channel when the user
78 moves the GUI sliders.
79
80 -M Use an enhanced mapping from midi controller values to db slid‐
81 ers.
82
83 -w window-width
84 Specify the initial width of the envy24control window. Using
85 window-width in the range 0-20 specifies approx number of mixer
86 channels visible. Values >20 are interpreted as screen pixels.
87
88 -t tall-equal mixer heights
89 Using -t 1 enlarges the channel mixers to the same height as the
90 digital mixer. With values >1 the height of all mixers is
91 increased in stages. -t 0 is the default, set for minimum win‐
92 dow height.
93
95 alsamixer(1), amixer(1), gamix(1)
96
97
99 envy24control is by Jaroslav Kysela <perex@perex.cz> This document is
100 by James Tappin <james@xena.uklinux.net>. Updated by Dirk Kalis
101 <dirk.kalis@t-online.de>. Options-w and -t added Alan Horstmann
102 <gineera@aspect135.co.uk>
103
104
105
106 30 July 2005 envy24control(1)