Skip to content

Parses a playlist file in Native Instruments Traktor .nml format asynchronously using channels

License

Notifications You must be signed in to change notification settings

discreteinfinity/nml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nml-parser

Parses a playlist file in Native Instruments Traktor .nml format asynchronously using channels

var csp = require('js-csp'),
    go = csp.go,
    take = csp.take;

var nmlParse = require('./nmlParser.js');

go(function*() {
    var data =  yield take(nmlParse('playlist.nml'));
    console.log(data)
    //outputs array of track objects
});

About

Parses a playlist file in Native Instruments Traktor .nml format asynchronously using channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published