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

ParseTokensToCommand fails on zero length list #3

Closed twobob closed 5 years ago

twobob commented 5 years ago

image

Getting a System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. Arg_ParamName_Name' sometimes. I am guessing this is linked to the initial setup with the backend but I'm not 100% sure on a repro case yet.

twobob commented 5 years ago

hmm or perhaps it is just the single cell reference "=a1" expectation being a simple concat from the donor cell to the calculated cell? is that not the case?

carrierdown commented 5 years ago

Ah, yeah the formula =a1 would trigger that I guess, because it expects a command to be present. Will fix shortly :)

twobob commented 5 years ago

excellent, an implicit concat would be ideal, since that is the spreadsheet outcome, and the docs indicate spreadsheet like operation :)