aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-02-03sketches for newbie tutorials. these will need to be renamed to be put in a ↵Hans-Christoph Steiner
better order svn path=/trunk/; revision=4542
2006-01-31master makefile for building the documentationIOhannes m zmölnig
svn path=/trunk/; revision=4530
2006-01-31fixed bug in complex counter sourceIOhannes m zmölnig
svn path=/trunk/; revision=4529
2006-01-31fixed typos (and bug in the complex counter example)IOhannes m zmölnig
svn path=/trunk/; revision=4528
2006-01-31bug-fixesIOhannes m zmölnig
svn path=/trunk/; revision=4527
2006-01-31added makefilesIOhannes m zmölnig
only tested on linux and mingw32-crosscompiler should work on osx and irix i'm pretty sure it won't work on w32 (M$VC) svn path=/trunk/; revision=4526
2006-01-31added the missing examples files;IOhannes m zmölnig
added a LICENSE (all the C-files are under pd's FreeBSD-like license, the HOWTO itself is CreativeCommons-ShareAlike 2.5) svn path=/trunk/; revision=4525
2006-01-30the externals-HOWTO (i almost lost the tex-sources, so here they are now)IOhannes m zmölnig
svn path=/trunk/; revision=4524
2006-01-30made path to pd-sources relativeIOhannes m zmölnig
svn path=/trunk/; revision=4523
2006-01-30adapted all_about_hid_mapping and template1-about.pd into this about patch ↵Hans-Christoph Steiner
to test a new template idea and to document new mapping objects svn path=/trunk/; revision=4522
2006-01-24added more related objects, inspired by discovering [ascseq] from the listHans-Christoph Steiner
svn path=/trunk/; revision=4480
2006-01-15spelled out comma and semi-colon to make things clearHans-Christoph Steiner
svn path=/trunk/; revision=4409
2005-12-30fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=4313
2005-12-28super basic helpfile for samplerate~Hans-Christoph Steiner
svn path=/trunk/; revision=4303
2005-12-19replaced objects with text so that the patch wouldn't crashHans-Christoph Steiner
svn path=/trunk/; revision=4259
2005-12-12made curl downloads optionalHans-Christoph Steiner
svn path=/trunk/; revision=4196
2005-12-06fixed a number of minor bugs, including Frank's patches; added test_location ↵Hans-Christoph Steiner
target to check where everything will end up svn path=/trunk/; revision=4159
2005-12-02using centralized buildlayout file. If some package needs a local copy, it ↵Hans-Christoph Steiner
can be added back svn path=/trunk/; revision=4105
2005-12-01started a catalog of GUI objectsHans-Christoph Steiner
svn path=/trunk/; revision=4094
2005-11-30preparing for RC6, bug fixes and tweaks, things are look ing goodHans-Christoph Steiner
svn path=/trunk/; revision=4086
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066
2005-11-27lots of build bug fixes and additions, including pixeltango and lots of ↵Hans-Christoph Steiner
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4050
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036
2005-11-26added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵Hans-Christoph Steiner
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035
2005-11-23fixed empty 3.audio.examples bug, it was caused by symlinks created by ↵Hans-Christoph Steiner
devsymlinks; added pd_fileformat.html from the web; built mac release 0.38.4-extendedRC4 svn path=/trunk/; revision=4024
2005-11-23copy the extendedRC4 buildlayout to all the right placesHans-Christoph Steiner
svn path=/trunk/; revision=4022
2005-11-21created Pd-0.38.4-extendedRC3.app releaseHans-Christoph Steiner
svn path=/trunk/; revision=4012
2005-11-21turned the pddp support objects into a libdir and moved them to the ↵Hans-Christoph Steiner
abstractions repository; kept [pddp_open] in place since I don't want to change it to work and its going away anyhow svn path=/trunk/; revision=4004
2005-11-21added in a patch to demonstrate [trigger]'s odditiesHans-Christoph Steiner
svn path=/trunk/; revision=4003
2005-11-21cleaned up playnow loose ends and added in new contentHans-Christoph Steiner
svn path=/trunk/; revision=4001
2005-11-21added chart of all functional printf patternsHans-Christoph Steiner
svn path=/trunk/; revision=4000
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993
2005-11-20renamed files so that they will work well in the Help browserHans-Christoph Steiner
svn path=/trunk/; revision=3988
2005-11-16simplified ASCII/hex examplesHans-Christoph Steiner
svn path=/trunk/; revision=3944
2005-11-16added %X pattern for hex conversionHans-Christoph Steiner
svn path=/trunk/; revision=3928
2005-11-16added correct name to headerHans-Christoph Steiner
svn path=/trunk/; revision=3927
2005-11-16added %c ASCII conversion exampleHans-Christoph Steiner
svn path=/trunk/; revision=3926
2005-11-14removing file since there is a duplicate with all lower case lettersHans-Christoph Steiner
svn path=/trunk/; revision=3887
2005-11-10added send symbol to get rid of the outlet on the [tgl]. It looks purty ↵Hans-Christoph Steiner
that way svn path=/trunk/; revision=3874
2005-11-10added some nifty GUI objectsHans-Christoph Steiner
svn path=/trunk/; revision=3872
2005-11-06added statement about color and made open/save distinct colorsHans-Christoph Steiner
svn path=/trunk/; revision=3847
2005-07-28added in documentation of Pd oddities that I generated in response to the ↵Hans-Christoph Steiner
thread on pd-dev about Miller's new [list] object svn path=/trunk/; revision=3383
2005-07-28added [route list] example and discussionHans-Christoph Steiner
svn path=/trunk/; revision=3380
2005-07-25updated and added content based on discussions on pd-dev about Miller's ↵Hans-Christoph Steiner
[list ...] object svn path=/trunk/; revision=3379
2005-07-25added note about read/write being for data structuresHans-Christoph Steiner
svn path=/trunk/; revision=3378
2005-06-19minor changes and additionsHans-Christoph Steiner
svn path=/trunk/; revision=3222
2005-05-24got [hid_graph] fully functional; added helpfiles for all curve objectsHans-Christoph Steiner
svn path=/trunk/; revision=3075
2005-05-05sketches of ideas for easy to play patchecs to illustrate conceptsHans-Christoph Steiner
svn path=/trunk/; revision=2904
2005-05-05added a couple other elements, made 12pt font size standard since its ↵Hans-Christoph Steiner
anti-aliased svn path=/trunk/; revision=2902
2005-05-02added discussion about array start point and cleaned things up a littleHans-Christoph Steiner
svn path=/trunk/; revision=2868