[Csnd] CsoundQt Crashing
Date | 2014-09-26 01:36 |
From | fisherking111 |
Subject | [Csnd] CsoundQt Crashing |
Hello, I'm relatively new to Csound, I've been learning more about Supercollider, ChucK and PD over the past couple of years and am making my way through the Csound tutorials (Floss mainly). Problem is... CsoundQT keeps crashing on me! It's been doing this for a year, and is very annoying. I tried updating to the latest build, and it is still very unreliable. It mainly crashes when I try to run a program (which may sometimes work, other times cause a crash, with identical code and settings), or when I hit stop and end a program. I'm running it on OS X 10.9.2 I'm running CsoundQT Version 0.8.2, and I also tried the new 0.8.3 If there's any beginner mistake I am overlooking which may be causing these crashes, I would appreciate any help! Thanks! -- View this message in context: http://csound.1045644.n5.nabble.com/CsoundQt-Crashing-tp5737672.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-26 12:49 |
From | joachim heintz |
Subject | Re: [Csnd] CsoundQt Crashing |
hi - my guess is that this has to do with the audio configuration. what did you choose in configure > run > rt audio? (perhaps you can send a screen shot of the whole tab.) for analyzing the problem, it would of course be best if you had a csd which *always* crashes. perhaps you can find one. best - joachim Am 26.09.2014 um 02:36 schrieb fisherking111: > Hello, > > I'm relatively new to Csound, I've been learning more about Supercollider, > ChucK and PD over the past couple of years and am making my way through the > Csound tutorials (Floss mainly). > > Problem is... CsoundQT keeps crashing on me! It's been doing this for a > year, and is very annoying. I tried updating to the latest build, and it is > still very unreliable. > > It mainly crashes when I try to run a program (which may sometimes work, > other times cause a crash, with identical code and settings), or when I hit > stop and end a program. > > I'm running it on OS X 10.9.2 > > I'm running CsoundQT Version 0.8.2, and I also tried the new 0.8.3 > > If there's any beginner mistake I am overlooking which may be causing these > crashes, I would appreciate any help! > > Thanks! > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/CsoundQt-Crashing-tp5737672.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > > > |
Date | 2014-09-26 17:27 |
From | forrest curo |
Subject | Re: [Csnd] CsoundQt Crashing |
My own csoundqt crashes seem to be related to things like fights with other software over the dac ... and with trying to connect to an OSC port that another program was sending on. The common element: a conflict over access to some system resource, which csoundqt evidently doesn't back out of gracefully.On Fri, Sep 26, 2014 at 4:49 AM, joachim heintz <jh@joachimheintz.de> wrote: hi - |
Date | 2014-09-28 17:35 |
From | David Mooney |
Subject | Re: [Csnd] CsoundQt Crashing |
My experience is similar and it does seem to be the dac, under the run tab in options. What works for me is to change the dac when first starting QT, then it is generally stable after that. David MooneyOn Thu, Sep 25, 2014 at 8:36 PM, fisherking111 <anotherone123456789@yahoo.com> wrote: Hello, -- Opaque Melodies http://opaquemelodies.com |
Date | 2014-09-28 20:04 | ||
From | "Ken" | ||
Subject | RE: [Csnd] CsoundQt Crashing | ||
I too am experiencing crashes on Windows 7. I can’t get a single render to run, it just hangs and I have to close the app. If I choose “Run In Term” it works fine for some reason. I’ve tried every dac setting to no avail. Looks like an awesome piece of front end for Csound though… From: David Mooney [mailto:dmooney023@gmail.com]
My experience is similar and it does seem to be the dac, under the run tab in options. What works for me is to change the dac when first starting QT, then it is generally stable after that. David Mooney
On Thu, Sep 25, 2014 at 8:36 PM, fisherking111 <anotherone123456789@yahoo.com> wrote:
|
Date | 2014-09-29 07:51 |
From | fisherking111 |
Subject | [Csnd] Re: CsoundQt Crashing |
Thank you for the feedback friends. I was running Ableton Live simultaneously, and listening to music via Cog. I closed Live and stopped playback in Cog, but CsoundQT still crashes on me, sporadically... Here's a screenshot of my current "Run" settings: http://pho.to/7KDNs/qy Please let me know if you think there is something I'm doing wrong! You can also see my current, very simple patch in the screen shot, but it seems to crash regardless of the patch, and sample rate I run at. You can also, incidentally, see the settings of my audio interface in the screen shot. Thanks! Im' gonna keep trying until I figure this out... any more advice or observations are very welcome! -- View this message in context: http://csound.1045644.n5.nabble.com/CsoundQt-Crashing-tp5737672p5737718.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-29 21:32 |
From | joachim heintz |
Subject | Re: [Csnd] Re: CsoundQt Crashing |
hi - stopping the other applications sounds like a good idea to see what's the problem. in addition, please try this: 1) set your driver as default in osx system, and then choose "adc" (instead of "adc3" as input device and "dac" (instead of "dac4") as output device. 2) uncheck "use multicore" and see if this helps. 3) try Buffer Size (-b) 512 and HW Buffer Size (-B) 2048. 4) your Realtime MIDI options look suspicious. uncheck "Use Csound MIDI modules (unstable)". if possible, try if csoundqt runs ok without MIDI. so, at least some ideas. please let us know if something helps. joachim Am 29.09.2014 um 08:51 schrieb fisherking111: > Thank you for the feedback friends. > > I was running Ableton Live simultaneously, and listening to music via Cog. > I closed Live and stopped playback in Cog, but CsoundQT still crashes on me, > sporadically... > > Here's a screenshot of my current "Run" settings: > > http://pho.to/7KDNs/qy > > Please let me know if you think there is something I'm doing wrong! > > You can also see my current, very simple patch in the screen shot, but it > seems to crash regardless of the patch, and sample rate I run at. You can > also, incidentally, see the settings of my audio interface in the screen > shot. > > > Thanks! Im' gonna keep trying until I figure this out... any more advice or > observations are very welcome! > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/CsoundQt-Crashing-tp5737672p5737718.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > > > |
Date | 2014-09-29 21:46 |
From | Edward Costello |
Subject | Re: [Csnd] CsoundQt Crashing |
I seem to remember that using the CoreAudio driver rather than the Portaudio one was more stable when using CsoundQt before. I would try using that one. As far as I know Portaudio is just an interface to the Coreaudio driver anyway so adding that layer of abstraction could cause some instability if there was some incompatibility happening with the Portaudio code. > On 29 Sep 2014, at 22:32, joachim heintz |