aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-11moved package to pkg-multimedia: ↵Hans-Christoph Steiner
http://git.debian.org/?p=pkg-multimedia/pd-cyclone.git;a=summary svn path=/trunk/externals/miXed/; revision=14391
2010-11-11remove empty /usr/bin/ since no cyclistHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14390
2010-11-10remove cyclist from .deb until its readyHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14386
2010-11-10got dh_shlibdeps working properlyHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14385
2010-11-10added omitted m_imp.hHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14384
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-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=14153
2010-06-14commented out debug messageHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=13658
2010-04-14renamed to standard help file nameHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=13450
2010-01-04added {} quoting on names when passing them to Tcl procsHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=12881
2009-10-29Added a few help files for cycloneThomas O Fredericks
svn path=/trunk/externals/miXed/; revision=12694
2009-09-20adding support for finding pd.dll in pd/src or pd/binHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=12411
2009-06-10--export-dynamic needs to go to the linker, not the compiler, and LFLAGS ↵Hans-Christoph Steiner
here is sent to gcc, so append a -Wl, before it to make sure it goes to the linker svn path=/trunk/externals/miXed/; revision=11738
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/miXed/; revision=11724
2009-04-24add a little splash of color instead of a blank canvasHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=11106
2009-04-23removed errant blank comment and adjusted size/placement a bitHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=11105
2009-04-23created a help patch, should be pretty much complete, but could use some ↵Hans-Christoph Steiner
better examples svn path=/trunk/externals/miXed/; revision=11104
2009-03-23whipped up quick help file for peakamp~, its a nice object!Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=10894
2009-03-11created rudimentary help patchHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=10858
2009-03-11changed line~ to Line~ so that it uses the cyclone object, not the vanilla ↵Hans-Christoph Steiner
object, and improved example svn path=/trunk/externals/miXed/; revision=10857
2009-03-11quick sketch of a line~ hlep patchHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=10856
2009-02-25swapped out 'echo -e' to be compatible with BSD's /bin/echoHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=10814
2009-02-18made PD_DIR changeable from outside...IOhannes m zmölnig
svn path=/trunk/externals/miXed/; revision=10794
2009-01-13added "-fPIC" for 64bit compatibilityIOhannes m zmölnig
svn path=/trunk/externals/miXed/; revision=10528
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=10266
2008-04-12oops, forgot a carriage returnHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=9696
2008-04-12switched 'echo' to 'printf' since you cannot rely on 'echo -e' being availableHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=9695
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-11-01fixed widget_save, it doesn't use the standard structs, but instead seems to ↵Hans-Christoph Steiner
have the same struct layout as Scope~ svn path=/trunk/externals/miXed/; revision=8920
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
2007-10-23checked in patch #1813710, a seq help patch from jkant, and updated the ↵Hans-Christoph Steiner
cyclone install target svn path=/trunk/externals/miXed/; revision=8864
2007-10-10added three generic URL opening commands that use the defaults of ↵Hans-Christoph Steiner
GNOME/KDE/Debian svn path=/trunk/externals/miXed/; revision=8795
2007-08-10*** empty log message ***N.N.
svn path=/trunk/externals/miXed/; revision=8501
2007-07-17outlined behavior with no argumentHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=8097
2007-06-24*** empty log message ***N.N.
svn path=/trunk/externals/miXed/; revision=7797
2007-06-13made links blue, but a different blue than Pd selected text, plus hover ↵Hans-Christoph Steiner
turns red svn path=/trunk/externals/miXed/; revision=7770
2007-06-12removed broken links to examples to fix bug #1714485Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7763
2007-05-10fixed bug with setting minimum/maximum with objects instead of messages.IOhannes m zmölnig
(this tells us that people really don't read the documentation ;-)); added a note on the 3rd inlet which is labeled as "min" but really is a "set" and which is likely (though unconfirmed by me) to be a bug in either the original (Max'ish) documentation or implementation svn path=/trunk/externals/miXed/; revision=7645
2007-04-02renamed help patches to follow the standard file naming schemeHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7539
2007-04-02ok, I think I finally nailed this stupid sh vs. echo -e bugHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7535
2007-03-30fixed strict sh compatibility issuesHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7525
2007-02-13minor cleanupHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7423
2007-01-16OPT_CFLAGS was getting overridden by the Pd-extended build system, therefore ↵Hans-Christoph Steiner
-mms-bitfields wasn't being included; now it is and it seems to work fine svn path=/trunk/externals/miXed/; revision=7353
2007-01-16another attempt at MinGW build flagsHans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7351
2006-12-30added help file for new(ish) overdrive~Hans-Christoph Steiner
svn path=/trunk/externals/miXed/; revision=7101