aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵HEADsvn2git-headexternals/ffextmescalinum
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/ffext/; revision=14145
2010-08-20use libsamplerate and high level methods for building framesmescalinum
svn path=/trunk/externals/ffext/; revision=13873
2010-08-19add generation of random framesmescalinum
svn path=/trunk/externals/ffext/; revision=13849
2010-08-19messing up with sampleratemescalinum
svn path=/trunk/externals/ffext/; revision=13848
2010-08-19update help patch with commands from TMS5220's datasheetmescalinum
svn path=/trunk/externals/ffext/; revision=13847
2010-08-19TMS5220 chip emulation - add reference to IC datasheetmescalinum
svn path=/trunk/externals/ffext/; revision=13846
2010-08-19TMS5220 chip emulationmescalinum
svn path=/trunk/externals/ffext/; revision=13845
2009-10-22atoi and atof externalsmescalinum
svn path=/trunk/externals/ffext/; revision=12645
2009-10-02forgot 1 thingmescalinum
svn path=/trunk/externals/ffext/; revision=12511
2009-10-02readd pd_linux/pd_darwin/... targetmescalinum
svn path=/trunk/externals/ffext/; revision=12510
2009-09-27remove debug prints in release buildmescalinum
svn path=/trunk/externals/ffext/; revision=12476
2009-09-27also save div1/div2 settings to in-patch metadatamescalinum
svn path=/trunk/externals/ffext/; revision=12475
2009-09-27- new feature: in-patch metadatamescalinum
- add in-patch saving of column widths svn path=/trunk/externals/ffext/; revision=12473
2009-09-27make cut/copy/paste or any other data write work properlymescalinum
svn path=/trunk/externals/ffext/; revision=12468
2009-09-26add unimplemented features (copy & resize pattern)mescalinum
svn path=/trunk/externals/ffext/; revision=12467
2009-09-26- fix update issues with resize/rename/creationmescalinum
- allow to resize patterns by any dimension - add license docs - makefile fixes svn path=/trunk/externals/ffext/; revision=12466
2009-09-26restored normality (editor/pd protocol and load/save in-patch data)mescalinum
svn path=/trunk/externals/ffext/; revision=12459
2009-09-26beware: (ab)using Makefiles may lead to severe injury to yourselfmescalinum
svn path=/trunk/externals/ffext/; revision=12454
2009-09-26autogeneration of headers, class setup, call wrappersmescalinum
svn path=/trunk/externals/ffext/; revision=12453
2009-09-25add editor: old code, new black magic (comm protocol still to implement)mescalinum
svn path=/trunk/externals/ffext/; revision=12452
2009-09-25rewrite in C++mescalinum
svn path=/trunk/externals/ffext/; revision=12451
2009-09-23wtf"$#@!!/mescalinum
svn path=/trunk/externals/ffext/; revision=12439
2009-09-23add DEBUG variablemescalinum
svn path=/trunk/externals/ffext/; revision=12438
2009-08-20 - Added preliminary support for song view in window.tkmescalinum
- Memory leak fixes - Add song save/load code svn path=/trunk/externals/ffext/; revision=11989
2009-08-19[song] is bornmescalinum
svn path=/trunk/externals/ffext/; revision=11988
2009-08-19add todomescalinum
svn path=/trunk/externals/ffext/; revision=11984
2009-08-19Fix handling of empty symbolmescalinum
svn path=/trunk/externals/ffext/; revision=11983
2009-08-19further fix data load/save. allow multiple tracks per patch file.mescalinum
svn path=/trunk/externals/ffext/; revision=11981
2009-08-19Fix data saving and remove old tk codemescalinum
svn path=/trunk/externals/ffext/; revision=11973
2009-08-18small fixes:mescalinum
- Switch to sendGui proc to support also desiredata and pd-devel - Handle null values correctly svn path=/trunk/externals/ffext/; revision=11950
2009-08-18import sourcesmescalinum
svn path=/trunk/externals/ffext/; revision=11945
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/ffext/; revision=11724
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/ffext/; revision=10652
2008-12-20fix cflags for amd64N.N.
svn path=/trunk/externals/ffext/; revision=10453
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/ffext/; revision=8902
2007-09-30typo in darwin makefileN.N.
svn path=/trunk/externals/ffext/; revision=8776
2007-09-29*** empty log message ***N.N.
svn path=/trunk/externals/ffext/; revision=8772
2007-09-29release 0.2.3 - you should really try thisN.N.
svn path=/trunk/externals/ffext/; revision=8771
2007-09-23fixed a bug in getitem (thanks Patrice Colet)N.N.
svn path=/trunk/externals/ffext/; revision=8750
2007-09-22ChangeLogN.N.
svn path=/trunk/externals/ffext/; revision=8749
2007-09-22added send/receive support, makefile for pd_darwinN.N.
svn path=/trunk/externals/ffext/; revision=8748
2007-09-22updated help patchN.N.
svn path=/trunk/externals/ffext/; revision=8747
2007-09-22minor fixes to makefileN.N.
svn path=/trunk/externals/ffext/; revision=8746
2007-09-21new release: added load/save/more optionsN.N.
svn path=/trunk/externals/ffext/; revision=8745
2007-09-20new gui external: trackerN.N.
svn path=/trunk/externals/ffext/; revision=8739
2007-09-18new external: notemonosvn2git-rootN.N.
svn path=/trunk/externals/ffext/; revision=8735