carrierdown / mutateful

Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.
GNU General Public License v3.0
406 stars 13 forks source link

Padding, effectively providing a silence / counterpoint shunt #22

Closed twobob closed 4 years ago

twobob commented 5 years ago

This should allow for the creation of counterpoint beats and sectional positioning within reason.

PrePad null space before extant clip info, when chained will blank start of result.

twobob commented 5 years ago

Updated as per your comments.

Renamed to padding, supported second argument, removed unnecessary list, etc

In the case of the second argument being shorter than the total duration it simply pushes the notes back behind the live clip which is fine and could be handy to create accents on turnarounds.

As you rightly said. You already have a crop.

carrierdown commented 4 years ago

Thanks, I'll have a closer look at this when I have more time. I might make some small additions/tweaks, hope you don't mind :)

twobob commented 4 years ago

Not at all, feel free. Am I okay to submit pulls against the current master (I.e as an extra commit to this pull) for other stuff in the interim. The MidiVelocity (or whatever I called it) could be pushed, as well as the abbreviation ideas.

Monolithic push with those thing in place acceptable? or do you want it breaking up. Working practices are a mystery to lone wolves.

carrierdown commented 4 years ago

Preferably break it up into two PR's, but it's not really a big deal, so only split them if it's trivial to do from your side.

carrierdown commented 4 years ago

Merged to master via commit 2b63b6