vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
240 stars 15 forks source link

autoassign 0 to orderlist when adding a new track #47

Closed esaruoho closed 3 years ago

esaruoho commented 3 years ago

when adding a new track, please autoassign 0 to each row when adding a new track

vsariola commented 3 years ago

Do you mean just one 0 and rest empty in the order list or all patterns as 0? Majority of my tracks are usually empty, so I thought defaulting to all empty was the most appropriate thing to do

esaruoho commented 3 years ago

just one 0, rest empty.

vsariola commented 3 years ago

how about we just automagically add new patterns to the order list if user inputs notes to empty area? this is basically what you suggested here #53, so wouldn't that make adding the 0 pattern unnecessary?

esaruoho commented 3 years ago

yep, #53 solves this. closing.