Csound Csound-dev Csound-tekno Search About

[Csnd] Qutecsound widget panel

Date2009-10-26 23:07
FromDjack
Subject[Csnd] Qutecsound widget panel

Hello List,

I am running qutecsound from cvs dated 25Oct2009 with Ubuntu 9.04.
I have two (new) problems, see  the example  Button_widget.csd included in
QC.

First,
when i click on a button with event type i have the following message in
console:

   insert_score_event(): insufficient p-fields
   WARNING: could not create score event

and instrument is not activated 

Second, (with csound running or not)
When i open the above csd i have (on my system) a widget panel with grey
background color
and a some label windows with light blue background color.
When i click on the grey background, all the light blue label windows
disappear !

If i click at the position of a lost label window, this one displays
again...

This problem is quite troublesome because sometime its occurs also when i
touch a button or a slider. 

Hope new release will come soon...

Best,
René





-- 
View this message in context: http://www.nabble.com/Qutecsound-widget-panel-tp26069386p26069386.html
Sent from the Csound - General mailing list archive at Nabble.com.



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-27 08:52
FromAndres Cabrera
Subject[Csnd] Re: Qutecsound widget panel
Hi Rene,

On Mon, Oct 26, 2009 at 11:07 PM, Djack  wrote:
>
>
> Hello List,
>
> I am running qutecsound from cvs dated 25Oct2009 with Ubuntu 9.04.
> I have two (new) problems, see  the example  Button_widget.csd included in
> QC.
>
> First,
> when i click on a button with event type i have the following message in
> console:
>
>   insert_score_event(): insufficient p-fields
>   WARNING: could not create score event
>
> and instrument is not activated
>

Update svn, this was a small regression that has been fixed.

> Second, (with csound running or not)
> When i open the above csd i have (on my system) a widget panel with grey
> background color
> and a some label windows with light blue background color.
> When i click on the grey background, all the light blue label windows
> disappear !
>

This is happening to me as well. I'm on Ubuntu also, and this seems
not to happen on other platforms. I've just worked on it, and it has
improved but has not been totally corrected. Not sure how to get rid
of it completely. For the moment, since you are building from svn you
can fix it by removing lines 124 and 125 from widgetpanel.cpp:

  setScrollBarsActive(true);
  setScrollBarsActive(false);

This will leave you without scrollbars, but the problem should be
gone. If you can figure out what's wrong, let me know....

Cheers,
Andrés


>
> Best,
> René
>
>
>
>
>
> --
> View this message in context: http://www.nabble.com/Qutecsound-widget-panel-tp26069386p26069386.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-27 18:26
FromRene Djack
Subject[Csnd] Re: Re: Qutecsound widget panel
Hi Andrés,

Many thanks for your fast reply, my two last problems have gone away.

But this last version seems to have big changes on CPU load.

When i run Button_Widget.csd with QC-0.4.3 i have around 10% CPU load,
and when i run the same csd with QC-svn-2009.01.27 i have around 85% CPU load!

May be it is time for me to change my old P4 computer....o)))

Cheers,
René





2009/10/27 Andres Cabrera <mantaraya36@gmail.com>
Hi Rene,

On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.Djack@gmail.com> wrote:
>
>
> Hello List,
>
> I am running qutecsound from cvs dated 25Oct2009 with Ubuntu 9.04.
> I have two (new) problems, see  the example  Button_widget.csd included in
> QC.
>
> First,
> when i click on a button with event type i have the following message in
> console:
>
>   insert_score_event(): insufficient p-fields
>   WARNING: could not create score event
>
> and instrument is not activated
>

Update svn, this was a small regression that has been fixed.

> Second, (with csound running or not)
> When i open the above csd i have (on my system) a widget panel with grey
> background color
> and a some label windows with light blue background color.
> When i click on the grey background, all the light blue label windows
> disappear !
>

This is happening to me as well. I'm on Ubuntu also, and this seems
not to happen on other platforms. I've just worked on it, and it has
improved but has not been totally corrected. Not sure how to get rid
of it completely. For the moment, since you are building from svn you
can fix it by removing lines 124 and 125 from widgetpanel.cpp:

 setScrollBarsActive(true);
 setScrollBarsActive(false);

This will leave you without scrollbars, but the problem should be
gone. If you can figure out what's wrong, let me know....

Cheers,
Andrés


>
> Best,
> René
>
>
>
>
>
> --
> View this message in context: http://www.nabble.com/Qutecsound-widget-panel-tp26069386p26069386.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



--


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-10-27 21:45
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Qutecsound widget panel
Hi,

My bad... Fixed in svn. Performance should be back to normal.

Cheers,
Andrés

On Tue, Oct 27, 2009 at 6:26 PM, Rene Djack  wrote:
> Hi Andrés,
>
> Many thanks for your fast reply, my two last problems have gone away.
>
> But this last version seems to have big changes on CPU load.
>
> When i run Button_Widget.csd with QC-0.4.3 i have around 10% CPU load,
> and when i run the same csd with QC-svn-2009.01.27 i have around 85% CPU
> load!
>
> May be it is time for me to change my old P4 computer....o)))
>
> Cheers,
> René
>
>
>
>
>
> 2009/10/27 Andres Cabrera 
>>
>> Hi Rene,
>>
>> On Mon, Oct 26, 2009 at 11:07 PM, Djack  wrote:
>> >
>> >
>> > Hello List,
>> >
>> > I am running qutecsound from cvs dated 25Oct2009 with Ubuntu 9.04.
>> > I have two (new) problems, see  the example  Button_widget.csd included
>> > in
>> > QC.
>> >
>> > First,
>> > when i click on a button with event type i have the following message in
>> > console:
>> >
>> >   insert_score_event(): insufficient p-fields
>> >   WARNING: could not create score event
>> >
>> > and instrument is not activated
>> >
>>
>> Update svn, this was a small regression that has been fixed.
>>
>> > Second, (with csound running or not)
>> > When i open the above csd i have (on my system) a widget panel with grey
>> > background color
>> > and a some label windows with light blue background color.
>> > When i click on the grey background, all the light blue label windows
>> > disappear !
>> >
>>
>> This is happening to me as well. I'm on Ubuntu also, and this seems
>> not to happen on other platforms. I've just worked on it, and it has
>> improved but has not been totally corrected. Not sure how to get rid
>> of it completely. For the moment, since you are building from svn you
>> can fix it by removing lines 124 and 125 from widgetpanel.cpp:
>>
>>  setScrollBarsActive(true);
>>  setScrollBarsActive(false);
>>
>> This will leave you without scrollbars, but the problem should be
>> gone. If you can figure out what's wrong, let me know....
>>
>> Cheers,
>> Andrés
>>
>>
>> >
>> > Best,
>> > René
>> >
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://www.nabble.com/Qutecsound-widget-panel-tp26069386p26069386.html
>> > Sent from the Csound - General mailing list archive at Nabble.com.
>> >
>> >
>> >
>> > Send bugs reports to this list.
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-28 11:02
FromRene Djack
Subject[Csnd] Re: Re: Re: Re: Qutecsound widget panel
Its perfect!
Thanks a lot
René


2009/10/27 Andres Cabrera <mantaraya36@gmail.com>
Hi,

My bad... Fixed in svn. Performance should be back to normal.

Cheers,
Andrés

On Tue, Oct 27, 2009 at 6:26 PM, Rene Djack <rene.djack@gmail.com> wrote:
> Hi Andrés,
>
> Many thanks for your fast reply, my two last problems have gone away.
>
> But this last version seems to have big changes on CPU load.
>
> When i run Button_Widget.csd with QC-0.4.3 i have around 10% CPU load,
> and when i run the same csd with QC-svn-2009.01.27 i have around 85% CPU
> load!
>
> May be it is time for me to change my old P4 computer....o)))
>
> Cheers,
> René
>
>
>
>
>
> 2009/10/27 Andres Cabrera <mantaraya36@gmail.com>
>>
>> Hi Rene,
>>
>> On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.Djack@gmail.com> wrote:
>> >
>> >
>> > Hello List,
>> >
>> > I am running qutecsound from cvs dated 25Oct2009 with Ubuntu 9.04.
>> > I have two (new) problems, see  the example  Button_widget.csd included
>> > in
>> > QC.
>> >
>> > First,
>> > when i click on a button with event type i have the following message in
>> > console:
>> >
>> >   insert_score_event(): insufficient p-fields
>> >   WARNING: could not create score event
>> >
>> > and instrument is not activated
>> >
>>
>> Update svn, this was a small regression that has been fixed.
>>
>> > Second, (with csound running or not)
>> > When i open the above csd i have (on my system) a widget panel with grey
>> > background color
>> > and a some label windows with light blue background color.
>> > When i click on the grey background, all the light blue label windows
>> > disappear !
>> >
>>
>> This is happening to me as well. I'm on Ubuntu also, and this seems
>> not to happen on other platforms. I've just worked on it, and it has
>> improved but has not been totally corrected. Not sure how to get rid
>> of it completely. For the moment, since you are building from svn you
>> can fix it by removing lines 124 and 125 from widgetpanel.cpp:
>>
>>  setScrollBarsActive(true);
>>  setScrollBarsActive(false);
>>
>> This will leave you without scrollbars, but the problem should be
>> gone. If you can figure out what's wrong, let me know....
>>
>> Cheers,
>> Andrés
>>
>>
>> >
>> > Best,
>> > René
>> >
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://www.nabble.com/Qutecsound-widget-panel-tp26069386p26069386.html
>> > Sent from the Csound - General mailing list archive at Nabble.com.
>> >
>> >
>> >
>> > Send bugs reports to this list.
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>



--


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"