$Id: FAQ,v 1.5 2003/09/19 13:01:06 andete Exp $

Q: Why do you emulate only one channel of an audio chip?
A: Because the LADSPA host can load the plugin multiple times to get polyphony.

Q: Did you write all the audio code?
A: No, I only wrapped it and made it available for LADSPA.
   See the head of the indidual device's *Instance.cc file for more information.

Q: Where does the name "lemux" come from?
A: It's derived from

L   -    LADSPA: the plugin API it uses
EMU - emulation: the plugins emulate (part off) existing hardware
X   - (open)MSX: the project that sparked the author with the idea of this program
                 and provider of code for audio devices

