0.1.0 • Published 10 years ago
bmxplayjs v0.1.0
BmxplayJS
Bmxplay, JavaScript version. Written in "modern" OOP with closures (where applicable).
For C version and Buzz-compatible machines see the original bmxplay project.
Demo
http://bmxplay.sourceforge.net
Installation
npm:
npm install && npm run-script compileAPI
Load(bytes: string): numberSetCallback(callback: function({pos:number, size:number})): voidPlay(): booleanStop(): booleanSetPos(pos: number): voidIsPlaying(): booleanSetMasterVolume(vol: number): voidRender(callback: function(data: array), repeats: number): voidGetOscData(type: number, size: number, smooth: number): array
License
MIT