Hi, I have been working on a small frontend library that sits between the mixer ioctl interface and the applications that use mixer. This library provides a way to connect to mixer hardware located in a remote system (by having the new ossmixd program running in the remote system). The library is still in hack level and not intended to be used yet.
Unfortunately the hg version doesn't compile out of box at this moment. The ossmixd application gets compiled before the libossmix library it needs. The srcconf.c program needs to be hacked so that the lib directory gets listed before cmd in Makefile. I will do this fix in couple of days. In the mean time there is a simple workaround. If make complains about missing libossmix library then execute the following commands and resume normal make: (cd lib/libossmix;make) Best regards, Hannu _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel