On 2/1/06, pd-list-request@iem.at pd-list-request@iem.at wrote:
Send PD-list mailing list submissions to pd-list@iem.at
To subscribe or unsubscribe via the World Wide Web, visit http://lists.puredata.info/listinfo/pd-list or, via email, send a message with subject or body 'help' to pd-list-request@iem.at
You can reach the person managing the list at pd-list-owner@iem.at
When replying, please edit your Subject line so it is more specific than "Re: Contents of PD-list digest..."
Today's Topics:
- Re: Freeverb~ Makefile (CK)
- Re: PD-list Digest, Vol 11, Issue 2 (Eric Lyon)
- Re: Freeverb~ Makefile (Hans-Christoph Steiner)
- Re: Freeverb~ Makefile (J_J_FUX J_J_FUX)
- Re: Re: PD-list Digest, Vol 11, Issue 2 (Hans-Christoph Steiner)
- Re: Re: [PD-announce] A new version of FFTease is now available for Pd (Hans-Christoph Steiner)
Message: 1 Date: Wed, 1 Feb 2006 21:17:23 +0100 From: CK chris@lo-res.org Subject: Re: [PD] Freeverb~ Makefile To: J_J_FUX J_J_FUX j_j_fux@yahoo.com Cc: pd-list@iem.at Message-ID: 20060201201723.GA54330@tema.lo-res.org Content-Type: text/plain; charset=us-ascii
I read:
Dose anyone have a makefile for freeverb~ ( linux ) that they could post ?.
adjust the path to the pd sources,
all: g++ -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshad ow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I/home/ x/audio/sw/pd/pd-0.37-0/src -c -o freeverb~.o freeverb~.cpp -lc -lm ld -export_dynamic -shared -o freeverb~.pd_linux freeverb~.o -lc -lm strip --strip-unneeded freeverb~.pd_linux
HTH
x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.net)
Message: 2 Date: Wed, 1 Feb 2006 20:48:26 +0000 From: Eric Lyon audiodidact@gmail.com Subject: [PD] Re: PD-list Digest, Vol 11, Issue 2 To: pd-list@iem.at Message-ID: 4fc349ba0602011248q4109cb4bj17b5eb633c879bd7@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
The main reason I did not post the source is because it is not yet unified or easy to compile, and I wanted to make the externals available before however many months it might take for me to get the code in shape. However you are welcome to get the code over here (but you have to figure out how
to
compile it).
Figuring out stuff like this is what some people here specialize in. ;)
I'm aware of that; for now the code is online for anyone who would like to play with it, (http://eamusic.dartmouth.edu/~eric/MAX/FFTease/code.html) but I'm not happy with its current state, so I guess I don't want to put it on the main page where someone might download it, try to compile it and it probably wouldn't work for them. There are a lot of gurus on this list, but I think it's important to have consideration for some of the people here who don't eat C code for breakfast.
I think this is probably correct; as I understand it, the GPL places some restrictions on what you can do with the code. I think we are a bit more permissive, but if there is some way that you find our "licencette" more restrictive, I'm willing to consider relaxing it.
The problem is, that any Open Source/Free Software by definition must not pose any restrictions on how that software is used. So if FFTease would *only* be allowed to be used for research and arts, but not for any other uses (like making coffee), then FFTease would not be free software as it violates "freedom 0": "The freedom to run the program, for any purpose" - including making coffee.
Thanks for putting it that way. Technically it doesn't prohibit you from making coffee or doing anything else, but I see that explicitly stating the things that we expect most people would do with FFTease might imply that you can't do other things with it. I suppose we could say "can be freely used for any artistic or research purpose, or anything else you can think of," but that sounds kind of clunky. Note we did not use the word *only* in the licencette - we said what you *could* do, not what you couldn't do. I might consider something like Christopher's licencette for HyperUpic which states, "use freely at your own psychological risk."
It's tough to cover all bases. For example, IIRC Miller states that you can use Pd "for any reasonable purpose." But I reckon that many uses of Pd might be considered unreasonable and that's what makes them interesting. If this is really a problem for people, I'll give it some thought and see if I can come up with something that doesn't offend my sense of aesthetics.
Eric
Message: 3 Date: Wed, 1 Feb 2006 16:08:45 -0500 From: Hans-Christoph Steiner hans@eds.org Subject: Re: [PD] Freeverb~ Makefile To: J_J_FUX J_J_FUX j_j_fux@yahoo.com Cc: pd-list@iem.at Message-ID: ad0f1a8cb242518cda2643a4fdd00916@eds.org Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed
Use the externals/Makefile. In externals, type: make freeverb
The binary will then be next to the source file. Works on Mac OS X, GNU/Linux and MinGW/Windows.
.hc
On Feb 1, 2006, at 3:08 PM, J_J_FUX J_J_FUX wrote:
Greetings friends of puredata
In the puredata CVS there is no makefile for freeverb~ , ive tryed myself to write one but always withfailure . Dose anyone have a makefile for freeverb~ ( linux ) that they could post ?. or perhaps there is one already online somewhere that i have missed and could be directed to .
thanks and all the best for 2006 !
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars._______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
Message: 4 Date: Wed, 1 Feb 2006 14:10:40 -0800 (PST) From: J_J_FUX J_J_FUX j_j_fux@yahoo.com Subject: Re: [PD] Freeverb~ Makefile To: pd-list@iem.at Message-ID: 20060201221040.7155.qmail@web36407.mail.mud.yahoo.com Content-Type: text/plain; charset="iso-8859-1"
thanks Hans and CK
Even with the makefile CK provided, freeverb~ would not compile properly for me . the resulting object seams to function completely wrong even in the help patch , or on other attempts pd dose not recognize the resulting binary.
Perhaps this is a compiler issue ? i use G++/GCC 3.3.4 Debian 1:3.3.4-2
ive just grabbed the externals from the CVS and will try the build system from that .
Hans-Christoph Steiner hans@eds.org wrote:
Use the externals/Makefile. In externals, type: make freeverb
The binary will then be next to the source file. Works on Mac OS X, GNU/Linux and MinGW/Windows.
.hc
On Feb 1, 2006, at 3:08 PM, J_J_FUX J_J_FUX wrote:
Greetings friends of puredata
In the puredata CVS there is no makefile for freeverb~ , ive tryed myself to write one but always with failure . Dose anyone have a makefile for freeverb~ ( linux ) that they could post ?. or perhaps there is one already online somewhere that i have missed and could be directed to .
thanks and all the best for 2006 !
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars._______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies."
- Amy Smith
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.