|
a/samplescripts/Analog-Input |
|
b/samplescripts/Analog-Input |
|
... |
|
... |
34 |
#
|
34 |
#
|
35 |
# If a file named prescript-SourceName exists in the same directory,
|
35 |
# If a file named prescript-SourceName exists in the same directory,
|
36 |
# it must be executable, and we try to execute it before
|
36 |
# it must be executable, and we try to execute it before
|
37 |
# activating. We renounce if it fails. This is meant for mixer
|
37 |
# activating. We renounce if it fails. This is meant for mixer
|
38 |
# commands to set up the device.
|
38 |
# commands to set up the device.
|
|
|
39 |
# ! With upmpdcli release 1.1.0, the prescript MUST NOT write to
|
|
|
40 |
# stdout. redirect its output to stderr or /dev/null. The current
|
|
|
41 |
# version of Analog-Input has corrected this constraint (by reading
|
|
|
42 |
# an discarding the output).
|
39 |
#
|
43 |
#
|
40 |
# If a file named postcript-SourceName exists in the same directory,
|
44 |
# If a file named postcript-SourceName exists in the same directory,
|
41 |
# it must be executable, and we try to execute it before terminating
|
45 |
# it must be executable, and we try to execute it before terminating
|
42 |
# This is meant for mixer commands to reset the device.
|
46 |
# This is meant for mixer commands to reset the device.
|
43 |
#
|
47 |
#
|