Divide musical notes according to a given meter.
Example:
import * as ns from "./note-split.js";
ns.divide([math.fraction(3, 4), math.fraction(5, 2)],
measure_length=math.fraction(1),
beat_length=math.fraction(1, 4));| Name | Name | Last commit date | ||
|---|---|---|---|---|