[Csnd] Displaying results (disfft, display)
Date | 2022-01-09 21:18 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] Displaying results (disfft, display) |
Not getting the graphics displays for,…
dispfft (asig1+asig3), .25, 2048, 0, 1
… for FFT spectral displays and
display asig1, 2, 1
… for time base stop like displays.
Used to work fine, back when I was running Mac Csound
on an earlier Mac. Can’t get it to display like it used to.
What am I overlooking???
Thank you all,
-Partev
|
Date | 2022-01-09 21:36 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Displaying results (disfft, display) |
Before I forget,….
MacBook Pro, running 10.15.7 Catalina,
2GHz quad core i5,
16 GB full load of RAM.
Thanks,
-Partev
-----Original Message-----
From: Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Sun, Jan 9, 2022 9:18 pm Subject: [Csnd] Displaying results (disfft, display) Not getting the graphics displays for,…
dispfft (asig1+asig3), .25, 2048, 0, 1
… for FFT spectral displays and
display asig1, 2, 1
… for time base stop like displays.
Used to work fine, back when I was running Mac Csound
on an earlier Mac. Can’t get it to display like it used to.
What am I overlooking???
Thank you all,
-Partev
|
Date | 2022-01-10 10:23 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] Displaying results (disfft, display) |
Hi Partev, There is probably just an option missing telling Csound where to put the graphics. If you use -g, the display will be approximated in ASCII (not very beautiful, but it will tell you that the process is working), and you can use --displays to have it displayed nicely in a separate window (although that window shows all ftables and you might need to select the right signal from a list). I seem to recall there was yet another way of displaying the graphics, but this was all I could remember at the moment :-) Øyvind søn. 9. jan. 2022 kl. 22:36 skrev Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:
|
Date | 2022-01-11 03:11 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Displaying results (disfft, display) |
There is probably just an option missing telling Csound where to put the graphics. <— Good.
Was wondering about that, nice I’m on your track on that.
If you use -g, <— Tried that,…
<CsoundSynthesizer>
<CsOptions>
-odac
-g <— … put it under the -odac.
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1
… still nothing. It all renders fine, just no display.
… the display will be approximated in ASCII (not very beautiful,
but it will tell you that the process is working), <— Yes, at this point that would be fine.
…and you can use --displays to have it displayed nicely in a separate window
(although that window shows all ftables and you might need to select the right
signal from a list). <— Showing the display in a different window is what it used
to do when I was running Mac Csound on my G4 Titanium laptop. Was beautiful
until the laptop crashed.
I do get an initiation error related to an fable,… I’ll check that out.
Thanks Øyvind,… next time you’re in LA, I owe a meal. Say hello to Josh for me,
you will probably be seeing him before I do. I owe him a meal too. :)
Cheers,
-Partev
-----Original Message-----
From: Oeyvind Brandtsegg <obrandts@GMAIL.COM> To: CSOUND@LISTSERV.HEANET.IE Sent: Mon, Jan 10, 2022 10:23 am Subject: Re: [Csnd] Displaying results (disfft, display) Hi Partev,
There is probably just an option missing telling Csound where to put the graphics.
If you use -g, the display will be approximated in ASCII (not very beautiful, but it will tell you that the process is working),
and you can use --displays to have it displayed nicely in a separate window (although that window shows all ftables and you might need to select the right signal from a list).
I seem to recall there was yet another way of displaying the graphics, but this was all I could remember at the moment :-)
Øyvind
søn. 9. jan. 2022 kl. 22:36 skrev Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:
|
Date | 2022-01-11 08:37 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) |
You need a graphical frontend to display graphics, like CsoundQT or Cabbage. In a Mac, on the command-line it's only ASCII, because there is no support for graphics.
Things have a changed a lot from the G4 time (it's about 20 years now). MacOS does not support X Windows very easily, the other solution we had was FLTK, but that is also unworkable now and
it was taken out. The terminal command is strictly non-graphic,
However, it works fine with GUI frontends (there is an example showing it in CsoundQT - Graph Widget).
|
Date | 2022-01-12 02:12 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) |
Terminal command, as in the “-g” I used???
I need to re-familiarize myself with “command line” again. Thanks.
BTW,… I still keep an eye out for typos in JAES for you and others,
whenever get my issues in the mail. Malcolm Hawksford once told me
That they hand copy and enter it, so typos are rare, but possible.
Thanks again,
-Partev
-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Tue, Jan 11, 2022 8:37 am Subject: Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) You need a graphical frontend to display graphics, like CsoundQT or Cabbage. In a Mac, on the command-line it's only ASCII, because there is no support for graphics.
Things have a changed a lot from the G4 time (it's about 20 years now). MacOS does not support X Windows very easily, the other solution we had was FLTK, but that is also unworkable now and
it was taken out. The terminal command is strictly non-graphic,
However, it works fine with GUI frontends (there is an example showing it in CsoundQT - Graph Widget).
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2022-01-19 02:01 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Displaying results (disfft, display) |
Matt Ingalls had a GUI that made it easy, back when
Mac Csound was out there. Miss that. I'll check that out.
So far nothing in ACII. Hmm,...
Thanks,
-Partev
-----Original Message-----
From: Oeyvind Brandtsegg <obrandts@GMAIL.COM> To: CSOUND@LISTSERV.HEANET.IE Sent: Mon, Jan 10, 2022 10:23 am Subject: Re: [Csnd] Displaying results (disfft, display) Hi Partev,
There is probably just an option missing telling Csound where to put the graphics.
If you use -g, the display will be approximated in ASCII (not very beautiful, but it will tell you that the process is working),
and you can use --displays to have it displayed nicely in a separate window (although that window shows all ftables and you might need to select the right signal from a list).
I seem to recall there was yet another way of displaying the graphics, but this was all I could remember at the moment :-)
Øyvind
søn. 9. jan. 2022 kl. 22:36 skrev Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:
|
Date | 2022-01-19 06:47 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display) |
CsoundQT and Cabbage are the most used graphical frontends today. They can display graphs.
Prof. Victor Lazzarini
Maynooth University
Ireland
On 19 Jan 2022, at 02:03, Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
|
Date | 2022-06-02 04:04 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display) |
Have QT, still no dispfft or time base display. Hmmm,...
![]() -PBS
-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Wed, Jan 19, 2022 6:47 am Subject: Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display)
CsoundQT and Cabbage are the most used graphical frontends today. They can display graphs.
Prof. Victor Lazzarini
Maynooth University
Ireland
On 19 Jan 2022, at 02:03, Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2022-07-03 21:29 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display) |
Do I need Csound 6.14.x to run GUI and QT 0.9.8.1 on my Mac?
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
-PBS
-----Original Message-----
From: Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Thu, Jun 2, 2022 4:04 am Subject: Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display) Have QT, still no dispfft or time base display. Hmmm,...
![]() -PBS
-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Wed, Jan 19, 2022 6:47 am Subject: Re: [Csnd] [EXTERNAL] Re: [Csnd] Displaying results (disfft, display)
CsoundQT and Cabbage are the most used graphical frontends today. They can display graphs.
Prof. Victor Lazzarini
Maynooth University
Ireland
On 19 Jan 2022, at 02:03, Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2022-07-10 22:49 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) |
Dear group and Edoardo Mogillansky,
Still can’t seem to get the FFT and time domain displays to run,… what am I not seeing?
Have “-g” in the header,…
<CsoundSynthesizer>
<CsOptions>
-odac
-g
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1
Followed the manual format in the manual example,…
dispfft 1.25*p4*asigfmo, 2, 4096, 0, 1
display 1.25*p4*asigfmo, .5, 2 Went to the http://csoundqt.github.io/release098.html page, trying to get it to display like
on that page. Nothing comes up in “Widgets” display.
Hmmm,…
-Partev
dark_star@ieee.org
-----Original Message-----
From: Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Wed, Jan 12, 2022 2:12 am Subject: Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) Terminal command, as in the “-g” I used???
I need to re-familiarize myself with “command line” again. Thanks.
Thanks again,
-Partev
-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Tue, Jan 11, 2022 8:37 am Subject: Re: [Csnd] [EXTERNAL] [Csnd] Displaying results (disfft, display) You need a graphical frontend to display graphics, like CsoundQT or Cabbage. In a Mac, on the command-line it's only ASCII, because there is no support for graphics.
Things have a changed a lot from the G4 time (it's about 20 years now). MacOS does not support X Windows very easily, the other solution we had was FLTK, but that is also unworkable now and
it was taken out. The terminal command is strictly non-graphic,
However, it works fine with GUI frontends (there is an example showing it in CsoundQT - Graph Widget).
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2022-07-10 22:52 |
From | Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Displaying results (disfft, display) |
Dear group and Edoardo Mogillansky,
Still can’t seem to get the FFT and time domain displays to run,… what am I not seeing?
Have “-g” in the header,…
<CsoundSynthesizer>
<CsOptions>
-odac
-g
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1
Followed the manual format in the manual example,…
dispfft 1.25*p4*asigfmo, 2, 4096, 0, 1
display 1.25*p4*asigfmo, .5, 2 Went to the http://csoundqt.github.io/release098.html page, trying to get it to display like
on that page. Nothing comes up in “Widgets” display.
Hmmm,…
-Partev
-----Original Message-----
From: Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE> To: CSOUND@LISTSERV.HEANET.IE Sent: Tue, Jan 11, 2022 3:11 am Subject: Re: [Csnd] Displaying results (disfft, display) There is probably just an option missing telling Csound where to put the graphics. <— Good.
Was wondering about that, nice I’m on your track on that.
If you use -g, <— Tried that,…
<CsoundSynthesizer>
<CsOptions>
-odac
-g <— … put it under the -odac.
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1
… still nothing. It all renders fine, just no display.
… the display will be approximated in ASCII (not very beautiful,
but it will tell you that the process is working), <— Yes, at this point that would be fine.
…and you can use --displays to have it displayed nicely in a separate window
(although that window shows all ftables and you might need to select the right
signal from a list). <— Showing the display in a different window is what it used
to do when I was running Mac Csound on my G4 Titanium laptop. Was beautiful
until the laptop crashed.
I do get an initiation error related to an fable,… I’ll check that out.
Thanks Øyvind,… next time you’re in LA, I owe a meal. Say hello to Josh for me,
you will probably be seeing him before I do. I owe him a meal too. :)
Cheers,
-Partev
-----Original Message-----
From: Oeyvind Brandtsegg <obrandts@GMAIL.COM> To: CSOUND@LISTSERV.HEANET.IE Sent: Mon, Jan 10, 2022 10:23 am Subject: Re: [Csnd] Displaying results (disfft, display) Hi Partev,
There is probably just an option missing telling Csound where to put the graphics.
If you use -g, the display will be approximated in ASCII (not very beautiful, but it will tell you that the process is working),
and you can use --displays to have it displayed nicely in a separate window (although that window shows all ftables and you might need to select the right signal from a list).
I seem to recall there was yet another way of displaying the graphics, but this was all I could remember at the moment :-)
Øyvind
søn. 9. jan. 2022 kl. 22:36 skrev Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:
|
Date | 2022-07-11 14:41 |
From | Tetsuya Miwa |
Subject | Re: [Csnd] Displaying results (disfft, display) |
Dear Partev, I also miss the table and FFT display in Mills Csound for Classic Mac OS… Frontend like CsoundQt and Cabbage can display table and FFT graphics. The graphic window is not opened automatically and you need to write extra code. You can check Csound Qt menu: Examples > Widgets > Graph Widget for details. The code for widgets is hidden in the edit screen of Csound Qt, but saved in csd file. The code for widgets is dependent on IDEs, so you can’t execute graphics/GUI of CsoundQT on Cabbage and vice versa. I hope this helps. Tetsuya Miwa > 2022/07/11 6:52、Partev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>のメール: > > > Dear group and Edoardo Mogillansky, > > Still can’t seem to get the FFT and time domain displays to run,… what am I not seeing? > Have “-g” in the header,… > > |
Date | 2022-07-12 00:12 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] Displaying results (disfft, display) |
It is unclear to me which example you are using within CsoundQt. But if you open Examples/CsoundQt/GraphWidget you should see different graphs displaying spectrograms, waveforms, etc. The only option which has any effect in this regard is "-d", which disables graphs altogether. The "-g" option is irrelevant in this context. cheers, Eduardo On 10.07.22 23:52, Partev Sarkissian
wrote:
|