Csound Csound-dev Csound-tekno Search About

[Csnd] sustained note from guitar

Date2018-08-01 09:23
FromFrancesco Porta
Subject[Csnd] sustained note from guitar
Hi All,
i'm trying to make a sustained note from a guitar in input.
What i would like to do is a really long note with attack removed to obtain
something like a continuos sound without much amplitude variation.

I tried somethings with flooper, mincer, ecc. but i'm not giving a good result.

Have You some hint or idea to share?

Thanks,
ciao,
francesco.

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-08-01 14:16
FromRory Walsh
SubjectRe: [Csnd] sustained note from guitar
Have you tried using pvsfreeze? I did something like this quite some time although I've long since lost the code. I checked for spikes in amplitude in the incoming signal, and used these to trigger a spectral freeze. Note I was writing a very short loop to a table for playback as I don't think the pvs opcodes were even available then. If I was doing it now I would use pvsfreeze. My simple experiment worked ok for very slow melodies. It sounded quite a mess with quick notes.

On 1 August 2018 at 10:23, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hi All,
i'm trying to make a sustained note from a guitar in input.
What i would like to do is a really long note with attack removed to obtain
something like a continuos sound without much amplitude variation.

I tried somethings with flooper, mincer, ecc. but i'm not giving a good result.

Have You some hint or idea to share?

Thanks,
ciao,
francesco.

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-08-01 14:58
FromVictor Lazzarini
SubjectRe: [Csnd] sustained note from guitar
Pvsbuffer write/read can also be used if a single-frame freeze is not what you want.

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

On 1 Aug 2018, at 14:17, Rory Walsh <rorywalsh@EAR.IE> wrote:

Have you tried using pvsfreeze? I did something like this quite some time although I've long since lost the code. I checked for spikes in amplitude in the incoming signal, and used these to trigger a spectral freeze. Note I was writing a very short loop to a table for playback as I don't think the pvs opcodes were even available then. If I was doing it now I would use pvsfreeze. My simple experiment worked ok for very slow melodies. It sounded quite a mess with quick notes.

On 1 August 2018 at 10:23, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hi All,
i'm trying to make a sustained note from a guitar in input.
What i would like to do is a really long note with attack removed to obtain
something like a continuos sound without much amplitude variation.

I tried somethings with flooper, mincer, ecc. but i'm not giving a good result.

Have You some hint or idea to share?

Thanks,
ciao,
francesco.

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-08-01 18:09
FromJustin Smith
SubjectRe: [Csnd] sustained note from guitar
yeah, I've had good luck with capturing N pvs frames, and using a noisey LFO or a random walk to navigate back and forth across those frames, giving a natural feeling of the sound evolving over time semi-unpredictably like a real note rather than a mechanical sounding freeze

On Wed, Aug 1, 2018 at 6:58 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Pvsbuffer write/read can also be used if a single-frame freeze is not what you want.


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

On 1 Aug 2018, at 14:17, Rory Walsh <rorywalsh@EAR.IE> wrote:

Have you tried using pvsfreeze? I did something like this quite some time although I've long since lost the code. I checked for spikes in amplitude in the incoming signal, and used these to trigger a spectral freeze. Note I was writing a very short loop to a table for playback as I don't think the pvs opcodes were even available then. If I was doing it now I would use pvsfreeze. My simple experiment worked ok for very slow melodies. It sounded quite a mess with quick notes.

On 1 August 2018 at 10:23, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hi All,
i'm trying to make a sustained note from a guitar in input.
What i would like to do is a really long note with attack removed to obtain
something like a continuos sound without much amplitude variation.

I tried somethings with flooper, mincer, ecc. but i'm not giving a good result.

Have You some hint or idea to share?

Thanks,
ciao,
francesco.

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-08-01 18:19
FromVictor Lazzarini
SubjectRe: [Csnd] sustained note from guitar
sounds great that

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

On 1 Aug 2018, at 18:09, Justin Smith <noisesmith@GMAIL.COM> wrote:

yeah, I've had good luck with capturing N pvs frames, and using a noisey LFO or a random walk to navigate back and forth across those frames, giving a natural feeling of the sound evolving over time semi-unpredictably like a real note rather than a mechanical sounding freeze

On Wed, Aug 1, 2018 at 6:58 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Pvsbuffer write/read can also be used if a single-frame freeze is not what you want.


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

On 1 Aug 2018, at 14:17, Rory Walsh <rorywalsh@EAR.IE> wrote:

Have you tried using pvsfreeze? I did something like this quite some time although I've long since lost the code. I checked for spikes in amplitude in the incoming signal, and used these to trigger a spectral freeze. Note I was writing a very short loop to a table for playback as I don't think the pvs opcodes were even available then. If I was doing it now I would use pvsfreeze. My simple experiment worked ok for very slow melodies. It sounded quite a mess with quick notes.

On 1 August 2018 at 10:23, Francesco Porta <francescoarmandoporta@gmail.com> wrote:
Hi All,
i'm trying to make a sustained note from a guitar in input.
What i would like to do is a really long note with attack removed to obtain
something like a continuos sound without much amplitude variation.

I tried somethings with flooper, mincer, ecc. but i'm not giving a good result.

Have You some hint or idea to share?

Thanks,
ciao,
francesco.

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