[Csnd] PVS: outputting every Nth bin
Date | 2018-11-01 19:55 |
From | "Jeanette C." |
Subject | [Csnd] PVS: outputting every Nth bin |
Hey hey, isn't there one of the PVS opcodes which can extract every Nth bin of a PV stream? It would be easy enough to implement through something like pvsmaska or others opcodes, but I had th feeling tht there was a ready-made solution for that. Best wishes and thanks, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * SoundCloud: https://soundcloud.com/jeanette_c * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * GitHub: https://github.com/jeanette-c * Twitter: https://twitter.com/jeanette_c_s What's practical is logical. What the hell, who cares? All I know is I'm so happy when you're dancing there. <3 (Britney Spears) 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 | 2018-11-01 23:22 |
From | Victor Lazzarini |
Subject | Re: [Csnd] PVS: outputting every Nth bin |
This?
https://csound.com/docs/manual/pvsbin.html
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2018-11-01 23:44 |
From | "Jeanette C." |
Subject | Re: [Csnd] PVS: outputting every Nth bin |
Hi Victor, Nov 2 2018, Victor Lazzarini has written: > This? > > https://csound.com/docs/manual/pvsbin.html ... No, more like the ibinincr parameter in pvadd https://csound.com/docs/manual/pvadd.html only use every Nth bin, directly in one fsig. But I probably was thinking of pvadd. So I'll write a UDO or something similar. Shouldn't be difficult at all. Thanks and best wishes, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * SoundCloud: https://soundcloud.com/jeanette_c * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * GitHub: https://github.com/jeanette-c * Twitter: https://twitter.com/jeanette_c_s What's practical is logical. What the hell, who cares? All I know is I'm so happy when you're dancing there. <3 (Britney Spears) 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 | 2018-11-02 10:03 |
From | Richard Dobson |
Subject | Re: [Csnd] PVS: outputting every Nth bin |
There is also pvsadsyn (one of the initial ones I wrote for the fsig framework), which supports the same ibinincr option as pvadd. As the documentation explains, pvsadsyn is/was 'experimental' (avoids interpiolating frequencies), but given you are already doing 'experimental' things with fsig frames, maybe that won't matter so much :-). It is of course likely to be slower than standard resynthesis, so YMMV with respect to realtime performance. Richard Dobson On 01/11/2018 23:44, Jeanette C. wrote: > Hi Victor, > Nov 2 2018, Victor Lazzarini has written: > >> This? >> >> https://csound.com/docs/manual/pvsbin.html > ... > No, more like the ibinincr parameter in pvadd > https://csound.com/docs/manual/pvadd.html > only use every Nth bin, directly in one fsig. But I probably was > thinking of pvadd. So I'll write a UDO or something similar. Shouldn't > be difficult at all. > > Thanks and best wishes, > > Jeanette > 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 | 2018-11-02 10:20 |
From | "Jeanette C." |
Subject | Re: [Csnd] PVS: outputting every Nth bin |
Nov 2 2018, Richard Dobson has written: > There is also pvsadsyn (one of the initial ones I wrote for the fsig > framework), which supports the same ibinincr option as pvadd. ... Thank you Richard, that will do very well! I'm not worried about realtime, I'm happy to work off-line. Best wishes, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * SoundCloud: https://soundcloud.com/jeanette_c * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * GitHub: https://github.com/jeanette-c * Twitter: https://twitter.com/jeanette_c_s There must be another way Cause I believe in taking chances But who am I to say - What a girl is to do <3 (Britney Spears) 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 |