aboutsummaryrefslogtreecommitdiff
path: root/sonogram~/sonogram~-joge.c
AgeCommit message (Collapse)Author
2015-10-14got everything building using the template MakefileHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15173
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=14153
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-Christoph Steiner
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/externals/unauthorized/; revision=10652
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/unauthorized/; revision=8902
2006-04-07these don't compile MinGW (yet?)Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=4833
2005-12-18lots of MinGW fixes for RC6Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=4250
2005-04-19updated to build on a plain MacOSX setupHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=2783
2003-09-25updated externals so that the help files work in 0.37. Unfortunately this ↵Hans-Christoph Steiner
breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034
2003-09-15updated #ifdef code to make savefn and propertiesfn work under 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=965
2003-09-02added #if's and minor tweaks to make things compile with pd 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=929
2003-08-18excluded malloc.h for MacOS X because of compile troubles; added explicit ↵Hans-Christoph Steiner
include for m_pd.h to be compatible with 0.37 svn path=/trunk/externals/unauthorized/; revision=882
2003-08-16added files straight from Yves' sourcesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=864