[Csnd] Qutecsound display widget bug
Date | 2010-07-20 22:50 |
From | Christopher Saunders |
Subject | [Csnd] Qutecsound display widget bug |
using Qutecsound 0.5.0
I was having some trouble with the display widget, When I run this simple csd file and try to view the display of klin, I get the the program slowing down, graphical distortions in the display widget, long periods of the multicolored pinwheel, along with general bugginess until I select "ftable 1:" in the display widget. <CsoundSynthesizer> <CsOptions> </CsOptions> <CsInstruments> sr = 44100 ksmps = 128 nchnls = 2 0dbfs = 320000 instr 293 ;;;;;;;;;;;;;;;;;;;;;;; linen kamplinen = 300000 irise = 1 idur = 2 idec = 3 ;;;;;;;;;;;;;;;;;;;;;;;; linen ;;;;;;;;;;;;;;;;;;;;;;;;; oscil kcps = 440 ;;;;;;;;;;;;;;;;;;;;;;;;; oscil klin linen kamplinen, irise, idur, idec aosc oscil klin, kcps, 1 outs aosc,aosc display klin , 6 endin </CsInstruments> <CsScore> f 1 0 1024 10 1 i 293 0 9 e </CsScore> </CsoundSynthesizer> |
Date | 2010-07-21 08:52 |
From | Andres Cabrera |
Subject | [Csnd] Re: Qutecsound display widget bug |
Hi, It seems this has been fixed in the latest version. Can you try version 0.6.0 beta to see if it works for you? What platform are you on? http://sourceforge.net/projects/qutecsound/files/ Cheers, Andrés On Tue, Jul 20, 2010 at 10:50 PM, Christopher Saunders |
Date | 2010-07-23 10:48 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Re: Qutecsound display widget bug |
Hi Andrés, I just tried version 0.6.0 on OS X 10.5.8 and it seems that the 'Graph' widget is not working (for instance try the example 'Waveform Mix' in the synth menu). Thanks Peiman On 21 Jul 2010, at 08:52, Andres Cabrera wrote: > Hi, > > It seems this has been fixed in the latest version. Can you try > version 0.6.0 beta to see if it works for you? What platform are you > on? > > http://sourceforge.net/projects/qutecsound/files/ > > Cheers, > Andrés > > On Tue, Jul 20, 2010 at 10:50 PM, Christopher Saunders > |
Date | 2010-07-25 08:16 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Qutecsound display widget bug |
Hi, Thanks, the graph widget is in fact broken in the release, and has been fixed in svn. There is still an issue I'm looking into with pvsdisp, which may fix the display bug mentioned. Cheers, andrés On Fri, Jul 23, 2010 at 10:48 AM, Peiman Khosravi |
Date | 2010-07-25 09:53 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Re: Re: Re: Qutecsound display widget bug |
Thanks very much Andrés. Peiman On 25 Jul 2010, at 08:16, Andres Cabrera wrote: > Hi, > > Thanks, the graph widget is in fact broken in the release, and has > been fixed in svn. There is still an issue I'm looking into with > pvsdisp, which may fix the display bug mentioned. > > Cheers, > andrés > > On Fri, Jul 23, 2010 at 10:48 AM, Peiman Khosravi > |