Csound Csound-dev Csound-tekno Search About

[Csnd] pvsdisp on WinXP

Date2010-05-22 22:34
FromChuckk Hubbard
Subject[Csnd] pvsdisp on WinXP
Using the manual example for pvsdisp, I get no display. I can run the
example for FLPanel and the panel comes up, so FLTK is working, but I get
nothing for pvsdisp, even with the -g flag. There's no error or any sign of
anything being wrong, it just doesn't show me anything. Anyone else get
this?
Using 5.11 on WinXP.

-Chuckk

Date2010-05-24 12:04
FromAndres Cabrera
Subject[Csnd] Re: pvsdisp on WinXP
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés

On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés

Date2010-05-24 12:18
FromVictor Lazzarini
Subject[Csnd] Re: Re: pvsdisp on WinXP
Strange this, because pvsdisp uses similar code to dispfft  in displaying its data on graphs. Why does it not work then?

Victor 
On 24 May 2010, at 12:04, Andres Cabrera wrote:

Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés

On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés


Date2010-05-24 12:20
FromChuckk Hubbard
Subject[Csnd] Re: Re: pvsdisp on WinXP
Attachmentspvsdisp.csd  
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk


On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com

Date2010-05-24 12:22
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: pvsdisp on WinXP
Yes, that's exactly the reason... QuteCsound "steals" output from these opcodes to present it on the Graph Widgets.

Cheers,
Andrés

On Mon, May 24, 2010 at 12:18 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Strange this, because pvsdisp uses similar code to dispfft  in displaying its data on graphs. Why does it not work then?

Victor 

On 24 May 2010, at 12:04, Andres Cabrera wrote:

Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés

On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés




--


Andrés

Date2010-05-24 12:23
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: pvsdisp on WinXP
Oh! If you get no display from the command line, and you're not using QuteCsound, then there might be something wrong... Are you sure you don't have a flag like -d set on .csounrc or something like that?

Cheers,
Andrés

On Mon, May 24, 2010 at 12:20 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk



On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--


Andrés

Date2010-05-24 12:35
FromChuckk Hubbard
Subject[Csnd] Re: Re: Re: Re: pvsdisp on WinXP
Same behavior with or without -d on the command line; and the FLPanel example works with or without that flag.
Incidentally, dispfft doesn't give anything either.
-Chuckk

On Mon, May 24, 2010 at 2:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Oh! If you get no display from the command line, and you're not using QuteCsound, then there might be something wrong... Are you sure you don't have a flag like -d set on .csounrc or something like that?

Cheers,
Andrés


On Mon, May 24, 2010 at 12:20 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk



On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com

Date2010-05-24 12:45
FromChuckk Hubbard
Subject[Csnd] Re: Re: Re: Re: pvsdisp on WinXP
Who knew? Andres knew. My .csoundrc, by default, had -d in it. I never even knew it was there. Now I see the graphs! Thanks.

-Chuckk

On Mon, May 24, 2010 at 2:35 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Same behavior with or without -d on the command line; and the FLPanel example works with or without that flag.
Incidentally, dispfft doesn't give anything either.
-Chuckk


On Mon, May 24, 2010 at 2:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Oh! If you get no display from the command line, and you're not using QuteCsound, then there might be something wrong... Are you sure you don't have a flag like -d set on .csounrc or something like that?

Cheers,
Andrés


On Mon, May 24, 2010 at 12:20 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk



On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com

Date2010-05-24 13:02
FromChuckk Hubbard
Subject[Csnd] Re: Re: Re: Re: pvsdisp on WinXP
Maybe I spoke too soon. It worked about 5 times. Now I get the display of all the ftables, but if I click the dropdown box to choose the display graphs, they're not on the list. Nothing in the text output gives any indication of an error.

-Chuckk

On Mon, May 24, 2010 at 2:45 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Who knew? Andres knew. My .csoundrc, by default, had -d in it. I never even knew it was there. Now I see the graphs! Thanks.

-Chuckk


On Mon, May 24, 2010 at 2:35 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Same behavior with or without -d on the command line; and the FLPanel example works with or without that flag.
Incidentally, dispfft doesn't give anything either.
-Chuckk


On Mon, May 24, 2010 at 2:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Oh! If you get no display from the command line, and you're not using QuteCsound, then there might be something wrong... Are you sure you don't have a flag like -d set on .csounrc or something like that?

Cheers,
Andrés


On Mon, May 24, 2010 at 12:20 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk



On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com

Date2010-05-24 13:11
FromChuckk Hubbard
Subject[Csnd] Re: Re: Re: Re: pvsdisp on WinXP
Once again, nevermind.
-Chuckk

On Mon, May 24, 2010 at 3:02 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Maybe I spoke too soon. It worked about 5 times. Now I get the display of all the ftables, but if I click the dropdown box to choose the display graphs, they're not on the list. Nothing in the text output gives any indication of an error.

-Chuckk


On Mon, May 24, 2010 at 2:45 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Who knew? Andres knew. My .csoundrc, by default, had -d in it. I never even knew it was there. Now I see the graphs! Thanks.

-Chuckk


On Mon, May 24, 2010 at 2:35 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Same behavior with or without -d on the command line; and the FLPanel example works with or without that flag.
Incidentally, dispfft doesn't give anything either.
-Chuckk


On Mon, May 24, 2010 at 2:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Oh! If you get no display from the command line, and you're not using QuteCsound, then there might be something wrong... Are you sure you don't have a flag like -d set on .csounrc or something like that?

Cheers,
Andrés


On Mon, May 24, 2010 at 12:20 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
I haven't trued QuteCsound before, and can't seem to get it to accept my audio input or display a graph.
Here's the CSD file I'm using; it runs from the terminal with the csound command, but no display.
In the end my hope is to be able to run pvsdisp from the Python API.

-Chuckk



On Mon, May 24, 2010 at 2:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

I've just tried in QuteCsound, and it won't show the graph unless you run it in the terminal, instead of using the api. I think I've disabled fltk graphs internally in QuteCsound, but I'm not sure if this is still the case, but this may be the cause.
In QuteCsound you have a better option for this, which is create a graph widget and use dispfft, which gives you better control over update frequency and in the next release will allow zooming in and out.

Cheers,
Andrés


On Sat, May 22, 2010 at 10:34 PM, Chuckk Hubbard <badmuthahubbard@gmail.com> wrote:
Using the manual example for pvsdisp, I get no display. I can run the example for FLPanel and the panel comes up, so FLTK is working, but I get nothing for pvsdisp, even with the -g flag. There's no error or any sign of anything being wrong, it just doesn't show me anything. Anyone else get this?
Using 5.11 on WinXP.

-Chuckk

--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--


Andrés



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com



--
http://www.badmuthahubbard.com