aboutsummaryrefslogtreecommitdiff
path: root/cyclone
AgeCommit message (Expand)Author
2015-06-25Updated Makefile.pdlibbuilder to first Git release 0.0.0N.N.
2015-06-24Fixed [lookup~] behaviour, now like Max5N.N.
2015-06-18Added new build system with temporary names (intended to replace native miXed...N.N.
2015-06-18removed logpost() from cyclone objects for nowN.N.
2015-06-18fixed cyclone/rampsmooth~ inlets, improved the help patchN.N.
2015-06-14Added teeth~ abstraction & helpN.N.
2015-06-13Added class_sethelpsymbol to all nettle objectsN.N.
2015-06-11Rearranged nettles as independent library object and created help patchN.N.
2015-06-11cyclone/Bucket: Added max5mode, improved help-patch.N.N.
2015-06-09cyclone/poltocar.c: finally fixed the polarity of the imaginary outletN.N.
2015-06-09cyclone/comment.c: applied patch as described in bug #215, and it appears to ...N.N.
2015-06-09cyclone (cycle~, funbuff): cleanup garray_getarrayfloats/t_float stuffN.N.
2015-06-07cyclone/sickle/slide~: fixed a nasty border condition issue causing a very ab...N.N.
2015-06-07Changed rampsmooth~ ramp to linear as specified by help-patch and Max5 doc.N.N.
2015-04-20Updated to current state and versionN.N.
2015-03-06Removed reference to unneeded file coll.txt because it breaks the make installN.N.
2015-01-27cyclone/coll: Added the missing message separate.N.N.
2015-01-27For cyclone/funbuff, filter out the non-object name part during file write, s...N.N.
2015-01-04removed extra inlet, fixed argument. bug: #1177 cyclone/rand~ does not use it...N.N.
2015-01-03missed this one in revision 17397; completes the 64-pit support started with ...N.N.
2015-01-03bump the version to 0.57 (now also reported by some objects)N.N.
2015-01-03adds support from three messages which originale from the Max/MSP object; pau...N.N.
2015-01-03completes the 64-pit support started with rev 17393, also adds a log message ...N.N.
2014-12-29Fixes the crash on [set <min>( or [set(. Application of patch tracker patch #...N.N.
2013-01-23make cyclone's build system also use PD_INCLUDE like the templateHans-Christoph Steiner
2013-01-22convert int typedefs to use C99 stdint.hHans-Christoph Steiner
2013-01-22fix so all pointers used as IDs work in 64-bit alsoHans-Christoph Steiner
2013-01-22fix warning about incomplete function prototypeHans-Christoph Steiner
2013-01-22use HAVE_UNISTD_H to determine when to include unistd.hHans-Christoph Steiner
2013-01-22replace MACOSX with proper macro: __APPLE__ (https://sourceforge.net/p/predef...Hans-Christoph Steiner
2013-01-22replace NT with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library...Hans-Christoph Steiner
2013-01-22replace MSW with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/librar...Hans-Christoph Steiner
2013-01-22merge in Win32 UTF-8 file/path supportHans-Christoph Steiner
2012-12-29added all-lower-case aliases to all objects since Max/MSP 4.6 converted to al...Hans-Christoph Steiner
2012-11-26removing bang after [write( after checking the Max/MSP help patch on Max 4.5,...Hans-Christoph Steiner
2012-11-26also bang out 3rd outlet after writing a file, per Max 4.5 and Max 6 referenceHans-Christoph Steiner
2012-01-30fixed inversed phase output and checked against Max5 for compatibility, now [...Hans-Christoph Steiner
2012-01-30remove renaming of [cartopol~] since I did not realize there was some Makefil...Hans-Christoph Steiner
2012-01-30rename [cartopol~] files so they follow the classnameHans-Christoph Steiner
2012-01-02define UNIX macro on UNIX-ish platforms to enable ~ expansion in pathsHans-Christoph Steiner
2012-01-01updated LDFLAGS for Linux and added support for GNU/Hurd and kFreeBSDHans-Christoph Steiner
2011-11-18include text files with notes in manual/Hans-Christoph Steiner
2011-10-06added shared .o files to the clean targetHans-Christoph Steiner
2011-10-06fixed clean target to get everythingHans-Christoph Steiner
2011-09-27used class_addcreator to declare cyclone/class names for the lowercase versio...Hans-Christoph Steiner
2011-09-27add links for the downcase versions only on GNU/Linux since Windows and Mac O...Hans-Christoph Steiner
2011-09-26ported to 0.43Hans-Christoph Steiner
2011-09-26added all-lower-case aliases to all objects since Max/MSP 4.6 converted to al...Hans-Christoph Steiner
2011-08-01replace .x%x 32-bit only canvas id with .x%lx canvas id which supports 32-bit...Hans-Christoph Steiner
2011-03-08ported to 0.43 and added backwards compatibility procHans-Christoph Steiner