aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_midi_flags.pd
AgeCommit message (Collapse)Author
2010-12-15fixed broken linksJonathan Wilkes
svn path=/trunk/; revision=14639
2010-08-25Revised and added to all_about help patchesJonathan Wilkes
svn path=/trunk/; revision=13941
2008-06-02- Replaced my pddp_open hack with pddplinkHans-Christoph Steiner
- replaced [pddp] with a pddplink to the PDDP wiki page svn path=/trunk/; revision=9966
2005-04-28cleaned up a number of patches; renamed all to the standard -help.pd format; ↵Hans-Christoph Steiner
added some more ideas to the style guide; finished up lists_vs_anythings svn path=/trunk/; revision=2841
2005-04-26made an object, [pddp_open] which opens a giving patch on the fly. This ↵Hans-Christoph Steiner
way, it is no longer necessary to instantiate an object in a help patch in order for it to be linked. For example, the [hid] help patch doesn't need an instance of [all_about_hid]. [all_about_hid] is opened upon request via [pddp_open]. This eliminates bugs and makes the help system load fast, since its loading much less. svn path=/trunk/; revision=2824