Qutecsound widget panel

View: New views
5 Messages — Rating Filter:   Alert me  

Qutecsound widget panel

by Djack :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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é





Re: Qutecsound widget panel

by Andres Cabrera :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Rene,

On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.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@... with body "unsubscribe csound"



--


Andrés


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

Re: Re: Qutecsound widget panel

by Djack :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...>
Hi Rene,

On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.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@... with body "unsubscribe csound"



--


Andrés


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


Re: Re: Re: Qutecsound widget panel

by Andres Cabrera :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...> 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@...>
>>
>> Hi Rene,
>>
>> On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.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@... with body "unsubscribe
>> > csound"
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@... with body "unsubscribe
>> csound"
>



--


Andrés


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

Re: Re: Re: Re: Qutecsound widget panel

by Djack :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Its perfect!
Thanks a lot
René


2009/10/27 Andres Cabrera <mantaraya36@...>
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@...> 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@...>
>>
>> Hi Rene,
>>
>> On Mon, Oct 26, 2009 at 11:07 PM, Djack <Rene.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@... with body "unsubscribe
>> > csound"
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@... with body "unsubscribe
>> csound"
>



--


Andrés


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