Skip to content

Commit

Permalink
Merge branch 'master' of /home/mxseb/codins/pd-src/pure-data/ into next
Browse files Browse the repository at this point in the history
  • Loading branch information
sebshader committed Jun 15, 2024
2 parents fa5595f + 14d8b97 commit 158a318
Show file tree
Hide file tree
Showing 429 changed files with 15,449 additions and 11,976 deletions.
10 changes: 6 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ menu.

Except as otherwise noted, all files in the Pd distribution are

Copyright (c) 1997-2021 Miller Puckette and others.
Copyright (c) 1997-2024 Miller Puckette and others.

For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see LICENSE.txt included in the Pd distribution.
Expand All @@ -56,6 +56,8 @@ Thanks to Harry Castle, Krzysztof Czaja, Mark Danks, Christian Feldbauer,
Guenter Geiger, Kerry Hagan, Trevor Johnson, Fernando Lopez-Lezcano, Adam
Lindsay, Karl MacMillan, Thomas Musil, Toshinori Ohkouchi, Winfried Ritsch,
Vibeke Sorensen, Rand Steiger, Hans-Christoph Steiner, Shahrokh Yadegari, Dan
Wilcox, David Zicarelli, IOhannes m zmoelnig, and probably many others for
contributions of code, documentation, ideas, and expertise. This work has
received support from Intel, Keith McMillen Instruments, ZKM, IEM, and UCSD.
Wilcox, David Zicarelli, IOhannes m zmoelnig, Christof Ressi, Antoine Rousseau,
Alexandre Torres Porres, Claude Heiland-Allen, Roman Haefeli, Lucarda, Seb Shader
and probably many others for contributions of code, documentation, ideas, and
expertise. This work has received support from Intel, Keith McMillen Instruments,
ZKM, IEM, and UCSD.
8 changes: 7 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##### Prelude #####

AC_PREREQ(2.59)
AC_INIT([pd], [0.54.1])
AC_INIT([pd], [0.55.0])
AC_CONFIG_SRCDIR(src/m_pd.c)
AC_CONFIG_AUX_DIR([m4/config])
AC_CONFIG_MACRO_DIR([m4/generated])
Expand Down Expand Up @@ -89,6 +89,12 @@ AS_CASE([$host],
EXTERNAL_CFLAGS="-fPIC"
EXTERNAL_EXTENSION=d_fat
# helps for machine/endian.h to be found
PD_CFLAGS="-D_DARWIN_C_SOURCE"
# increase max allowed file descriptors
PD_CFLAGS="$PD_CFLAGS -D_DARWIN_UNLIMITED_SELECT -DFD_SETSIZE=10240"
# a set of search paths are used on macOS in s_inter.c
wish="default search paths"
Expand Down
4 changes: 2 additions & 2 deletions doc/1.manual/1.introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ See the file:

Reference manual for Pd lives in:
PD_BASEDIR/doc/1.manual/index.htm
or online:
or online at:
http://msp.ucsd.edu/Pd_documentation/

Information of all sorts (guides, development, meetings, more documentation, etc):
Information of all sorts (guides, development, forks, meetings, more documentation, etc):
http://puredata.info

Code repository:
Expand Down
Binary file removed doc/1.manual/deken.gif
Binary file not shown.
Binary file removed doc/1.manual/fig1.1.png
Binary file not shown.
Binary file removed doc/1.manual/fig1.2.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig1.3.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig1.4.png
Binary file not shown.
Binary file removed doc/1.manual/fig1.5.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig11.1.png
Binary file not shown.
Binary file removed doc/1.manual/fig11.2.png
Binary file not shown.
Binary file removed doc/1.manual/fig11.3.png
Binary file not shown.
Binary file removed doc/1.manual/fig11.4.png
Binary file not shown.
Binary file removed doc/1.manual/fig3.1.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.10.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.2.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.3.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.4.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.5.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.6.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.7.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.8.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig3.9.jpg
Binary file not shown.
Binary file removed doc/1.manual/fig4.1.png
Binary file not shown.
Binary file removed doc/1.manual/fig4.3.png
Binary file not shown.
Binary file removed doc/1.manual/fig4.4.png
Binary file not shown.
Binary file removed doc/1.manual/fig4.5.png
Binary file not shown.
Binary file removed doc/1.manual/fig4.6.png
Binary file not shown.
Binary file removed doc/1.manual/fig7.1.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig7.2.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig7.3.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig7.4.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig7.5.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig7.6.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.1.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.2.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.3.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.4.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.5.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig8.6.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig9.1.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig9.2.jpg
Diff not rendered.
Binary file removed doc/1.manual/fig9.3.jpg
Diff not rendered.
Loading

0 comments on commit 158a318

Please sign in to comment.