Sometoime a while ago, there was somebody here looking for a way to grab loops live and play back with them. I just saw this come up on Linux Audio User, so I thought I would post it here. Apparently Jesse has included some PD patches using his Sooperlooper LADSPA plugin.
enjoy! d.
http://essej.net/sooperlooper/
SooperLooper is a looping sampler very much like the Gibson/Oberheim Echoplex Digital Pro (EDP). In fact, it is a downright emulation of an EDP, with some additional features and a silly name. I figured that the EDP feature-set is powerful, proven, and popular -- so why not implement it as a LADSPA plugin we can all use? It is a true realtime software looper if used with a low-latency Linux kernel and the proper audio buffer configuration. Please let me know if you have any problems...
Download the source: sooperlooper-0.93.tar.gz
Changes for 0.93: now includes PD patches!
i wonder if there is a way to use ladspas or make their equivalents for OS X Has anyone thought of an AU external for Mac yet?
running those in pd would be very nice for some
On Monday, June 7, 2004, at 08:26 AM, derek holzer wrote:
Sometoime a while ago, there was somebody here looking for a way to grab loops live and play back with them. I just saw this come up on Linux Audio User, so I thought I would post it here. Apparently Jesse has included some PD patches using his Sooperlooper LADSPA plugin.
enjoy! d.
http://essej.net/sooperlooper/
SooperLooper is a looping sampler very much like the Gibson/Oberheim Echoplex Digital Pro (EDP). In fact, it is a downright emulation of an EDP, with some additional features and a silly name. I figured that the EDP feature-set is powerful, proven, and popular -- so why not implement it as a LADSPA plugin we can all use? It is a true realtime software looper if used with a low-latency Linux kernel and the proper audio buffer configuration. Please let me know if you have any problems...
Download the source: sooperlooper-0.93.tar.gz
Changes for 0.93: now includes PD patches!
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 136: "Remove specifics and convert to ambiguities"
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
shree wrote:
i wonder if there is a way to use ladspas or make their equivalents for OS X running those in pd would be very nice for some
Have you tried simply compiling some LADSPAs for OSX? Should work fine. The trick of course is getting a LADSPA host running.
Yves reports some success compiling [plugin~] for OSX here: http://iem.kug.ac.at/mailinglists/pd-list/2002-05/0297.html
yes, the good news here is that i compiled LADSPA plugins for OSX and even the plugin~ which needed some modifications.
Yves, what kind of modifications did plugin~ need to compile?
Remember to set LADSPA_PATH in your environment. Download the LADSPA-SDK for the command "listplugins" to see the names of the LADSPAs that [plugin~] needs in order to load them. Search the archives of this list for an exchange between me and Frank Barknecht for more LADSPA_PD tips ;-)
best, d.