fix fix
This commit is contained in:
@ -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
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user