]> git.tuebingen.mpg.de Git - paraslash.git/commit
Convert para_fade to subcommands, rename it to para_mixer.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 27 Dec 2016 21:19:03 +0000 (22:19 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit7031f4e380b429e9c0eea1b8e5484dabdbb12ae5
treece98b88dd969ec84c3191a52308bc724f18de311
parentdd7675ad75d88dfebaf56cb0cab2f6c3171d5c85
Convert para_fade to subcommands, rename it to para_mixer.

para_fade operates in one of several modes, but the command line
options are shared. So most of the options are ignored for any
particular mode.  With lopsub we can do better and define one
subcommand per mode so that options which are only relevant to one
subcommand can be made local to that subcommand.

With subcommands the syntax of the command changes, which breaks
existing scripts. So it seems to be prudent to rename the executable
from para_fade to para_mixer. The old name was a bit misleading anyway
since the command can do much more than just fade the volume.
Makefile.in
Makefile.real
configure.ac
fade.c [deleted file]
m4/lls/fade.suite.m4 [deleted file]
m4/lls/mixer.suite.m4 [new file with mode: 0644]
mix.h
mixer.c [new file with mode: 0644]
t/test-lib.sh
web/documentation.in.html
web/manual.md