Re: [Cs-dev] More csound5 reports
Date | 2005-01-22 21:24 |
From | "gogins@pipeline.com" |
Subject | Re: [Cs-dev] More csound5 reports |
According to the code, it should be being called. Original Message: ----------------- From: Istvan Varga istvan_v@mailbox.hu Date: Sat, 22 Jan 2005 20:53:58 +0100 To: csound-devel@lists.sourceforge.net Subject: Re: [Cs-dev] More csound5 reports Iain Duncan wrote: > Bad news is that it really isn't as performance solid as the Varga build > of 4.23.24 For whatever reason, it seems like the --sched option isn't > really doing much. Is set_rt_priority() actually called in csound5 ? If you run csound with --sched but without -d and -odac/-odevaudio then it should print an error message; if that does not happen, the function is probably not called. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-devel -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-01-22 21:59 |
From | Istvan Varga |
Subject | Re: [Cs-dev] More csound5 reports |
gogins@pipeline.com wrote: > According to the code, it should be being called. I'll try to build csound5 now; it seems to compile so far, although FLTK was not found for some reason, despite the fact that I do have it installed: rpm -qa | grep fltk fltk-1.1.4-82.1 fltk-devel-1.1.4-82.1 Well, the compile finished. Typing su -c './csound --sched oscbnk.{orc,sco}' prints the error message as it should. Now trying su -c './csound --sched -d -o dac -n oscbnk.{orc,sco}' works, and hangs the system until the compile is finished (that is the correct behavior), so my tests so far show that --sched is functional. There may be more complex problems related to threading if FLTK is used (could not test it - see above); perhaps not all threads run with the high priority. It is also possible that the skips in the audio were caused in some way by PortAudio, or the blocking I/O wrapper code. I did notice strange problems with the audio files written (including the case of not writing any data at all) though, so sound I/O in csound5 probably still needs to be improved. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |