Csound Csound-dev Csound-tekno Search About

[Csnd] Blue: table dialog displays on every render

Date2009-07-16 19:47
FromDavid Banks
Subject[Csnd] Blue: table dialog displays on every render
Hi csounders,

I've just started using blue (amazing program, by the way).
One problem, though, is that every time I render a piece in realtime,
the csound FLTK dialog listing all my defined tables pops up.  It
doesn't go away after the render, either - just stays there until I
click quit.
When using straight Csound, I normally suppress this with the "-d"
switch.  So I had the idea of adding "-d" to the File > Program
Options > Realtime Render > Advanced Settings text box.
Unfortunately this didn't work - the dialog still appears, and running
"ps" during a render shows that csound is not being given the "-d"
argument anyway.

Does anyone know how I can suppress this display?  Also, why aren't
the arguments in Advanced Settings being passed to the rendering
subprocess?

Blue 0.125.0, Csound 5.08 (double), Linux (Debian).

Cheers,
-- 
David Banks  

Date2009-07-16 20:01
FromMichael Bechard
Subject[Csnd] Re: Blue: table dialog displays on every render
I've kinda noticed this problem as well. Realtime render seems to ignore the Advanced Options in the dialog box you just described, but it does use the Advanced Options under the Project Properties tab.



----- Original Message ----
From: David Banks 
To: csound@lists.bath.ac.uk
Sent: Thursday, July 16, 2009 1:47:00 PM
Subject: [Csnd] Blue: table dialog displays on every render

Hi csounders,

I've just started using blue (amazing program, by the way).
One problem, though, is that every time I render a piece in realtime,
the csound FLTK dialog listing all my defined tables pops up.  It
doesn't go away after the render, either - just stays there until I
click quit.
When using straight Csound, I normally suppress this with the "-d"
switch.  So I had the idea of adding "-d" to the File > Program
Options > Realtime Render > Advanced Settings text box.
Unfortunately this didn't work - the dialog still appears, and running
"ps" during a render shows that csound is not being given the "-d"
argument anyway.

Does anyone know how I can suppress this display?  Also, why aren't
the arguments in Advanced Settings being passed to the rendering
subprocess?

Blue 0.125.0, Csound 5.08 (double), Linux (Debian).

Cheers,
-- 
David Banks  


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



      

Date2009-07-16 20:41
FromSteven Yi
Subject[Csnd] Re: Re: Blue: table dialog displays on every render
Hm... I think the way it is implemented, the settings there for
Advanced Options get used as defaults for the Project's Advanced
Options when you create a new project, as opposed to getting used
automatically.  I'd try putting -d in the project's properties tab as
mentioned by Michael.  Another option is to update your .csoundrc file
and add -d there.

steven

On Thu, Jul 16, 2009 at 12:01 PM, Michael Bechard wrote:
>
> I've kinda noticed this problem as well. Realtime render seems to ignore the Advanced Options in the dialog box you just described, but it does use the Advanced Options under the Project Properties tab.
>
>
>
> ----- Original Message ----
> From: David Banks 
> To: csound@lists.bath.ac.uk
> Sent: Thursday, July 16, 2009 1:47:00 PM
> Subject: [Csnd] Blue: table dialog displays on every render
>
> Hi csounders,
>
> I've just started using blue (amazing program, by the way).
> One problem, though, is that every time I render a piece in realtime,
> the csound FLTK dialog listing all my defined tables pops up.  It
> doesn't go away after the render, either - just stays there until I
> click quit.
> When using straight Csound, I normally suppress this with the "-d"
> switch.  So I had the idea of adding "-d" to the File > Program
> Options > Realtime Render > Advanced Settings text box.
> Unfortunately this didn't work - the dialog still appears, and running
> "ps" during a render shows that csound is not being given the "-d"
> argument anyway.
>
> Does anyone know how I can suppress this display?  Also, why aren't
> the arguments in Advanced Settings being passed to the rendering
> subprocess?
>
> Blue 0.125.0, Csound 5.08 (double), Linux (Debian).
>
> Cheers,
> --
> David Banks  
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2009-07-16 21:20
FromDavid Banks
Subject[Csnd] Re: Re: Re: Blue: table dialog displays on every render
Thanks Steven and Michael - problem solved.  :)

Cheers,
-- 
David Banks  

Date2009-07-16 22:04
FromJason Timm
Subject[Csnd] Re: Re: Re: Re: Blue: table dialog displays on every render
Since we're already talking about Blue(awesome!), I've been wondering why k rate fltk controllers in Synth Builder instruments don't update when rendering in real time.

Jason


On Thu, Jul 16, 2009 at 4:20 PM, David Banks <amoebae@gmail.com> wrote:
Thanks Steven and Michael - problem solved.  :)

Cheers,
--
David Banks  <amoebae@gmail.com>


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


Date2009-07-16 23:12
FromSteven Yi
Subject[Csnd] Re: Re: Re: Re: Re: Blue: table dialog displays on every render
Hi Jason,

They do but you need to enable using the Csound API.  There's
information about it here:

http://www.csounds.com/stevenyi/blue/usermanual/html/installingCsound.html

plus probably some info on it in the bluemusic-users mailing list
(http://sourceforge.net/mailarchive/forum.php?forum_id=32083).

If you have problems setting this up, we can continue the conversation
on the blue mailing list or email me offlist as this is more
blue-related than Csound.

Cheers!
steven

On Thu, Jul 16, 2009 at 2:04 PM, Jason Timm wrote:
> Since we're already talking about Blue(awesome!), I've been wondering why k
> rate fltk controllers in Synth Builder instruments don't update when
> rendering in real time.
> Jason
>
> On Thu, Jul 16, 2009 at 4:20 PM, David Banks  wrote:
>>
>> Thanks Steven and Michael - problem solved.  :)
>>
>> Cheers,
>> --
>> David Banks  
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>


Date2009-07-17 00:51
FromJason Timm
Subject[Csnd] Re: Re: Re: Re: Re: Re: Blue: table dialog displays on every render
Thanks Steven,

Will do.
J

On Jul 16, 2009, at 6:12 PM, Steven Yi wrote:

> Hi Jason,
>
> They do but you need to enable using the Csound API.  There's
> information about it here:
>
> http://www.csounds.com/stevenyi/blue/usermanual/html/installingCsound.html
>
> plus probably some info on it in the bluemusic-users mailing list
> (http://sourceforge.net/mailarchive/forum.php?forum_id=32083).
>
> If you have problems setting this up, we can continue the conversation
> on the blue mailing list or email me offlist as this is more
> blue-related than Csound.
>
> Cheers!
> steven
>
> On Thu, Jul 16, 2009 at 2:04 PM, Jason Timm  
> wrote:
>> Since we're already talking about Blue(awesome!), I've been  
>> wondering why k
>> rate fltk controllers in Synth Builder instruments don't update when
>> rendering in real time.
>> Jason
>>
>> On Thu, Jul 16, 2009 at 4:20 PM, David Banks   
>> wrote:
>>>
>>> Thanks Steven and Michael - problem solved.  :)
>>>
>>> Cheers,
>>> --
>>> David Banks  
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>
>>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"