From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris Ison" Date: Fri, 25 Feb 2005 22:09:41 +0000 Subject: multiple sound drivers Message-Id: <004601c51b86$b443d880$0901a8c0@wildcode> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org I want to be able to have 2 or more midi drivers on the system, is this possable? Example, I want a hardware midi driver and a software midi driver. Also, in relation to the software midi driver, is it possable to access other drivers from a driver, example, I want to output audio from the software midi driver. If this is possable, is it done the same was as a normal program, and if not what steps would I need to achieve this. Note: "Not possable" will not be accepted as a definite answer, if it can be done in Windows, it shore as hell should be able to happen in linux.