hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.01k stars 172 forks source link

AudioEngine: truncate custom note length on pattern end #1882

Closed theGreatWhiteShark closed 9 months ago

theGreatWhiteShark commented 9 months ago

in case a custom note length was defined and the pattern length was reduced afterwards it is now ensured that the custom length is truncated at the end of the pattern. Else, the note could ring beyond what is visually indicated to be its end.

Addresses #1873