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

hung notes on pattern 1 #54

Closed esaruoho closed 3 years ago

esaruoho commented 3 years ago

not sure why pattern1 is considered "..." instead of "---". how do i create "---" ?

Screenshot 2021-03-11 at 10 31 09
vsariola commented 3 years ago

Pressing "A" creates a note off. When creating a new track, Sointu unnecessarily initialized pattern 0 with note offs. I've just pushed a commit removing this.

The reason for this is that internally, 0 = note off and 1 = hold. I should probably make 0 = hold as that's the default "empty" one would expect, but the reason why it is now like this is historical: this is the 4klang player stores them.