Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-09 | cyclone (cycle~, funbuff): cleanup garray_getarrayfloats/t_float stuff | N.N. | |
cyclone/cycle~: fixed offset as argument and in set message doc/help/cyclone/cycle~-help: improved patch svn path=/trunk/externals/miXed/; revision=17479 | |||
2015-06-07 | cyclone/sickle/cycle~-help.pd improvement | N.N. | |
svn path=/trunk/externals/miXed/; revision=17476 | |||
2015-06-07 | cyclone/sickle/slide~: fixed a nasty border condition issue causing a very ↵ | N.N. | |
abrupt slide. svn path=/trunk/externals/miXed/; revision=17475 | |||
2015-06-07 | Changed rampsmooth~ ramp to linear as specified by help-patch and Max5 doc. | N.N. | |
svn path=/trunk/externals/miXed/; revision=17474 | |||
2015-06-05 | Checked documentation and improved help patch. | N.N. | |
svn path=/trunk/externals/miXed/; revision=17473 | |||
2015-05-28 | Added proper credits to dsp/dac~ wrappers | N.N. | |
Added another missing -help.pd svn path=/trunk/externals/miXed/; revision=17471 | |||
2015-05-26 | Added missing mute buttons | N.N. | |
svn path=/trunk/externals/miXed/; revision=17470 | |||
2015-04-20 | Updated to current state and version | N.N. | |
svn path=/trunk/externals/miXed/; revision=17451 | |||
2015-03-06 | Removed reference to unneeded file coll.txt because it breaks the make install | N.N. | |
svn path=/trunk/externals/miXed/; revision=17434 | |||
2015-02-09 | Add the missing bits for cyclone 0.57; a help patch, dsp and uputput ↵ | N.N. | |
abstractions, and a copy of the obligatory voice.wav. svn path=/trunk/externals/miXed/; revision=17425 | |||
2015-02-02 | Reformatted and enhanced the cyclone help-patches. | N.N. | |
svn path=/trunk/externals/miXed/; revision=17422 | |||
2015-01-27 | cyclone/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-27 | For 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-23 | Fixed the bits-message for bitand~, bitor~ and bitxor~ in cyclone/sickle ↵ | N.N. | |
(bug #1186) svn path=/trunk/externals/miXed/; revision=17418 | |||
2015-01-04 | removed 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-03 | missed 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-03 | bump 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-03 | adds 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-03 | completes 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-29 | Fixes 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 | |||
2014-12-25 | Applying bugfix ticket #515 Fix for garray_getfloatarray error message in ↵ | N.N. | |
miXed/cyclone objects. replaced by garray_getfloatwords svn path=/trunk/externals/miXed/; revision=17393 | |||
2013-12-09 | fix out-of-bound array access | IOhannes m zmölnig | |
invalid binary files might result in negative symtable indices. this patch should prevent a crash in these cases... svn path=/trunk/externals/miXed/; revision=17227 | |||
2013-01-23 | make cyclone's build system also use PD_INCLUDE like the template | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16980 | |||
2013-01-22 | fix endian for Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16967 | |||
2013-01-22 | convert int typedefs to use C99 stdint.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16966 | |||
2013-01-22 | fix so all pointers used as IDs work in 64-bit also | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16965 | |||
2013-01-22 | fix format-security warnings | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16964 | |||
2013-01-22 | fix warning about incomplete function prototype | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16963 | |||
2013-01-22 | support Pd < 0.44 which doesn't have sys_open(), sys_fopen(), sys_fclose() | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16962 | |||
2013-01-22 | support Pd < 0.44 which doesn't have sys_open(), sys_fopen(), sys_fclose() | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16961 | |||
2013-01-22 | use HAVE_UNISTD_H to determine when to include unistd.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16960 | |||
2013-01-22 | replace NT with proper macro: _WIN32 ↵ | Hans-Christoph Steiner | |
(http://msdn.microsoft.com/en-us/library/ff540443.aspx) svn path=/trunk/externals/miXed/; revision=16959 | |||
2013-01-22 | replace MACOSX with proper macro: __APPLE__ ↵ | Hans-Christoph Steiner | |
(https://sourceforge.net/p/predef/wiki/OperatingSystems/) svn path=/trunk/externals/miXed/; revision=16958 | |||
2013-01-22 | replace MACOSX with proper macro: __APPLE__ ↵ | Hans-Christoph Steiner | |
(https://sourceforge.net/p/predef/wiki/OperatingSystems/) svn path=/trunk/externals/miXed/; revision=16957 | |||
2013-01-22 | replace 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-22 | replace 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-22 | merge in Win32 UTF-8 file/path support | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16950 | |||
2012-12-29 | added 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-12-19 | moved META subpatch bug reports to the tracker | Jonathan Wilkes | |
svn path=/trunk/externals/miXed/; revision=16707 | |||
2012-11-26 | removing 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-26 | also bang out 3rd outlet after writing a file, per Max 4.5 and Max 6 reference | Hans-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-03-22 | fix bad arg to [trigger] | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16089 | |||
2012-03-20 | clean up pointless errors and made it work by default when the patch opens | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16081 | |||
2012-03-11 | prevent scrollbars from showing up from on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=16064 | |||
2012-02-29 | updated pd meta keywords | Jonathan Wilkes | |
svn path=/trunk/externals/miXed/; revision=16040 | |||
2012-02-29 | fixed broken objects | Jonathan Wilkes | |
svn path=/trunk/externals/miXed/; revision=16039 | |||
2012-01-30 | fixed 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-30 | remove 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-30 | rename [cartopol~] files so they follow the classname | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=15925 | |||
2012-01-02 | define UNIX macro on UNIX-ish platforms to enable ~ expansion in paths | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=15863 |