aboutsummaryrefslogtreecommitdiff
path: root/htdocs/download.php
blob: 27df04889ab35786f5ea22b82147f98c8ec6fe5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!-- $Id: download.php,v 1.5 2004-10-19 11:44:52 ggeiger Exp $  -->

<HTML>

<HEAD>
<TITLE>Pure Data External Repository</TITLE>
<link rel="stylesheet" type="text/css" href="pd.css" media="screen">
</HEAD>

<BODY text="#000000" bgcolor="#ffffff" >

<h1>Pure Data External Repository</h1>

<div id="Menu">

| <a href="index.php" title=""><b>Introduction</b></a><br>
| <a href="download.php" title=""><b>Download</b></a><br>
| <a href="documentation.php" title=""><b>Documentation</b></a><br>
| <a href="developer.php" title=""><b>Developers</b></a><br>
| <a href="http://pure-data.info/community/lists/"><b>Mailing Lists</b></a><br>
| <a href="contact.php" title=""><b>Contact</b></a><br>
| <a href="http://sourceforge.net/projects/pure-data" title=""><b>Project Page</b></a><br>
| <a href="http://puredata.info" title""><b>Community Site</b></a><br>

<br>
<br>
<span class="quote">
<b>Tip of the month</b><br />
When working on a patch, it's often best to stay in edit mode and use the CTRL key to modify any parameters.
<br>
<a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
</span>

</div>
<div id="Content">
<!-- Quote of the day -->

<h2>Download</h2>

We are aiming to make this page the one stop for all of your Pd downloads.

<h3>Pure Data</h3>

<h4><a href="http://sourceforge.net/project/showfiles.php?group_id=55736&release_id=144081">pure-data</a></h4>
<p>Miller Puckette's distribution.  You can also get it from <a href="http://crca.ucsd.edu/~msp/" >his site</a>.</p>

<h4><a href="http://sourceforge.net/project/showfiles.php?group_id=55736&release_id=145993" >pd-extended</a></h4>
<p>The Pd developer community have added some extensions to Pd, like colored audio cords, GUI glitch prevention, and more.  The pd-extended
distribtution includes these patches.</p>

<h3>Externals</h3>

<h4><a href="http://sourceforge.net/project/showfiles.php?group_id=55736&release_id=146085"
>pd-externals</a></h4>
<p>The core package of pd externals.  It includes all externals that
do not depend on other libraries.</p>

<h4>pd-flext</h4>
<p>flext is a C++ layer for cross-platform development of Max/MSP and Pd
externals.  Package is coming soon... look <a href="http://www.parasitaere-kapazitaeten.net/Pd/ext/flext/" >here</a> in the meantime.</p>

<h4><a href="http://gem.iem.at/" >pd-gem</a></h4>
<p>GEM is an OpenGL and video extension for Pd.</p>

<h4>pd-osc</h4>
<p>This is <a href="http://cnmat.cnmat.berkeley.edu/OSC/"
target="osc">OpenSoundControl</a> for Pd.  Package is coming soon... look <a href="http://barely.a.live.fm/pd/OSC/" >here</a> in the meantime.</p>

<BR>
<BR>
<CENTER>
<form action="http://pd.klingt.org/webring/" method="post">
<input type="hidden" name="base_url" value="">
<input type="hidden" name="description" value="CVS Repository at SourceForge">

<table width=260 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">
  <tr>
    <td width=55 height=25 align="center">
      <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" align="middle" border="0"></td>      
    <td width=62 height=25 align="center">
      <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle" border="0"></td>
    <td width=63 height=25 align="center">
      <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle" border="0"></td>
    <td width=80 height=25 align="center">
      <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle" border="0"></td>
  </tr>
  <tr>
    <td colspan=4 width=260 height=50 align="center">
      <a href="http://pd.klingt.org/webring/info.html">
      <img src="http://pd.klingt.org/webring/webring.gif" border=0 width=260
      height=50 align="middle" alt="pd webring"></a>
    </td>
  </tr>
</table>
</form>
</CENTER>
<BR>

<BR>
<P CLASS="small">
Last Modified: October 04 2003 11:09:15 GMT</P>

</div>

</BODY>