Here lie...

Two command line PERL script utilizing the Control module:

dermixd-control for direct control and executing scripts of dermixd commands

dermixd-player, a simple player script reading (absolute) file names from stdin and playing them gaplessly in a dermixd with standard setup (2 input channels available)

Both Perl programs need the Config::Param Perl library installed and also access to the Perl modules provided with DerMixD.


You can use the control script as

dermixd-control <dermixd command>

or

dermixd-control < file

to execute all dermixd commands in the text file (comments starting with #) or just call

dermixd-control

and use it in kindof shell-like interactive mode (no fancy stuff like command history, though).

For more info and options call

dermixd-control -h


Note: I spend too much time on DerMixD to keep up with the frontends... I still need to add real scripting to DerMixd::Fader, for example.

Another note: I am actually revisiting the frontend stuff in my ThOrMA toolset... in future, there will be a more usable set of frontend scripts.
 
