1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Tiny ARP script modification

Discussion in 'Scripting Workshop' started by KrzysiekK, Nov 21, 2021.

  1. KrzysiekK

    KrzysiekK NI Product Owner

    Messages:
    25
    For those who preffer octave-aware random note arpeggiation, here's a tip how to alter just one line for proper result:

    THIS CODE:
    $played_note := %play_buffer[$temp3] + (random(0, $Octave) * 12)

    INTO:
    $played_note := %play_buffer[$temp3] + $oct_counter * 12

    ...

    pardon me, haven't been here for awhile, please move my post into scripting section