Csound Csound-dev Csound-tekno Search About

Play back reversed

Date2017-02-15 19:10
FromRichard
SubjectPlay back reversed
I want to create this old-fashioned effect where you play a guitar solo 
(or another instrument), but the sound is reversed.
So say we have an audio table of a recorded solo. I would have to 
reverse each note. Not just reverse the table, that would play the last 
note first. I wonder what is the best way to to this?
I am thinking of looping through the table, find the start and end of 
each note, and copy that reversed to another table.
That way I could play the solo reversed (table2) or even mix with the 
original (table1)...

Richard

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

Date2017-02-15 19:27
FromVictor Lazzarini
SubjectRe: Play back reversed
you can try the SigReverse UDO in the udo database.

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

> On 15 Feb 2017, at 19:10, Richard  wrote:
> 
> I want to create this old-fashioned effect where you play a guitar solo (or another instrument), but the sound is reversed.
> So say we have an audio table of a recorded solo. I would have to reverse each note. Not just reverse the table, that would play the last note first. I wonder what is the best way to to this?
> I am thinking of looping through the table, find the start and end of each note, and copy that reversed to another table.
> That way I could play the solo reversed (table2) or even mix with the original (table1)...
> 
> Richard
> 
> 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