Csound Csound-dev Csound-tekno Search About

[Csnd] event for 'f' statement: example?

Date2018-10-19 00:23
FromMarcelo Carneiro de Lima
Subject[Csnd] event for 'f' statement: example?
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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

Date2018-10-19 04:50
FromTarmo Johannes
SubjectRe: [Csnd] event for 'f' statement: example?
Did you try opcode scoreline?
T

R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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

Date2018-10-19 10:33
FromRory Walsh
SubjectRe: [Csnd] event for 'f' statement: example?
event_i "f", 1, 0, 1024, 10, 1

On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Did you try opcode scoreline?
T

R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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
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

Date2018-10-19 13:24
FromSteven Yi
SubjectRe: [Csnd] event for 'f' statement: example?
Could also use ftgen instead.

On Fri, Oct 19, 2018, 05:34 Rory Walsh <rorywalsh@ear.ie> wrote:
event_i "f", 1, 0, 1024, 10, 1

On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Did you try opcode scoreline?
T

R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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
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

Date2018-10-19 21:57
FromMarcelo Carneiro de Lima
SubjectRe: [Csnd] event for 'f' statement: example?
Thank you all. I didn’t try scoreline, should it help?
Thanks
Bests
Marcelo 

Em sex, 19 de out de 2018 às 09:25, Steven Yi <stevenyi@gmail.com> escreveu:
Could also use ftgen instead.

On Fri, Oct 19, 2018, 05:34 Rory Walsh <rorywalsh@ear.ie> wrote:
event_i "f", 1, 0, 1024, 10, 1

On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Did you try opcode scoreline?
T

R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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
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
--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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

Date2018-10-20 21:40
FromMarcelo Carneiro de Lima
SubjectRe: [Csnd] event for 'f' statement: example?
Actually what I want to do is to take a global audio variable (gaSig, for instance) "carrying" an audio synthesized in a previous instrument (at the same csd file) and use it as a GEN01's filcod for another instrument to be then read by sndwarpst (third instrument?). Since sndwarpst works with GEN01, and GEN01 reads an audio file already written in the hard drive, I am almost sure that this is not possible. The idea is to create a chain of audio transformations beginning with the audio synthesis or re-synthesis itself, atribute a global variable for it, and then make it goes through a lot of processes (like in a DAW plugin chain) in different instruments at the same csd file, including time-stretching through sndwarpst. Since I don't know any other time-stretching methods besides sndwarp/sndwarpst in Csound, I was wondering if it would be possible to accomplish this task with this method.
Is it? Any ideas?
Bests
Marcelo

Em sex, 19 de out de 2018 às 17:57, Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> escreveu:
Thank you all. I didn’t try scoreline, should it help?
Thanks
Bests
Marcelo 

Em sex, 19 de out de 2018 às 09:25, Steven Yi <stevenyi@gmail.com> escreveu:
Could also use ftgen instead.

On Fri, Oct 19, 2018, 05:34 Rory Walsh <rorywalsh@ear.ie> wrote:
event_i "f", 1, 0, 1024, 10, 1

On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Did you try opcode scoreline?
T

R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
Hi, can anyone give me an example on how to use event opcode to generate an  statement? 
I wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function table that will be used by a sndwarpst opcode instance. In other words, I am addressing the audio I have synthesized as a global variable to another instrument using GEN01 for it to be performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo

--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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
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
--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193


--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
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

Date2018-10-20 22:32
Fromjpff
SubjectRe: [Csnd] event for 'f' statement: example?
sndwarpst requiresa stored sample in a table but there s no reason to use 
gen901 -- and way of creatng a table is OK.  So yu could look at any 
opcode hat populates an f-able


On Sat, 20 Oct 2018, Marcelo Carneiro de Lima wrote:

> Actually what I want to do is to take a global audio variable (gaSig, for instance) "carrying" an audio synthesized in a
> previous instrument (at the same csd file) and use it as a GEN01's filcod for another instrument to be then read by sndwarpst
> (third instrument?). Since sndwarpst works with GEN01, and GEN01 reads an audio file already written in the hard drive, I am
> almost sure that this is not possible. The idea is to create a chain of audio transformations beginning with the audio synthesis
> or re-synthesis itself, atribute a global variable for it, and then make it goes through a lot of processes (like in a DAW
> plugin chain) in different instruments at the same csd file, including time-stretching through sndwarpst. Since I don't know any
> other time-stretching methods besides sndwarp/sndwarpst in Csound, I was wondering if it would be possible to accomplish this
> task with this method.Is it? Any ideas?
> Bests
> Marcelo
> 
> Em sex, 19 de out de 2018 às 17:57, Marcelo Carneiro de Lima  escreveu:
>       Thank you all. I didn’t try scoreline, should it help?
> Thanks
> Bests
> Marcelo 
> 
> Em sex, 19 de out de 2018 às 09:25, Steven Yi  escreveu:
>       Could also use ftgen instead.
> 
> On Fri, Oct 19, 2018, 05:34 Rory Walsh  wrote:
>       event_i "f", 1, 0, 1024, 10, 1
> 
> On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes  wrote:
>       Did you try opcode scoreline?T
> 
> R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima  kirjutas:
>       Hi, can anyone give me an example on how to use event opcode to generate an f  statement? I
>       wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function
>       table that will be used by a sndwarpst opcode instance. In other words, I am addressing the
>       audio I have synthesized as a global variable to another instrument using GEN01 for it to be
>       performed/processed/transformed in a different way (second way). 
> Is it possible?
> Thanks
> Marcelo
> 
> --
> Marcelo Carneiro
> (21) 9382-3621
> (21) 3497-0193
> Skype: Carneiro3729
> http://marceloarcos2.wixsite.com/marcelocarneiro
> 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
> 
> 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
> 
> --
> Marcelo Carneiro
> (21) 9382-3621
> (21) 3497-0193
> Skype: Carneiro3729
> http://marceloarcos2.wixsite.com/marcelocarneiro
> 
> 
> 
> --
> Marcelo Carneiro
> (21) 9382-3621
> (21) 3497-0193
> Skype: Carneiro3729
> http://marceloarcos2.wixsite.com/marcelocarneiro
> 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

Date2018-10-20 23:02
FromVictor Lazzarini
SubjectRe: [Csnd] event for 'f' statement: example?
It's a common thing to do to write to
a function table then use it somewhere
else

tablew, tablewa are opcodesthat can write to an ftable.

See example 05G4 from the floss manual


Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 20 Oct 2018, at 22:33, jpff <jpff@CODEMIST.CO.UK> wrote:

sndwarpst requiresa stored sample in a table but there s no reason to use gen901 -- and way of creatng a table is OK.  So yu could look at any opcode hat populates an f-able


On Sat, 20 Oct 2018, Marcelo Carneiro de Lima wrote:

Actually what I want to do is to take a global audio variable (gaSig, for instance) "carrying" an audio synthesized in a
previous instrument (at the same csd file) and use it as a GEN01's filcod for another instrument to be then read by sndwarpst
(third instrument?). Since sndwarpst works with GEN01, and GEN01 reads an audio file already written in the hard drive, I am
almost sure that this is not possible. The idea is to create a chain of audio transformations beginning with the audio synthesis
or re-synthesis itself, atribute a global variable for it, and then make it goes through a lot of processes (like in a DAW
plugin chain) in different instruments at the same csd file, including time-stretching through sndwarpst. Since I don't know any
other time-stretching methods besides sndwarp/sndwarpst in Csound, I was wondering if it would be possible to accomplish this
task with this method.Is it? Any ideas?
Bests
Marcelo
Em sex, 19 de out de 2018 às 17:57, Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> escreveu:
     Thank you all. I didn’t try scoreline, should it help?
Thanks
Bests
Marcelo 
Em sex, 19 de out de 2018 às 09:25, Steven Yi <stevenyi@gmail.com> escreveu:
     Could also use ftgen instead.
On Fri, Oct 19, 2018, 05:34 Rory Walsh <rorywalsh@ear.ie> wrote:
     event_i "f", 1, 0, 1024, 10, 1
On Fri, 19 Oct 2018 at 04:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
     Did you try opcode scoreline?T
R, 19. oktoober 2018 02:24 Marcelo Carneiro de Lima <marcelo.arcos2@gmail.com> kirjutas:
     Hi, can anyone give me an example on how to use event opcode to generate an f  statement? I
     wanna re-synthesize an audio file using hetro\adysin and then send it globally to a function
     table that will be used by a sndwarpst opcode instance. In other words, I am addressing the
     audio I have synthesized as a global variable to another instrument using GEN01 for it to be
     performed/processed/transformed in a different way (second way). 
Is it possible?
Thanks
Marcelo
--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
Skype: Carneiro3729
http://marceloarcos2.wixsite.com/marcelocarneiro
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
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
--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
Skype: Carneiro3729
http://marceloarcos2.wixsite.com/marcelocarneiro
--
Marcelo Carneiro
(21) 9382-3621
(21) 3497-0193
Skype: Carneiro3729
http://marceloarcos2.wixsite.com/marcelocarneiro
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