Skip to content

Divide musical notes according to a given meter.

Notifications You must be signed in to change notification settings

doremir/note-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Divide musical notes according to a given meter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published