hydrogen-music / hydrogen

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

Fix MIDI recording #1855

Closed theGreatWhiteShark closed 11 months ago

theGreatWhiteShark commented 11 months ago

there were still some remnants of the old audio engine in Hydrogen::addRealtimeNote, which used the lookahead to calculate the position where to insert the recorded MIDI note too. But this is not necessary anymore.

Fixes #1851