Hi
I'd like to play around with polypoly to see what it can do for me. But I couldn't find a place to download it, where is it available from?
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote:
I'd like to play around with polypoly to see what it can do for me. But I couldn't find a place to download it, where is it available from?
It's in the CVS in directory absractions/footils/foo/
Frank Barknecht _ ______footils.org_ __goto10.org__
Frank Barknecht wrote:
It's in the CVS in directory absractions/footils/foo/
I'm afraid I'm to stupid to take it from here. Where's the cvs repository located?
Hi Atte,
First, go here: http://sourceforge.net/projects/pure-data
Select the "Code" menu under the "Pure Data Computer Music System" heading.
Select "CVS Browse".
Navigate to abstractions/footils/foo and get all files that match the pattern *poly*. Note: to get a file, click on the revision number link, then right-click on the "download" link.
If you'd like to see an example of polypoly in use, check out http://www.pkstonemusic.com/polyWaveSynth.html .
Phil Stone pkstonemusic.com
Atte André Jensen wrote:
Frank Barknecht wrote:
It's in the CVS in directory absractions/footils/foo/
I'm afraid I'm to stupid to take it from here. Where's the cvs repository located?
Phil Stone wrote:
Hi Atte,
First, go here: http://sourceforge.net/projects/pure-data
Select the "Code" menu under the "Pure Data Computer Music System" heading.
Select "CVS Browse".
Navigate to abstractions/footils/foo and get all files that match the pattern *poly*. Note: to get a file, click on the revision number link, then right-click on the "download" link.
or get a decent CVS client (e.g. tortoiseCVS) and checkout the latest and greatest revision directly.
here are some instructions onhow to setup your CVS access: http://puredata.info/docs/developer/sourceforge_cvs/
using CVS will make keeping up-to-date as simple as "cvs update" instead of having to klick through a website...
fmg.adsr IOhannes
Agreed. However, considering that Atte didn't know how to get to PD CVS, I thought I'd outline a method more likely to be useful for him or for new users just looking to pick up a needed abstraction or two.
Phil
IOhannes m zmoelnig wrote:
Phil Stone wrote:
Hi Atte,
First, go here: http://sourceforge.net/projects/pure-data
Select the "Code" menu under the "Pure Data Computer Music System" heading.
Select "CVS Browse".
Navigate to abstractions/footils/foo and get all files that match the pattern *poly*. Note: to get a file, click on the revision number link, then right-click on the "download" link.
or get a decent CVS client (e.g. tortoiseCVS) and checkout the latest and greatest revision directly.
here are some instructions onhow to setup your CVS access: http://puredata.info/docs/developer/sourceforge_cvs/
using CVS will make keeping up-to-date as simple as "cvs update" instead of having to klick through a website...
fmg.adsr IOhannes
IOhannes m zmoelnig wrote:
or get a decent CVS client (e.g. tortoiseCVS) and checkout the latest and greatest revision directly.
I'm quite familiar with cvs, thank you very much :-) although I switched to SVN myself. Checking out as we speak.
However the repository seemed only to be found for the chosen few, hence my post.
Seems there's loads of stuff, and a billion dirs to be added to my pd-path :-( / :-)
Somewhere in the recent, deep thread on namespace I seem to recall someone (Frank?) mentioning he copied ecerything into one dir. Is that recommendable or what's the best way to do it?
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote:
Somewhere in the recent, deep thread on namespace I seem to recall someone (Frank?) mentioning he copied ecerything into one dir. Is that recommendable or what's the best way to do it?
No, I'd say the recommended way is to use the layout that pd-extended uses. There are central Makefiles to basically build everything in /packages IIRC. (Also look around a bit on puredata.info)
Frank Barknecht _ ______footils.org_ __goto10.org__