This commit is contained in:
2023-09-07 00:09:56 +02:00
parent db2c8e4785
commit 5a1879d999

View File

@ -1074,7 +1074,6 @@ export class UserAPI {
// This was once revelead to me in a dream // This was once revelead to me in a dream
if (decimal_part <= 0) if (decimal_part <= 0)
decimal_part = decimal_part + this.ppqn() * this.nominator(); decimal_part = decimal_part + this.ppqn() * this.nominator();
console.log(decimal_part)
final_pulses.push( final_pulses.push(
integral_part === this.beat() && this.pulse() === decimal_part integral_part === this.beat() && this.pulse() === decimal_part
); );