[zl mth] I'm not understanding my results


    Oct 28 2011 | 3:46 am
    Hi everyone,
    I'm using [zl mth] to take a list and then output each individual number in order, however I'm not getting what I'm expecting... it's outputting the previous list... but I don't understand why
    Also, I'd like to know if there's another way to do this.
    Here's the section of my patch that I'm referring to:
    Thanks!!! Mike

    • Oct 28 2011 | 9:08 am
      Right-to-left ordering. Your list doesn't arrive into the [zl] until after Uzi has fired all 12 bangs.
      Try something like this, although there are probably tighter ways to do it
    • Oct 29 2011 | 3:32 am
      Thanks! Wow, I thought I had worked out all my right-to-left ordering... I missed that though.
      It took a bit to figure out the proper order with my subpatchers (I'm sending info from one subpatcher to another), but I finally sorted it out.
      Also using the "current index" output of [uzi], like you did, let me cut out a lot of unnecessary objects.
      Thank you so much!! Michael