Change default arp mode to up.

This commit is contained in:
sandyjmacdonald 2021-03-12 22:51:08 +00:00
parent 0b91c7ba16
commit 41e5b772cc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ note_time = 60 / bpm * (note_length * 4)
# 0 = up
# 1 = down
# 2 = up-down
arp_style = 1
arp_style = 0
# Start the arp in a forwards direction (1) if the style is up or up-down, or
# or backwards (-1) if the style is down.