aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-29a helper object for programming meta-objects: connect a toggle to display ↵HEADsvn2git-headabstractions/meta-absLuke Iannini
the indices of all selected objects in the current patch svn path=/trunk/abstractions/meta-abs/; revision=11825
2009-06-27added some experimental alignment abstractions based on canvasobjectposition:Luke Iannini
*meta-align-grid takes an optional gridsize argument (defaults to 10), and aligns all selected objects to the closest multiple of that gridsize (i.e. an object at 16 32 will be placed at 20 30 with the default gridsize of 10) *meta-align-top2leftmost and -left2topmost sort objects left-to-right or top-to-bottom and then line up their topmost or leftmost edges, respectively svn path=/trunk/abstractions/meta-abs/; revision=11822
2009-06-24created a home for meta-abs (will merge in the contributions from the list ↵svn2git-rootLuke Iannini
next~), going to keep works-in-progress (which is all that exists right now) in experimental/. added a version of ds-array that oversamples for a more detailed waveform view (similar to the vanilla [table]). added a couple note-abs for simply changing octave and for randomly remapping notes to each other. added a flashing color-canvas tempo display to time-abs. switch-delay waits for a 'release' phase of a voice to finish before switching off. svn path=/trunk/abstractions/meta-abs/; revision=11815