aboutsummaryrefslogtreecommitdiff
path: root/core/list-range.pd
AgeCommit message (Collapse)Author
2008-09-18added [saveclear] for clearing dynamically generated subpatches on save, ↵Luke Iannini
[storebang] for making gui lists of values, and added [import] statements to all patches in senderfruit svn path=/trunk/abstractions/senderfruit/; revision=10297
2008-02-26list-range helpfile, removed print statement, added usage example to ↵Luke Iannini
list-zip help svn path=/trunk/abstractions/senderfruit/; revision=9523
2008-02-26new list-rangeLuke Iannini
accepts 1, 2 or 3 args 1 arg, outputs [0 ... n] with interval of 1, or -1 if n is negative 2 args, outputs [n1 ... n2] with interval of 1 or -1 if n2 is less than n1 3 args, outputs [n1 ... n2] with interval of n3 bang inlet to get the list, or input list of new args svn path=/trunk/abstractions/senderfruit/; revision=9522
2008-02-23removing untilb since it can be replicated by t b bLuke Iannini
added a settable deeprouteOSC for use in semento first draft of list-range, meant to recreate python's range() fxn argh! spent all morning making list-zip and managed to delete it while trying to prepare it for checkin. sigh. SOSCroute now uses routeOSC, heh ds-select and ds-dump are datastructure manipulation utilities, handy! svn path=/trunk/abstractions/senderfruit/; revision=9506