Hi all,
A few months ago I posted a message about a pitch shifter and someone pointed me to the shifter~ object ported to Pd by Julian Villeguas ( http://julovi.net/j/?page_id=7). Unfortunately the makefile wasn't written for Linux. Is there a way i can compile it to run in Fedora? Thanks!
Pierre
You could use [plugin~], in which case there is the am_pitchshft in the SWH plugins lib. Worked well for me as a LADSPA plugin in Arodur in the past, haven't tried it with [plugin~] in Pd.
D.
On 11/3/10 10:22 AM, Pierre Massat wrote:
Hi all,
A few months ago I posted a message about a pitch shifter and someone pointed me to the shifter~ object ported to Pd by Julian Villeguas (http://julovi.net/j/?page_id=7). Unfortunately the makefile wasn't written for Linux. Is there a way i can compile it to run in Fedora? Thanks!
Plugin~ has never worked on my laptop. It crashes Pd.
Pierre
2010/11/3 Derek Holzer derek@umatic.nl
You could use [plugin~], in which case there is the am_pitchshft in the SWH plugins lib. Worked well for me as a LADSPA plugin in Arodur in the past, haven't tried it with [plugin~] in Pd.
D.
On 11/3/10 10:22 AM, Pierre Massat wrote:
Hi all,
A few months ago I posted a message about a pitch shifter and someone pointed me to the shifter~ object ported to Pd by Julian Villeguas (http://julovi.net/j/?page_id=7). Unfortunately the makefile wasn't written for Linux. Is there a way i can compile it to run in Fedora? Thanks!
-- ::: derek holzer ::: http://macumbista.net ::: ---Oblique Strategy # 167: "Use cliches"
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[plugin~] works fine when given the proper creation arguments. That said, the creation arguments in the official help file may not be the correct ones for you!
There was a few threads, one in the last year, about getting [plugin~] to work. You might check those.
Best! D.
On 11/3/10 1:00 PM, Pierre Massat wrote:
Plugin~ has never worked on my laptop. It crashes Pd.
On 3 Nov 2010, at 12:05, Derek Holzer wrote:
[plugin~] works fine when given the proper creation arguments. That said, the creation arguments in the official help file may not be the correct ones for you!
There was a few threads, one in the last year, about getting [plugin~] to work. You might check those.
The best way to have LADSPA plugins in Pd is to use [dssi~]. Does everything plugin~ can do and more.
Jamie
Here's an abstraction taken from the pitch shifter example:
On Nov 3, 2010, at 8:00 AM, Pierre Massat wrote:
Plugin~ has never worked on my laptop. It crashes Pd.
Pierre
2010/11/3 Derek Holzer derek@umatic.nl You could use [plugin~], in which case there is the am_pitchshft in the SWH plugins lib. Worked well for me as a LADSPA plugin in Arodur in the past, haven't tried it with [plugin~] in Pd.
D.
On 11/3/10 10:22 AM, Pierre Massat wrote: Hi all,
A few months ago I posted a message about a pitch shifter and someone pointed me to the shifter~ object ported to Pd by Julian Villeguas (http://julovi.net/j/?page_id=7). Unfortunately the makefile wasn't written for Linux. Is there a way i can compile it to run in Fedora? Thanks!
-- ::: derek holzer ::: http://macumbista.net ::: ---Oblique Strategy # 167: "Use cliches"
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Dan Wilcox danomatika.com robotcowboy.com
Hi Pierre,
Pierre Massat wrote:
Hi all,
A few months ago I posted a message about a pitch shifter and someone pointed me to the shifter~ object ported to Pd by Julian Villeguas (http://julovi.net/j/?page_id=7). Unfortunately the makefile wasn't written for Linux. Is there a way i can compile it to run in Fedora?
Haven't tested this.. but: if the external is not too funky and only has a source file (I assume shifter~.c) and other than m_pd.h uses standard C libraries.. you should be able to compile it with something like
gcc shifter~.c -o shifter~.pd_linux -I [path where m_pd.h]
Where [path to m_pd.h] is the directory where m_pd.h is, easily found doing locate m_pd.h. In my case (on ubuntu with pd-extended) it's /usr/include/pdextended/ but that may vary I think.
Good luck, Lorenzo.
Thanks!
Pierre
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list