I read:
I am sure there are more such clones somewhere on people's disks --
I wrote a gate clone a while ago -> http://test.pilot.fm/pd/externs/
maybe it is time to revive pd-lib? Maybe under a new name and outside of sourceforge?
why not use the name and location ?
Just recently I have made comb~ and allpass~ clones needed for flanging/phasing fx with sub-blocksize delays. I coded them from scratch, because the versions in pd-lib cannot be modulated.
where ?
Btw, I store them, with some others, in a `cyclone' directory...:)
;)
regards,
x
hi,
CK wrote: ...
maybe it is time to revive pd-lib? Maybe under a new name and outside of sourceforge?
why not use the name and location ?
well, I really meant ``_maybe_ it would be better to make a change'', because
. I think it somehow does not work sourceforge way:
pd-lib.sourceforge.net/status.html: Last Update: May 10, 2000
. I do not like the name. It suggests being ``the pd library''...
Just recently I have made comb~ and allpass~ clones needed for flanging/phasing fx with sub-blocksize delays. I coded them from scratch, because the versions in pd-lib cannot be modulated.
where ?
I prefer not to release untested code, sorry... Esp. if this would mean starting a new project (which is not vital: after all, vd~ is sufficient in most cases).
And, from user's pov, the more (distributed) code to collect, the less time is left for music...
But I would happily see it part of a larger context.
Krzysztof
I can pass you on some code for a 'comb~' and 'allpass~' which I wrote a few months ago if you want, also a 'schroder reverb~', they work fine, let me know if you want me to send you a copy. I pretty sure there bug-free!
--- Krzysztof Czaja czaja@chopin.edu.pl wrote: > hi,
CK wrote: ...
maybe it is time to revive pd-lib? Maybe under a
new name and outside
of sourceforge?
why not use the name and location ?
well, I really meant ``_maybe_ it would be better to make a change'', because
. I think it somehow does not work sourceforge way:
pd-lib.sourceforge.net/status.html: Last Update: May 10, 2000
. I do not like the name. It suggests being ``the pd library''...
Just recently I have made comb~ and allpass~
clones needed for
flanging/phasing fx with sub-blocksize delays. I
coded them from
scratch, because the versions in pd-lib cannot be
modulated.
where ?
I prefer not to release untested code, sorry... Esp. if this would mean starting a new project (which is not vital: after all, vd~ is sufficient in most cases).
And, from user's pov, the more (distributed) code to collect, the less time is left for music...
But I would happily see it part of a larger context.
Krzysztof
Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
Hi again,
I think we need some sort of libraries for special purposes. That's why I just put the 'music analysis' objects into one library. I find it sometimes very frustrating to search for (the existence of) a special object because it could be in nearly any library. I really like zexy, ggee, ext13 and the like but having libraries like, say, 'control', 'signal', 'network'... would make it much easier to find what one is searching for. And in case one is doing mainly control stuff with midi in/out, for example, it would be enough to use one single library.
The name 'maxlib' was not intended to say something like 'max clones library' (but I prefer to stick to the Max 'originals', implementing their names and behaviour to make it easier for people who use both Max and Pd). It more or less happened by chance that most objects I needed were already available in Max. Anyway, I would be willing to contribute my objects to other libraries or include objects into maxlib that 'fit into the concept'.
Olaf
CK schrieb:
I read:
I am sure there are more such clones somewhere on people's disks --
I wrote a gate clone a while ago -> http://test.pilot.fm/pd/externs/
maybe it is time to revive pd-lib? Maybe under a new name and outside of sourceforge?
why not use the name and location ?
Just recently I have made comb~ and allpass~ clones needed for flanging/phasing fx with sub-blocksize delays. I coded them from scratch, because the versions in pd-lib cannot be modulated.
where ?
Btw, I store them, with some others, in a `cyclone' directory...:)
;)
regards,
x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
The name 'maxlib' was not intended to say something like 'max clones library' (but I prefer to stick to the Max 'originals', implementing their names and behaviour to make it easier for people who use both Max and Pd).
This was the original idea behind the flext layer. Write once, use on both platforms.
Yet, the most obvious advantage of MaxMSP are the GUI objects where PD is far behind. I have thought over it but i did not come to a really portable solution. I will try to implement an embedded wxPython interface in the next time, which seems to be the best suited for the available platforms, but it will NOT support pd's GUI client/server approach. I don't mind, though.
greetings, Thomas