Hey Stephane et al.,
thanks a lot for you nice answer!
> It is certainly an interesting idea to [...] My
> feeling it that it would be a desirable goal.
Well, thats an answer I like :)
> > 3.) I guess, there is a very minor bug in the lines 236, 237 of
> > libjack/driver.c, svn revision 2734: The type castings should be
> > switched.
>
> A patch is always better.
Uhh, you are right, of course. I'm sorry:
Index: libjack/driver.c
===================================================================
--- libjack/driver.c (revision 2734)
+++ libjack/driver.c (working copy)
@@ -241,8 +241,8 @@
driver->attach = (JackDriverAttachFunction) jack_driver_nt_attach;
driver->detach = (JackDriverDetachFunction) jack_driver_nt_detach;
driver->bufsize = (JackDriverBufSizeFunction) jack_driver_nt_bufsize;
- driver->stop = (JackDriverStartFunction) jack_driver_nt_stop;
- driver->start = (JackDriverStopFunction) jack_driver_nt_start;
+ driver->start = (JackDriverStartFunction) jack_driver_nt_start;
+ driver->stop = (JackDriverStopFunction) jack_driver_nt_stop;
driver->nt_bufsize = (JackDriverNTBufSizeFunction) dummy_bufsize;
driver->nt_start = (JackDriverNTStartFunction) dummy_start;
Cya,
micu
--
GnuPG:
https://www1.inf.tu-dresden.de/~s3418892/micuintus.ascFingerprint: 1A15 A480 1F8B 07F6 9D12 3426 CEFE 7455 E4CB 4E80
<<</>>
https://wiki.c3d2.de/Benutzer:Micuintushttps://wiki.vorratsdatenspeicherung.de/Benutzer:Micuintus_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org