Page 3 of 4

Re: Extreme Stretch added to Audacity

Posted: Sat Jun 02, 2012 9:23 pm
by Gale Andrews
paulnasca wrote:I updated the patch for Audacity for the Paulstretch effect.
It is available here: PATCH

I also made a unofficial windows binary for Audacity, available here: ZIP archive (the modified source code is available, too)
Sorry, what is the difference between the two patches, and which is the correct one? You have the first one on the Wiki.


Gale

Re: Extreme Stretch added to Audacity

Posted: Sun Jun 03, 2012 10:26 am
by paulnasca
Gale Andrews wrote: I assume that's a typo; it should be "LADSPA doesn't allow for plugin where the output number of samples isn't the same for the input number of samples?"
Hi.
Yes indeed, it was my mistake, sorry.
I guess those interested in "brainwave entrainment" might like your effect. If it is included in Audacity, we'll need it to be documented in the Manual ( http://manual.audacityteam.org/man/Effect_Menu ).
Yes, I will document it when I will see commited in the svn.

Paul

Re: Extreme Stretch added to Audacity

Posted: Sun Jun 03, 2012 10:28 am
by paulnasca
Gale Andrews wrote:
paulnasca wrote:I updated the patch for Audacity for the Paulstretch effect.
It is available here: PATCH

Sorry, what is the difference between the two patches, and which is the correct one? You have the first one on the Wiki.
Gale
This is the correct one ( I changed in the wiki too).
Paul.

Re: Extreme Stretch added to Audacity

Posted: Fri Jun 08, 2012 8:11 pm
by steve
I'm trying to build the standalone version of Paulstretch on Linux (Debian Squeeze), but I'm getting the following errors, (any ideas how to fix this?)

Code: Select all

PAaudiooutput.cpp:29: error: ISO C++ forbids declaration of ‘PaStreamCallbackTimeInfo’ with no type
PAaudiooutput.cpp:29: error: expected ‘,’ or ‘...’ before ‘*’ token
PAaudiooutput.cpp: In function ‘void PAaudiooutputinit(Player*, int)’:
PAaudiooutput.cpp:40: error: invalid conversion from ‘int (*)(const void*, void*, long unsigned int, int)’ to ‘long unsigned int’
/usr/include/portaudio.h:355: error: too few arguments to function ‘PaError Pa_OpenDefaultStream(PortAudioStream**, int, int, PaSampleFormat, double, long unsigned int, long unsigned int, int (*)(void*, void*, long unsigned int, PaTimestamp, void*), void*)’
PAaudiooutput.cpp:40: error: at this point in file

Re: Extreme Stretch added to Audacity

Posted: Fri Jun 08, 2012 8:25 pm
by steve
steve wrote: I'm trying to build the standalone version of Paulstretch on Linux (Debian Squeeze), but I'm getting the following errors, (any ideas how to fix this?)
To answer my own question:
Apparently it depends on, portaudio version 1.9, but the default in Squeeze is version 1.8, so the easiest solution (without risk of breaking anything) is to build paulstretch with jack audio and move PAaudiooutput.cpp out of the way.

Re: Extreme Stretch added to Audacity

Posted: Fri Jun 08, 2012 9:10 pm
by steve
steve wrote:Apparently it depends on, portaudio version 1.9,
Updating portaudio-dev to portaudio19-dev also works.

Re: Extreme Stretch added to Audacity

Posted: Wed Jun 13, 2012 11:39 pm
by Gale Andrews
paulnasca wrote:
Gale Andrews wrote:I guess those interested in "brainwave entrainment" might like your effect. If it is included in Audacity, we'll need it to be documented in the Manual ( http://manual.audacityteam.org/man/Effect_Menu ).
Yes, I will document it when I will see commited in the svn.
Thanks. It was committed four days ago. I added a draft page for the effect
http://manual.audacityteam.org/man/Paulstretch

but it needs some text for what the controls do.

Can you either post that text here, or PM me for an account on the Manual Wiki which you need to edit the Manual yourself?


Thanks


Gale

Re: Extreme Stretch added to Audacity

Posted: Mon Jun 18, 2012 7:02 am
by paulnasca
Thanks for adding the manual page. The effect is well described in the manual page.

Paul

Re: Extreme Stretch added to Audacity

Posted: Sun Jan 27, 2013 4:47 pm
by 88david99
Did the latest version patch of paulstretch make it into 2.0.3? cheers.

Re: Extreme Stretch added to Audacity

Posted: Sun Jan 27, 2013 6:50 pm
by steve
What "version patch" is that?
According to Paul's website paulstretch has not been updated since 2011.