[PD] Csound opcode Moogladder to Pd

2008-08-27 Thread Anton Hörnquist
 I now made a version where cutoff and resonance are signals.  This
 version is a bit more CPU intensive now, as some computations had to
 move into the DSP loop to react to the changes in center frequency.

Awesome! To my ears it sounds great - very close to the Csound-version.

 I played a bit with a rational tanh approximation from the music-dsp
 list but it didn't sound good anymore. If someone wants to play with
 other approximations e.g. table lookup: Just change the function
 mytanh.

Some optimizations are needed for reducing cpu load, true, I'll look into it.

 The filter response gets nasty and loud if the center frequency is near
 or above the sampling rate. Maybe it should be restricted as well. But
 then, resonance at 1 will make everyone jump, too...

Yeah I noticed that aswell. I think the Csound-version has cutoff
restricted to 0...1, which is 0...11050 in hertz.

Thanks again.

/Anton

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd

2008-08-27 Thread Frank Barknecht
Hallo,
Anton H?rnquist hat gesagt: // Anton H?rnquist wrote:

  The filter response gets nasty and loud if the center frequency is near
  or above the sampling rate. Maybe it should be restricted as well. But
  then, resonance at 1 will make everyone jump, too...
 
 Yeah I noticed that aswell. I think the Csound-version has cutoff
 restricted to 0...1, which is 0...11050 in hertz.

Only resonance is restricted to 0 and 1. It is in the pd version as
well. I made some tests now and it seems it's not the cutoff frequency
alone that makes the filter run wild. With resonance set to 0 a cutoff
of 96kHz when running at SR = 48kHz doesn't go wild. But set resonance
to 0.1 and it runs away. 

So in the end I'd say, just be careful and if in doubt [clip~] your
input values. 

Another issue may be denormalization, so some PD_BIG_OR_SMALL checks
could be useful.

Ciao
-- 
Frank Barknecht

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Frank Barknecht
Hallo,
Martin Peach hat gesagt: // Martin Peach wrote:

 Here is a dll of Frank's moogladder~ v.02 compiled against pd 0.40_2
 The code should go in svn somewhere.
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply 
 (compiler optimisation maybe does that already)).

Did you define that yourself? My math.h doesn't have TWO_PI ...

Ciao
-- 
Frank

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] stereo vision

2008-08-27 Thread olsen wolf
i posted this a few days ago i guess it didn't came through...
 hi
 i just got 2 logitech webcams at once running  started playing around with 
 them. my curiosity is orbiting around computer stereo vision  construction 
 of depth. is anyone
 experienced with things like binocular disparity algorythm for stereo vision 
  might have some recommendations? as far as my nose dipped into research 
 there's nothing within pds extensions?!
 thanks for hints  salutis
 olsen








-- 
Planet Pluto bleibt!

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Claude Heiland-Allen
Frank Barknecht wrote:
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply 
 (compiler optimisation maybe does that already)).
 
 Did you define that yourself? My math.h doesn't have TWO_PI ...

depending on compiler options, my math.h doesn't have M_PI ...

http://c-faq.com/fp/mpi.html


Claude

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread Jamie Bullock
On Tue, 2008-08-26 at 03:29 +0200, [EMAIL PROTECTED] wrote:
 Quoting Jamie Bullock [EMAIL PROTECTED]:
 
  On Sun, 2008-08-24 at 09:54 -0400, Enrique Erne wrote:
  Hi Jamie
 
  It's not much but might be helpful to port other stuff to purepd.
 
  you'll find
  gt~.pd (~)
  lt~.pd (~)
  sgn~.pd
 
  http://www.netpd.org/eni/purepd/
 
  That's great actually, and I'd love to contribute back into this.
  However, if I'm not mistaked aren't there two purepd projects
  netpd/purepd and Hans's purepd in pd svn? Would it be worth feeding your
  patches into Hans's, and then any other abstractions I make/find I can
  also feed into svn?
 
 
 just out of curiosity: ~.pd, ~.pd, sgn~ and what else in zexy are  
 already pd-vanilla abstractions (some of them are both abstractions  
 and externals for performance reasons); is there an advantage in  
 collecting these things in yet another arbitrary (as opposed to  
 grouped by functionality) library?

I think I kind of addressed this in my reply to Patrick, but I find the
current situation with libraries of abstractions and externals a bit
unsatisfactory. It would really be better if we separated out the
storage layout (svn) and the user presentation bit, so that users could
group externals/pathches by tag, or some othe
non-hierarchical/non-exclusive grouping.

Jamie

-- 
www.postlude.co.uk
http://www.linkedin.com/in/jamiebullock



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread Jamie Bullock
On Tue, 2008-08-26 at 10:37 +0300, hard off wrote:
 my diy library (work in progress) is not all pure pd, but fair chunks
 of it are.  it shouldn't be too hard to rip the dsp guts out of some
 abstractions for your purposes.
 
 http://www.m-pi.com/DIY2.zip
 
 or
 
 http://puredata.hurleur.com/sujet-1982-diy2-effects-sample-players-synths-sound-synthesis

Wow! That's really impressive -- just what I was looking for. Looks like
a lot of work has gone into it. Do you have any licensing requirements,
or is it provided as-is for people to hack up and do what they want
with?

Jamie


-- 
www.postlude.co.uk
http://www.linkedin.com/in/jamiebullock



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread Jamie Bullock
On Mon, 2008-08-25 at 13:47 -0400, patrick wrote:

 jamie, what do you mean by providing a reference to purepd 
 implementations, rather than holding them in their repository. we use 
 goto10 svn server, this way we don't need a pd-dev account to maintain 
 pdmtl.

I guess (maybe) what i'm talking about isn't possible with svn alone. I
think that using svn as 'user' tool for organising patches for download
is a bit clumsy. What I would like to see is some kind of
database-driven solution where patches can be tagged etc. That way you
could maintain a netpd tag, which included patches that you don't
necessarily maintain in your repository. Likewise you could have patches
that you do maintain in your repository tagged purepd.

I would be very happy to set something like this up. I was a big fan of
the pdb that (Iohannes?) set up, and it woudl be great to do a pdb 2.0,
with more of a web 2.0 flavour.

Jamie

-- 
www.postlude.co.uk
http://www.linkedin.com/in/jamiebullock



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] flext/externals docs, svn + some new stuff!

2008-08-27 Thread Thomas Grill


Am 27.08.2008 um 01:47 schrieb Hans-Christoph Steiner:



I am not really a fan of svn:externals and before we start using  
them a lot, we really need to look at the issues.  Thomas' system  
has been working for years.  If it ain't broke, don't fix it :).


Unfortunately is it broke, since it has only been working for svn and  
since my own system has changed a lot the SF repo has not been  
updated for months.
I know that this is unfortunate but there's not much that i can do  
about it right now.
I'll try if svn:externals would work in my case - there could be an  
issue with the SSL certificate as discussed before.


gr~~~



smime.p7s
Description: S/MIME cryptographic signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread Jamie Bullock
On Tue, 2008-08-26 at 02:52 -0400, Enrique Erne wrote:
snip
 the svn purepd patches contain some abstractions that confuse me a bit. 
 actually i would like to contribute to purepd. (i.e. why is there moses 
 and clip?)

Yes, me too! Maybe H-C intends it to be a 'turtles all the way down' Pd
implementation?

 maybe we should define a purepd styleguide too. the any_argument 
 abstraction bothers me. i belive the patches could work without them and 
 i would prefer to keep it super simple.

simple++


Jamie


-- 
www.postlude.co.uk
http://www.linkedin.com/in/jamiebullock



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread hard off
jamie,   my diy collection has no licence, no need for credit., etc..  i'm
more than happy for you to do whatever and use it.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] DIY library - samplers, synthesis, effects, etc

2008-08-27 Thread hard off
here's the mailing list link to my DIY library,

lots of plug and play units for music and sound production.


http://www.m-pi.com/DIY2.zip

at the moment there is no formal licence, so anyone may use these however
they want.


also, i am in europe travelling round until mid-october, so if anyone wants
to get in touch with me for whatever reason (i like to play live gigs, hint
hint ;), then please do!
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] flext/externals docs, svn + some new stuff!

2008-08-27 Thread Thomas Grill


Am 27.08.2008 um 12:19 schrieb Thomas Grill:


Unfortunately is it broke, since it has only been working for svn


I meant cvs it has stopped working with the change to svn

smime.p7s
Description: S/MIME cryptographic signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Martin Peach
Anton Hörnquist wrote:
 Here is a dll of Frank's moogladder~ v.02 compiled against pd 0.40_2
 The code should go in svn somewhere.
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply
 (compiler optimisation maybe does that already)).
 
 Thanks, Martin!
 
 Out of curiosity - what compiler did you use? I've never compiled
 externals on win xp but would like to learn how. Is it possible to use
 the free version of MS Developer Studio? Other alternatives?

Yes I used the free VisualC++ 2005 Express Edition. I use pd.lib from 
Miller's pd, to link against when building an external as a dll. The 
setup function is the only symbol that needs to be exported..

You can also do it using MinGW (pd-extended is built that way) but I 
haven't yet found the patience to jump through all the hoops to get it 
working. Cygwin's gcc should work as well for externals.

 
 I'd like to try to make a stereo version of moogladder~ and also try
 tanh optimizations to reduce the cpu load.


I'm not sure tanh can be optimized much more. If your CPU has a floating 
point unit built in, which they all do nowadays, that ought to be the 
fastest way to calculate it apart from having a huge lookup table.

If tanh(x) = (e^x - (1/e^x)) / (e^x + (1/e^x)) the e^x only needs to be 
calculated once, a = e^x, then b = 1/(e^x), then tanh = (a-b)/(a+b).
I would imagine that the FPU already does it that way but I don't know.

Probably it could be approximated faster, but isn't the idea to have the 
most accurate value?

Martin

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] flext/externals docs, svn + some new stuff!

2008-08-27 Thread zmoelnig
Quoting Thomas Grill [EMAIL PROTECTED]:


 Am 27.08.2008 um 12:19 schrieb Thomas Grill:

 Unfortunately is it broke, since it has only been working for svn

 I meant cvs it has stopped working with the change to svn

you mean you cannot (semi-automatically) commit to puredata's cvs anymore?
that's true, it is a kind of safety belt, in order to not have to  
different repositories that are slowly going out of sync. all  
[EMAIL PROTECTED] development should be done in the svn.


fgamsd
IOhannes


This message was sent using IMP, the Internet Messaging Program.



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Martin Peach
Frank Barknecht wrote:
 Hallo,
 Martin Peach hat gesagt: // Martin Peach wrote:
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply 
 (compiler optimisation maybe does that already)).
 
 Did you define that yourself? My math.h doesn't have TWO_PI ...

Yes. My math.h doesn't seem to have have M_PI either...

Martin


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Frank Barknecht
Hi,
Yes true. Claude had the reason. I  will make a #define as well when I  
add it to the SVN.

Ciao
-- 
Frank

On 27.08.2008, at 14:47, Martin Peach [EMAIL PROTECTED] wrote:

 Frank Barknecht wrote:
 Hallo,
 Martin Peach hat gesagt: // Martin Peach wrote:
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply
 (compiler optimisation maybe does that already)).

 Did you define that yourself? My math.h doesn't have TWO_PI ...

 Yes. My math.h doesn't seem to have have M_PI either...

 Martin


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] stereo vision

2008-08-27 Thread Simon Kilshaw

Hey,
I got myself a pair of anaglyph glasses (like you get at the cinema)- and 
managed to play around quite successfully with the stereo patch in gem examples 
(pd extended- Have to be green and red glasses (not the blue and red i think).
Regards
kilshaw
Simon Kilshaw
Lecturer in Music Technology
RWCMD



-Original Message-
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Wed 8/27/2008 11:00 AM
To: pd-list@iem.at
Subject: Pd-list Digest, Vol 41, Issue 67
 
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
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of Pd-list digest...


Today's Topics:

   1. Re: textBox (like in MAX) (Hans-Christoph Steiner)
   2. Re: flext/externals docs, svn + some new stuff!
  (Hans-Christoph Steiner)
   3. Csound opcode Moogladder to Pd? ( Anton H?rnquist )
   4. Csound opcode Moogladder to Pd ( Anton H?rnquist )
   5. Re: Csound opcode Moogladder to Pd (Frank Barknecht)
   6. Re: Csound opcode Moogladder to Pd? (Frank Barknecht)
   7. stereo vision (olsen wolf)
   8. Re: Csound opcode Moogladder to Pd? (Claude Heiland-Allen)


--

Message: 1
Date: Tue, 26 Aug 2008 19:42:29 -0400
From: Hans-Christoph Steiner [EMAIL PROTECTED]
Subject: Re: [PD] textBox (like in MAX)
To: marius schebella [EMAIL PROTECTED]
Cc: pd-list@iem.at, IOhannes m zmoelnig [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed


I've been working on [tkwidgets/text] but it's still a bit buggy.

.hc

On Aug 26, 2008, at 10:49 AM, marius schebella wrote:

 you mean textfield?
 [entry] is quite similar. comes with pdx.
 marius.


 Damien Henry - Voxler wrote:
 Hello,

 Is there a lib somewhere that provide to pd the textBox object  
 from MAX ?

 Thanks in advance,
 Damien

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list



 


Mistrust authority - promote decentralization.  - the hacker ethic





--

Message: 2
Date: Tue, 26 Aug 2008 19:47:26 -0400
From: Hans-Christoph Steiner [EMAIL PROTECTED]
Subject: Re: [PD] flext/externals docs, svn + some new stuff!
To: patrick [EMAIL PROTECTED]
Cc: pd-list@iem.at, Thomas Grill [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed


I am not really a fan of svn:externals and before we start using them  
a lot, we really need to look at the issues.  Thomas' system has been  
working for years.  If it ain't broke, don't fix it :).

.hc

On Aug 23, 2008, at 3:18 PM, patrick wrote:

 hi,

 i think pd-dev people should remove externals/grill and like pdmtl /
 gridflow checkout your svn.
 it will avoid many questions about flext not being updated and such.

 but i can't checkout your svn. i think you need to permit anonymous
 checkout.
 pat



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list



 


There is no way to peace, peace is the way.   -A.J. Muste





--

Message: 3
Date: Wed, 27 Aug 2008 09:13:28 +0200
From:  Anton H?rnquist  [EMAIL PROTECTED]
Subject: [PD] Csound opcode Moogladder to Pd?
To: pd-list@iem.at
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

 Here is a dll of Frank's moogladder~ v.02 compiled against pd 0.40_2
 The code should go in svn somewhere.
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply
 (compiler optimisation maybe does that already)).

Thanks, Martin!

Out of curiosity - what compiler did you use? I've never compiled
externals on win xp but would like to learn how. Is it possible to use
the free version of MS Developer Studio? Other alternatives?

I'd like to try to make a stereo version of moogladder~ and also try
tanh optimizations to reduce the cpu load.

/Anton



--

Message: 4
Date: Wed, 27 Aug 2008 09:18:38 +0200
From:  Anton H?rnquist  [EMAIL PROTECTED]
Subject: [PD] Csound opcode Moogladder to Pd
To: pd-list@iem.at
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

 I now made a version where 

Re: [PD] flext/externals docs, svn + some new stuff!

2008-08-27 Thread Thomas Grill


Am 27.08.2008 um 17:32 schrieb [EMAIL PROTECTED]:


Quoting Thomas Grill [EMAIL PROTECTED]:



Am 27.08.2008 um 12:19 schrieb Thomas Grill:


Unfortunately is it broke, since it has only been working for svn


I meant cvs it has stopped working with the change to svn


you mean you cannot (semi-automatically) commit to puredata's cvs  
anymore?


In principle i could transfer the old cvs sync scripts to my new server.
On the other i think you'll agree that it doesn't make much sense when  
there's both an updated cvs and an outdated svn externals/grill folder.
Currently it's more consistent (both are outdated) since all new stuff  
happens on https://svn.g.org.


gr~~~



smime.p7s
Description: S/MIME cryptographic signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Julian Peterson
Csound defines M_PI... from the manual:

Predefined Math Constant Macros

New in Csound 5.04 are predefined Math Constant Macros. The values  
defined are those found in the C header math.h, and are automatically  
defined when Csound starts and available for use in orchestras.

J


On Aug 27, 2008, at 5:47 AM, Martin Peach wrote:

 Frank Barknecht wrote:
 Hallo,
 Martin Peach hat gesagt: // Martin Peach wrote:
 ( I replaced 2*M_PI in the code with TWO_PI to avoid a multiply
 (compiler optimisation maybe does that already)).

 Did you define that yourself? My math.h doesn't have TWO_PI ...

 Yes. My math.h doesn't seem to have have M_PI either...

 Martin


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] stereo vision

2008-08-27 Thread zmoelnig
Quoting Simon Kilshaw [EMAIL PROTECTED]:


 Hey,
 I got myself a pair of anaglyph glasses (like you get at the   
 cinema)- and managed to play around quite successfully with the   
 stereo patch in gem examples (pd extended- Have to be green and red   
 glasses (not the blue and red i think).

i think olson wants to do the opposite: take a stereo-image of the  
real-world (with two cameras) and try to somehow get a model of this  
real-world into softworld; rather than synthesizing a pseudo-3d visual  
of a virtual world.

simon: you are right, color-separated anaglyph images are currently  
done in red/green, and if you want to change that you would have to  
recompile Gem.
i think this is an issue that should be solved; but then, i also think  
that rather few people really use this feature, and if they do so they  
are probably up to do the compilation stuff; at least nobody has yet  
complained are filed a feature-request.

olaf: seems like there are no computer-vision experts around here; at  
least i am not one of them; this might explain the lack of answers to  
your original mail (which at least i received)

fgmadr
IOhannes


This message was sent using IMP, the Internet Messaging Program.



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] flext/externals docs, svn + some new stuff!

2008-08-27 Thread zmoelnig
Quoting Thomas Grill [EMAIL PROTECTED]:

 In principle i could transfer the old cvs sync scripts to my new server.
 On the other i think you'll agree that it doesn't make much sense when
 there's both an updated cvs and an outdated svn externals/grill folder.

totally.

 Currently it's more consistent (both are outdated) since all new stuff

well,but if consisteny between the 2 revision control systems (that  
is: the SVN and a (frozen) CVS) would have been the main target of the  
switch, this would have effectively killed any new development.
this is a kind of stability i never really bothered with.

 happens on https://svn.g.org.

yes, we should find an upgrade procedure for such cases.
once again, lacy consensus proves to be not the most effective means

fgamsdr
IOhannes


This message was sent using IMP, the Internet Messaging Program.



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 'pure' pd DSP abstractions wanted!

2008-08-27 Thread zmoelnig
Quoting hard off [EMAIL PROTECTED]:

 jamie,   my diy collection has no licence, no need for credit., etc..  i'm
 more than happy for you to do whatever and use it.



each and every piece of software has a licence.
just because you haven't manually assigned a license, doesn't mean  
that you have chosen the no licence option.
in fact, you have chosen a rather restrictive option, that protects  
your copyrights.

a licence is nothing bad, esp. it is not a restriction. instead, it is  
a way to declare and retract restrictions.


if you want people to be able to use your software without any  
restrictions, you have to put your software under a licence that  
allows them to do so.
if you want something really open, chose Public Domain.

fgmadsr
IOhannes






This message was sent using IMP, the Internet Messaging Program.



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] DIY library - samplers, synthesis, effects, etc

2008-08-27 Thread Kyle Klipowicz
This is freaking awesome.

~Kyle

On Wed, Aug 27, 2008 at 5:34 AM, hard off [EMAIL PROTECTED] wrote:

 here's the mailing list link to my DIY library,

 lots of plug and play units for music and sound production.


 http://www.m-pi.com/DIY2.zip

 at the moment there is no formal licence, so anyone may use these however
 they want.


 also, i am in europe travelling round until mid-october, so if anyone wants
 to get in touch with me for whatever reason (i like to play live gigs, hint
 hint ;), then please do!




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 
-

 -
  - --
http://perhapsidid.wordpress.com
http://myspace.com/kyleklipowicz
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list