[Csnd] [Csound Suggestion] Print Score Event's
| Date | 2019-02-06 22:54 |
| From | Pablo Zoani Heffele |
| Subject | [Csnd] [Csound Suggestion] Print Score Event's |
|
Hello Everybody, i have been thinking in developing my thesis using csound. I need a way to print some sort of "score" with the waveform of each score event, so i need each in a image format file (png, bmp, etc). Maybe all of them in the same page (A4, A3)
so the score would look like a daw in the arrangement view. This idea can be developed much further if it is of your interest.
Regards
PZH
|
| Date | 2019-02-08 20:45 |
| From | Guillermo Senna |
| Subject | Re: [Csnd] [Csound Suggestion] Print Score Event's |
Hi,
If not in realtime you could do it with sox and gnuplot. There's also
the imagesetpixel opcode, if you'd like to draw it yourself (it might be
a slow process).
On 6/2/19 19:54, Pablo Zoani Heffele wrote:
> Hello Everybody, i have been thinking in developing my thesis using csound. I need a way to print some sort of "score" with the waveform of each score event, so i need each in a image format file (png, bmp, etc). Maybe all of them in the same page (A4, A3) so the score would look like a daw in the arrangement view. This idea can be developed much further if it is of your interest.
>
> Regards
>
>
> PZH
>
>
> 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
>
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 | 2019-02-12 14:11 |
| From | Pablo Zoani Heffele |
| Subject | Re: [Csnd] [Csound Suggestion] Print Score Event's |
|
Thanks for sharing Guillermo, i will try them soon.
Is there anyway to compile each score event in a separate audio file in one shot? So i can process them in an external program.
De: Guillermo Senna
Enviado: viernes 8 de febrero 17:45
Asunto: Re: [Csnd] [Csound Suggestion] Print Score Event's
Para: csound@listserv.heanet.ie
Hi, If not in realtime you could do it with sox and gnuplot. There's also the imagesetpixel opcode, if you'd like to draw it yourself (it might be a slow process). On 6/2/19 19:54, Pablo Zoani Heffele wrote: > Hello Everybody, i have been thinking in developing
my thesis using csound. I need a way to print some sort of "score" with the waveform of each score event, so i need each in a image format file (png, bmp, etc). Maybe all of them in the same page (A4, A3) so the score would look like a daw in the arrangement
view. This idea can be developed much further if it is of your interest. > > Regards > > > PZH > > > 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 > 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 | 2019-02-12 20:16 |
| From | Michael Gogins |
| Subject | Re: [Csnd] [Csound Suggestion] Print Score Event's |
Use fout in the instr that renders the event and generate a unique filename for each event? On Wed, Feb 13, 2019, 01:11 Pablo Zoani Heffele <pablozoani@hotmail.com wrote:
|
| Date | 2019-03-03 05:17 |
| From | Pablo Zoani Heffele |
| Subject | Re: [Csnd] [Csound Suggestion] Print Score Event's |
|
Thank you Michael, it works great, nice opcode! Regards
PZH
De: Michael Gogins
Enviado: martes 12 de febrero 17:16
Asunto: Re: [Csnd] [Csound Suggestion] Print Score Event's
Para: csound@listserv.heanet.ie
Use fout in the instr that renders the event and generate a unique filename for each event?
On Wed, Feb 13, 2019, 01:11 Pablo Zoani Heffele <pablozoani@hotmail.com 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
|