Skip to content

Commit

Permalink
RunKit button
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Mar 10, 2021
1 parent be3531d commit 1430b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/jzz/badge)](https://www.jsdelivr.com/package/npm/jzz)
[![Build Status](https://travis-ci.com/jazz-soft/JZZ.svg?branch=master)](https://travis-ci.com/jazz-soft/JZZ)
[![Coverage](https://coveralls.io/repos/github/jazz-soft/JZZ/badge.svg?branch=master)](https://coveralls.io/github/jazz-soft/JZZ?branch=master)
[![Try jzz on RunKit](https://badge.runkitcdn.com/jzz.svg)](https://npm.runkit.com/jzz)

**JZZ.js** allows sending, receiving and playing MIDI messages
in **Node.js** and **all major browsers**
Expand Down
2 changes: 1 addition & 1 deletion runkit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const my_port = JZZ.Widget({
});
JZZ.addMidiOut('Virtual MIDI-Out', my_port);

JZZ({ engine: 'none'}).openMidiOut('Virtual MIDI-Out')
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');
Expand Down

0 comments on commit 1430b51

Please sign in to comment.