Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 279 Bytes

File metadata and controls

11 lines (9 loc) · 279 Bytes

Note Split

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));