Skip to content

bradparks/cx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

cx

My everyday Haxe toolsets and unsorted experiments. Mostly work-in-progress, unfinished labs etc.

nx Music Notation basic usage:

// sprite to hold the example
var s = new Sprite(); 
this.addChild(s);		

// get a test score
var score = nx.test.Examples.scoreComplex1(); 

// format score data to displayable notation data
var systems = new nx.display.DSystems(score.bars, 600); 

// render notation data to sprite
nx.output.Render.systems2(s, nx.output.Scaling.getNormal(), 20, 20, systems); 

About

My everyday Haxe toolsets and unsorted experiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published