[linux-audio-dev] Fwd: Opinions on running VST or DirectX pluginson Linux in real time
Eric Pouech
eric.pouech at wanadoo.fr
Fri Oct 25 15:13:01 UTC 2002
> Just to jump on this one point :-)... How does Windows handle hot plugging of
> multiple USB audio/midi devices? Could not creation/deletion of jack ports
> do something similar (even if that meant, "unplug old jack device with n
> ports", "replug new jack device with n+/-m ports"... that's nasty...)
that would be doable, but it'll require quite some work:
- have some kind of watchdog thread to get the jack port
creation/deletion (or
maybe it exists thru callback)
- implement device insertion/removal (at wine level)
- allow hot plug of multimedia device
which can turn in a several man.month project by itself
A+
More information about the Linux-audio-dev
mailing list