View Single Post
Old 05-22-2023, 05:45 AM   #6
souk21
Human being with feelings
 
souk21's Avatar
 
Join Date: Mar 2021
Posts: 481
Default

You're welcome

Just noticed this part should be:
Code:
    //How far is next beat
    beat_offset = next_block_pos - floor(next_block_pos);
    spl_offset = (1 - beat_offset / beat_per_block) * samplesblock;
    midisend(spl_offset, [...]);
I edited my previous post to correct this
souk21 is offline   Reply With Quote