alsa-tools/rmedigicontrol
Diego 'Flameeyes' Pettenò 56970e8143 Fix building of alsa-tools when using the --as-needed linker option.
Please note that LDFLAGS is the _wrong_ variable to pass libraries
with, automake tells you to use _LDADD for binaries and _LIBADD for
libraries, while autoconf wants them in the LIBS variable.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-13 13:13:53 +01:00
..
AUTHORS Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00
CHANGELOG Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00
configure.in Support both GTK+1.2 and GTK+2.x 2006-03-29 11:33:02 +00:00
configure.in-gtk1 Support both GTK+1.2 and GTK+2.x 2006-03-29 11:33:02 +00:00
configure.in-gtk2 support the compilation with gtk2. 2004-02-26 17:56:12 +00:00
COPYING Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00
cvscompile Fix exec permission of cvscompile and add .hgignore 2006-04-07 18:17:19 +02:00
gitcompile rmedigicontrol/gitcompile fixed typo 2008-08-19 19:24:35 +02:00
level.c Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00
loopback.c Fix interface type of mixer controls 2004-11-29 15:10:34 +00:00
Makefile.am Fix building of alsa-tools when using the --as-needed linker option. 2008-11-13 13:13:53 +01:00
NEWS Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00
README hgcompile -> gitcompile changes (include README files) 2008-06-03 10:39:28 +02:00
rmedigicontrol.c Fix error of rmedigicontrol with recent driver change 2005-06-21 12:50:57 +00:00
rmedigicontrol.h Added rmedigicontrol utility for rme96 and rme32 cards (requiring gtk) 2003-07-02 10:22:21 +00:00

			      RMEDIGICONTROL
			      ==============


ABOUT:
------

Rmedigicontrol is a control tool for RME Digi32 and RME Digi96 soundcards. 
It depends on ALSA and GTK+ and offers a graphical frontend for all your 
switches.



REQUIRED:
---------        

- a soundcard that works with the rme32/rme96 driver:

	- RME Digi32
	- RME Digi32 Pro
	- RME Digi32/8
	- RME Digi96
	- RME Digi96/8
	- RME Digi96/8 PRO
	- RME Digi96/8 PAD
	- RME Digi96/8 PST
	- Sek'd Prodif 32
	- Sek'd Prodif 96
	- Sek'd Prodif Gold

- ALSA 0.9.x

- GTK+ 



INSTALL:
--------

	./gitcompile
or
	./configure

If you use GTK+-1.2, pass --with-gtk2=no.

	make install



USAGE:
------

You can start rmedigicontrol with the command:

	rmedigicontrol



Enjoy It!