On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks, I vote for it being included in extra, anyone else :) ?
2015-01-14 18:18 GMT-02:00 Miller Puckette msp@ucsd.edu:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz <
http://msp.ucsd.edu/tmp/moogfilter.tgz%3E
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
Is there anyone out there who could compile a Win32 version for me? I need a patch to work cross-platform, and I can handle the Linux and Darwin compiles but I don't have build access to a Windoze machine at the moment.
Thanks for sharing this, Miller!
Joel
On 01/14/2015 02:18 PM, Miller Puckette wrote:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I can do it. If not this afternoon, in a day or two...
On 1/14/2015 3:25 PM, Joel Matthys wrote:
Is there anyone out there who could compile a Win32 version for me? I need a patch to work cross-platform, and I can handle the Linux and Darwin compiles but I don't have build access to a Windoze machine at the moment.
Thanks for sharing this, Miller!
Joel
On 01/14/2015 02:18 PM, Miller Puckette wrote:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yesterday I promised to compile [bob~] for windows, but I am having trouble delivering.
It /seems/ that the only way to compile externs on Windows is to have Visual Studio 6.0. I found a download online and have copied the Vc98 folder (which has all pertinent libraries and headers) into an appropriate path for the makefile to find. What bites is that when I hit make, the linker fails to acknowledge LIBCMT.lib (which is clearly in my Vc98 folder.) I scoured the web for some info on building dlls for Pd, but there isn't much there.
Is anyone out there developing externs in modern Windows (ie 7 or 8 with Visual Studio >=9.0)? I have considered making a project template for Visual Studio 9.0, but I anticipate problems with pd.lib and (lack of) back compatibility.
This is something that I need to have, so I'm happy to keep working on this, but if there is already a solution that someone can point me to, well, that'd be swell. Thanks, David
I don't have my windows setup handy, but I see that in pd/extra/makefile.subdir I'm searching for libcmt.lib in an explicitly named directory (in that case, it's C:\Program Files\Microsoft Visual Studio 9.0\VC\lib but that's using visual studio 9; I guess for visual studio 6 it's similar).
So that perhaps answers the other question - I must have visual studio 9.
cheers Miller
On Thu, Jan 15, 2015 at 11:06:07AM -0800, David Medine wrote:
Yesterday I promised to compile [bob~] for windows, but I am having trouble delivering.
It /seems/ that the only way to compile externs on Windows is to have Visual Studio 6.0. I found a download online and have copied the Vc98 folder (which has all pertinent libraries and headers) into an appropriate path for the makefile to find. What bites is that when I hit make, the linker fails to acknowledge LIBCMT.lib (which is clearly in my Vc98 folder.) I scoured the web for some info on building dlls for Pd, but there isn't much there.
Is anyone out there developing externs in modern Windows (ie 7 or 8 with Visual Studio >=9.0)? I have considered making a project template for Visual Studio 9.0, but I anticipate problems with pd.lib and (lack of) back compatibility.
This is something that I need to have, so I'm happy to keep working on this, but if there is already a solution that someone can point me to, well, that'd be swell. Thanks, David
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Got it. Thanks, Miller!
I attach a zip archive of bob~ with the modified makefiles and bob~.dll for the Windozers out there. Please let me know if there are any questions/comments/complaints.
I was assuming that I needed VC98 because of the recipes in the makefile.include that came in the bob~ folder. I guess it's been a while since that makefile got updated in the Windows section. I modified makefile.include along the lines of what is in makefile.subdir. I had to take out some of the double \s and also change 'Program Files' to 'Program Files (86)' -- I don't know why the 64-bit Visual Studio directory is different on my computer, but I don't know why a lot of things in Windows are the way they are. I also had to change 'CSYM=bob~_tilde' to 'CSYM=bob_tilde' in the makefile.
In any case it works and this can serve as an example of compiling externs in Windows, at least for the time being. One note is that I also had to add the directories for cl and link in my environment variable 'Path' and that I had to put the bob~ folder in Pd's extra folder. I also had to add the include directory $(VC)\src to the list of include dirs. For some reason that is where the file stddef.h lives on my computer.
On 1/15/2015 12:28 PM, Miller Puckette wrote:
I don't have my windows setup handy, but I see that in pd/extra/makefile.subdir I'm searching for libcmt.lib in an explicitly named directory (in that case, it's C:\Program Files\Microsoft Visual Studio 9.0\VC\lib but that's using visual studio 9; I guess for visual studio 6 it's similar).
So that perhaps answers the other question - I must have visual studio 9.
cheers Miller
On Thu, Jan 15, 2015 at 11:06:07AM -0800, David Medine wrote:
Yesterday I promised to compile [bob~] for windows, but I am having trouble delivering.
It /seems/ that the only way to compile externs on Windows is to have Visual Studio 6.0. I found a download online and have copied the Vc98 folder (which has all pertinent libraries and headers) into an appropriate path for the makefile to find. What bites is that when I hit make, the linker fails to acknowledge LIBCMT.lib (which is clearly in my Vc98 folder.) I scoured the web for some info on building dlls for Pd, but there isn't much there.
Is anyone out there developing externs in modern Windows (ie 7 or 8 with Visual Studio >=9.0)? I have considered making a project template for Visual Studio 9.0, but I anticipate problems with pd.lib and (lack of) back compatibility.
This is something that I need to have, so I'm happy to keep working on this, but if there is already a solution that someone can point me to, well, that'd be swell. Thanks, David _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I'll get it cross-compiled at some point - if I throw it in vanilla it'll happen automatically, but if I end up figuring it's better left separate I'll put it out as a self-contained muiltiplatform extern.
I'd be more disposed to put it in 'extra' if it ever works out to include 'extra' objects in libpd - because I saw on this list people wanted that.
cheers Miller
On Wed, Jan 14, 2015 at 05:25:39PM -0600, Joel Matthys wrote:
Is there anyone out there who could compile a Win32 version for me? I need a patch to work cross-platform, and I can handle the Linux and Darwin compiles but I don't have build access to a Windoze machine at the moment.
Thanks for sharing this, Miller!
Joel
On 01/14/2015 02:18 PM, Miller Puckette wrote:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I compiled a pd_darwin version (not fat, just i386).
It's here: http://joel.matthysmusic.com/bob~.pd_darwin
Joel
On 01/14/2015 05:46 PM, Miller Puckette wrote:
I'll get it cross-compiled at some point - if I throw it in vanilla it'll happen automatically, but if I end up figuring it's better left separate I'll put it out as a self-contained muiltiplatform extern.
I'd be more disposed to put it in 'extra' if it ever works out to include 'extra' objects in libpd - because I saw on this list people wanted that.
cheers Miller
On Wed, Jan 14, 2015 at 05:25:39PM -0600, Joel Matthys wrote:
Is there anyone out there who could compile a Win32 version for me? I need a patch to work cross-platform, and I can handle the Linux and Darwin compiles but I don't have build access to a Windoze machine at the moment.
Thanks for sharing this, Miller!
Joel
On 01/14/2015 02:18 PM, Miller Puckette wrote:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz http://msp.ucsd.edu/tmp/moogfilter.tgz
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
yeah, thanks, I could try it now, sounds damn good to me ;) cheers
2015-01-15 3:02 GMT-02:00 Joel Matthys jwmatthys@gmail.com:
I compiled a pd_darwin version (not fat, just i386).
It's here: http://joel.matthysmusic.com/bob~.pd_darwin
Joel
On 01/14/2015 05:46 PM, Miller Puckette wrote:
I'll get it cross-compiled at some point - if I throw it in vanilla it'll happen automatically, but if I end up figuring it's better left separate I'll put it out as a self-contained muiltiplatform extern.
I'd be more disposed to put it in 'extra' if it ever works out to include 'extra' objects in libpd - because I saw on this list people wanted that.
cheers Miller
On Wed, Jan 14, 2015 at 05:25:39PM -0600, Joel Matthys wrote:
Is there anyone out there who could compile a Win32 version for me? I need a patch to work cross-platform, and I can handle the Linux and Darwin compiles but I don't have build access to a Windoze machine at the moment.
Thanks for sharing this, Miller!
Joel
On 01/14/2015 02:18 PM, Miller Puckette wrote:
I had put out an mf~ object as part of a seminar a few years ago, but didn't take the time to clean it up for wider use. This morning I did at least some cleanup and change the name to a more appropriate "bob~" (named after Moog :) and have put a copy here:
http://msp.ucsd.edu/tmp/bob~.tgz
I'm considering putting this in pd extra but am not sure - it's a bit arbitrary in some ways. But it sounds pretty good when used gently.
cheers Miller
On Tue, Jan 13, 2015 at 11:50:01PM -0200, Alexandre Torres Porres wrote:
On Tue, Sep 23, 2014 at 3:05 PM, Miller Puckette <msp at ucsd.edu http://lists.puredata.info/listinfo/pd-list> wrote:
- You can have mine... http://msp.ucsd.edu/tmp/moogfilter.tgz <
*>>* cheers *>* Miller*
Hmm, It ain't still there :P anyone has it? Billy? Miller?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list