Pitch correction in Csound, anyone tried it?
Date | 2015-05-07 21:01 |
From | "F. Silvain" |
Subject | Pitch correction in Csound, anyone tried it? |
Hey hey everyone, I searched for this online, but didn't find examples. Has anyone coded something like autotune in Csound with reasonable results? Having thought about my own implementation, I found, that the major effort in my concept was the logic to find the closest desireable note. Ta-ta ---- Ffanci * Homepage: https://freeshell.de/~silvain * Twitter: http://twitter.com/ffanci_silvain * GitHub: https://github.com/fsilvain ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-05-07 21:05 |
From | Paul Batchelor |
Subject | Re: Pitch correction in Csound, anyone tried it? |
Attachments | None None |
It's definitely been done in Csound before, but I've never used them. The examples might be somewhere in the Csound catalogue? I'll have to go find them... On Thu, May 7, 2015 at 4:01 PM, F. Silvain <silvain@freeshell.de> wrote: Hey hey everyone, |
Date | 2015-05-07 21:16 |
From | Victor Lazzarini |
Subject | Re: Pitch correction in Csound, anyone tried it? |
Attachments | None None |
I have some code. I will post when I get to the computer Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2015-05-07 22:59 |
From | Rory Walsh |
Subject | Re: Pitch correction in Csound, anyone tried it? |
Attachments | None None |
The best Csound example can probably found in this app: On 7 May 2015 21:21, "Victor Lazzarini" <Victor.Lazzarini@nuim.ie> wrote:
|
Date | 2015-05-08 09:26 |
From | Oeyvind Brandtsegg |
Subject | Re: Pitch correction in Csound, anyone tried it? |
oh, nice! did you participate in this? would be nice to see the csd too :-) 2015-05-07 23:59 GMT+02:00 Rory Walsh |
Date | 2015-05-08 09:50 |
From | Rory Walsh |
Subject | Re: Pitch correction in Csound, anyone tried it? |
No, Brian Carty of binaural opcodes fame did. He didn't seem to mind sharing the csd the last I talked to him, but as you know yourself, it's quite a bit of work turning out csd's for public consumption! Even if they do work perfectly as is. On 8 May 2015 at 09:26, Oeyvind Brandtsegg |
Date | 2015-05-08 09:56 |
From | Victor Lazzarini |
Subject | Re: Pitch correction in Csound, anyone tried it? |
Attachments | autotune-harmoniser-ex.csd None None |
Here’s the example, attached. It does the “autotune”, as well as harmonisation and timescaling, keeping formants, with a CsoundQT control panel. You need to supply a soundfile. It is designed to work with voices. ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 7 May 2015, at 21:16, Victor Lazzarini |
Date | 2015-05-08 11:46 |
From | "F. Silvain" |
Subject | Re: Pitch correction in Csound, anyone tried it? |
Hey all, thank you very kuch for your responses and Victor thank you for the clear example. I've already skimmed through it and found it highly instructive. Ta-ta ---- Ffanci * Homepage: https://freeshell.de/~silvain * Twitter: http://twitter.com/ffanci_silvain * GitHub: https://github.com/fsilvain ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-05-08 11:56 |
From | Victor Lazzarini |
Subject | Re: Pitch correction in Csound, anyone tried it? |
I also should say that the re-tuning part is a modification of an original idea by Brian Carty (which probably also ended up in his app). ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 8 May 2015, at 11:46, F. Silvain |