aboutsummaryrefslogtreecommitdiff
path: root/sfruit
AgeCommit message (Collapse)Author
2009-05-21more work on the delegate/dispatch design patternLuke Iannini
switched time- series to delegate/dispatch and added more beat-sync objects midi-stream2notes turns a continuous stream of midi notes into static lists of notes and durations - great for building sequencers but still has a bug. list-extract to "split" a list into a sublist and the remainder ds-criteria to get a pointer to the first item with a specific variable value svn path=/trunk/abstractions/sfruit/; revision=11471
2009-05-17helpfile for watch-inputLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=11405
2009-05-17replaced sft.sig with the much cooler watch-inputLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=11404
2009-05-07bugfixLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=11254
2009-05-07finished list-part for parsing delimited lists and added list-partslow to ↵Luke Iannini
the family added no-dsp, an object to disable DSP while an operation is run and then turn it back on made a miniature version of crikey (keyboard-to-"midi" translator) that's much less fiddly than the big version svn path=/trunk/abstractions/sfruit/; revision=11253
2009-04-30added ds-sort-arrayLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=11204
2009-04-25just made gop-edit way awesomer: just click and drag on the patch to set the ↵Luke Iannini
GOP rectangle. also added a help patch. svn path=/trunk/abstractions/sfruit/; revision=11141
2009-04-25list-grow is a different manifestation of list-extend that more closely ↵Luke Iannini
matches how i usually end up using list-extend, list-part and list-part2 are two stabs at allowing lists of lists to be serialized with delimiters (seeds of a library for serializing data-structures into sssad) svn path=/trunk/abstractions/sfruit/; revision=11139
2009-04-12updated templater to use canvasdelete to clean itself up after spawning the ↵Luke Iannini
template svn path=/trunk/abstractions/sfruit/; revision=11013
2009-03-28added inlets to bb and keycommandLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10922
2009-03-25swap-any and pd~.abstractionLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10901
2009-03-18list-in to simply check for existence of an atom in a list, and doubleclick ↵Luke Iannini
to detect quick bangs in succession svn path=/trunk/abstractions/sfruit/; revision=10866
2009-03-01a couple slightly tweaked list-absLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10822
2009-02-03deadzone for making a dead area in joysticks, color.hasedcolor for ↵Luke Iannini
generating a random but consistent color from an input string svn path=/trunk/abstractions/sfruit/; revision=10720
2009-01-22added a couple more list-abs - list-change is [change] for lists, ↵Luke Iannini
list-toggle-pairs is mostly like [bag] svn path=/trunk/abstractions/sfruit/; revision=10601
2009-01-03some new objects to support structhausen and mmmapLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10473
2008-12-08improvements to OSC objects, new helpfiles, list-union-merge is handy for ↵Luke Iannini
making OSC addresses svn path=/trunk/abstractions/sfruit/; revision=10431
2008-12-01added pdoutify, a better alternative to using OSC for internal ↵Luke Iannini
communication. also, a simple exponential adsr~ and more work on gui-spigot svn path=/trunk/abstractions/sfruit/; revision=10409
2008-11-25started library of objects to conveniently enable and disable gui en masse ↵Luke Iannini
since it is such a massive performance elephant svn path=/trunk/abstractions/sfruit/; revision=10384
2008-11-20removed import/declare til it worksLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10373
2008-10-26*added a clone of growl written in pd using window_name *added a printing ↵Luke Iannini
facility for keycommands svn path=/trunk/abstractions/sfruit/; revision=10351
2008-10-26created ds-abs to house a growing collection of data structure manipulation ↵Luke Iannini
objects svn path=/trunk/abstractions/sfruit/; revision=10350
2008-10-26continued reorgLuke Iannini
svn path=/trunk/abstractions/sfruit/; revision=10349