Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including jzz with all npm packages installed. Try it out:

const JZZ = require('jzz'); const my_port = JZZ.Widget({ _receive: function(msg) { console.log(msg.toString()); } }); JZZ.addMidiOut('Virtual MIDI-Out', my_port); JZZ({ engine: 'none' }).openMidiOut('Virtual MIDI-Out') .wait(100).ch(0).rpnTuningA(442) // A = 442Hz .bank(121, 1).program(24) // GM2 Ukulele! .noteOn('C5', 127).wait(500).noteOff('C5'); // click the [▶run] button... ↓

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

jzz v1.5.5

MIDI library for Node.js and web-browsers

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free