Effects, Recipes, Interfacing with other software, etc.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Post
by Gale Andrews » Sat Jun 02, 2012 9:23 pm
Sorry, what is the difference between the two patches, and which is the correct one? You have the first one on the Wiki.
Gale
-
paulnasca
- Posts: 8
- Joined: Mon Jan 07, 2008 10:48 am
- Operating System: Please select
Post
by paulnasca » Sun Jun 03, 2012 10:26 am
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.
Yes, I will document it when I will see commited in the svn.
Paul
-
paulnasca
- Posts: 8
- Joined: Mon Jan 07, 2008 10:48 am
- Operating System: Please select
Post
by paulnasca » Sun Jun 03, 2012 10:28 am
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.
-
steve
- Site Admin
- Posts: 81627
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Fri Jun 08, 2012 8:11 pm
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
-
steve
- Site Admin
- Posts: 81627
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Fri Jun 08, 2012 8:25 pm
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.
-
steve
- Site Admin
- Posts: 81627
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Fri Jun 08, 2012 9:10 pm
steve wrote:Apparently it depends on, portaudio version 1.9,
Updating portaudio-dev to portaudio19-dev also works.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Post
by Gale Andrews » Wed Jun 13, 2012 11:39 pm
paulnasca wrote:
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
-
paulnasca
- Posts: 8
- Joined: Mon Jan 07, 2008 10:48 am
- Operating System: Please select
Post
by paulnasca » Mon Jun 18, 2012 7:02 am
Thanks for adding the manual page. The effect is well described in the manual page.
Paul
-
88david99
Post
by 88david99 » Sun Jan 27, 2013 4:47 pm
Did the latest version patch of paulstretch make it into 2.0.3? cheers.
-
steve
- Site Admin
- Posts: 81627
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Sun Jan 27, 2013 6:50 pm
What "version patch" is that?
According to
Paul's website paulstretch has not been updated since 2011.