aboutsummaryrefslogtreecommitdiff
path: root/cyclone
AgeCommit message (Collapse)Author
2015-01-27cyclone/coll: Added the missing message separate.N.N.
cyclone/decide: Replaced the fixed seed by rand() and added support for a seed as argument. svn path=/trunk/externals/miXed/; revision=17420
2015-01-27For cyclone/funbuff, filter out the non-object name part during file write, ↵N.N.
so it doesn't break while reading it back. Reported as bug #1188 svn path=/trunk/externals/miXed/; revision=17419
2015-01-04removed extra inlet, fixed argument. bug: #1177 cyclone/rand~ does not use ↵N.N.
its argument as frequency svn path=/trunk/externals/miXed/; revision=17403
2015-01-03missed this one in revision 17397; completes the 64-pit support started with ↵N.N.
rev 17393 svn path=/trunk/externals/miXed/; revision=17400
2015-01-03bump the version to 0.57 (now also reported by some objects)N.N.
--Thissssss, and those below, will be ignored-- M build_counter svn path=/trunk/externals/miXed/; revision=17399
2015-01-03adds support from three messages which originale from the Max/MSP object; ↵N.N.
pause, resume, stop svn path=/trunk/externals/miXed/; revision=17398
2015-01-03completes the 64-pit support started with rev 17393, also adds a log message ↵N.N.
with version number to each changed object. svn path=/trunk/externals/miXed/; revision=17397
2014-12-29Fixes the crash on [set <min>( or [set(. Application of patch tracker patch ↵N.N.
#516 Fix for externals/miXed/cyclone/sickle/count.c. svn path=/trunk/externals/miXed/; revision=17394
2013-01-23make cyclone's build system also use PD_INCLUDE like the templateHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16980
2013-01-22convert int typedefs to use C99 stdint.hHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16966
2013-01-22fix so all pointers used as IDs work in 64-bit alsoHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16965
2013-01-22fix warning about incomplete function prototypeHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16963
2013-01-22use HAVE_UNISTD_H to determine when to include unistd.hHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16960
2013-01-22replace MACOSX with proper macro: __APPLE__ ↵Hans-Christoph Steiner
(https://sourceforge.net/p/predef/wiki/OperatingSystems/) svn path=/trunk/externals/miXed/; revision=16957
2013-01-22replace NT with proper macro: _WIN32 ↵Hans-Christoph Steiner
(http://msdn.microsoft.com/en-us/library/ff540443.aspx) svn path=/trunk/externals/miXed/; revision=16956
2013-01-22replace MSW with proper macro: _WIN32 ↵Hans-Christoph Steiner
(http://msdn.microsoft.com/en-us/library/ff540443.aspx) svn path=/trunk/externals/miXed/; revision=16955
2013-01-22merge in Win32 UTF-8 file/path supportHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=16950
2012-12-29added all-lower-case aliases to all objects since Max/MSP 4.6 converted to ↵Hans-Christoph Steiner
all lowercase (forgot setup function) svn path=/trunk/externals/miXed/; revision=16793
2012-11-26removing bang after [write( after checking the Max/MSP help patch on Max ↵Hans-Christoph Steiner
4.5, Max5 and Max6 svn path=/trunk/externals/miXed/; revision=16589
2012-11-26also bang out 3rd outlet after writing a file, per Max 4.5 and Max 6 referenceHans-Christoph Steiner
The Max6 coll.maxhelp says "bangs when done reading", so it seems that cyclone's [coll] only bangs when done reading. But the reference says more on that topic: "Out 3rd outlet: Sent out when coll has finished loading in or writing a file of data." svn path=/trunk/externals/miXed/; revision=16588
2012-01-30fixed inversed phase output and checked against Max5 for compatibility, now ↵Hans-Christoph Steiner
[cartopol~] matches the output of [cartopol] svn path=/trunk/externals/miXed/; revision=15927
2012-01-30remove renaming of [cartopol~] since I did not realize there was some ↵Hans-Christoph Steiner
Makefile tricks in Makefile.common to rename the binary svn path=/trunk/externals/miXed/; revision=15926
2012-01-30rename [cartopol~] files so they follow the classnameHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15925
2012-01-02define UNIX macro on UNIX-ish platforms to enable ~ expansion in pathsHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15863
2012-01-01updated LDFLAGS for Linux and added support for GNU/Hurd and kFreeBSDHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15860
2011-11-18include text files with notes in manual/Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15795
2011-10-06added shared .o files to the clean targetHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15526
2011-10-06fixed clean target to get everythingHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15525
2011-09-27used class_addcreator to declare cyclone/class names for the lowercase ↵Hans-Christoph Steiner
version otherwise we get the 1000 can't open error svn path=/trunk/externals/miXed/; revision=15361
2011-09-27add links for the downcase versions only on GNU/Linux since Windows and Mac ↵Hans-Christoph Steiner
OS X almost always use case insensitive file systems, so Borax.pd_darwin is the same file as borax.pd_darwin, etc. svn path=/trunk/externals/miXed/; revision=15360
2011-09-26ported to 0.43Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15350
2011-09-26added all-lower-case aliases to all objects since Max/MSP 4.6 converted to ↵Hans-Christoph Steiner
all lowercase svn path=/trunk/externals/miXed/; revision=15349
2011-08-01replace .x%x 32-bit only canvas id with .x%lx canvas id which supports ↵Hans-Christoph Steiner
32-bit and 64-bit svn path=/trunk/externals/miXed/; revision=15186
2011-03-08ported to 0.43 and added backwards compatibility procHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=15018
2011-01-19added to add .exe to cyclist on WindowsHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14759
2010-11-18removed -j4 for deploymentHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14444
2010-11-12updating version based on krzyszcz saying: "how about changing 0.1-alpha56 ↵Hans-Christoph Steiner
to plain 0.1.56?" svn path=/trunk/externals/miXed/; revision=14435
2010-11-11bumped version to 0.1-alpha56 after tarball releaseHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14414
2010-11-10install cyclist last in case the user doesn't have perms to write in ↵Hans-Christoph Steiner
/usr/local/bin, at least everything else will be installed svn path=/trunk/externals/miXed/; revision=14382
2010-11-10first semblance of a working .deb for cycloneHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14381
2010-11-10converted cyclone build to a custom standlone makefile for making the libdirHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14380
2010-06-14commented out debug messageHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=13658
2007-12-03reverting to original savefn since I can't figure out how Krzysztof is using ↵Hans-Christoph Steiner
te_binbuf svn path=/trunk/externals/miXed/; revision=9072
2007-10-31fixed problems with the classname stuff I just added:Hans-Christoph Steiner
- some objects use "x_ob" instead of the standard "x_obj" - Table puts the t_object in some other struct - Scope~ hides the t_object under some layer that's beyond me svn path=/trunk/externals/miXed/; revision=8911
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/miXed/; revision=8902
2007-10-23checked in small Intel Mac fix from Thomas Grill, patch #1604142Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=8866
2007-10-23removed ancient build system cruftHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=8865
2005-11-21cyclone alpha55 (see notes.txt for cyclone and shared)N.N.
svn path=/trunk/externals/miXed/; revision=4011
2005-05-10toxy alpha17 and pddp alpha1 (see notes.txt for toxy, pddp and shared)N.N.
svn path=/trunk/externals/miXed/; revision=2941
2005-03-12cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared)N.N.
svn path=/trunk/externals/miXed/; revision=2618