{"id":20796403,"url":"https://github.com/jazz-soft/jzz-gui-player","last_synced_at":"2025-05-06T07:54:21.986Z","repository":{"id":57287849,"uuid":"132206913","full_name":"jazz-soft/JZZ-gui-Player","owner":"jazz-soft","description":"MIDI Player for browsers","archived":false,"fork":false,"pushed_at":"2024-09-07T13:26:00.000Z","size":261,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T15:03:55.972Z","etag":null,"topics":["midi","midi-clip","midi-file","midi-files","midi-player","midi2","smf"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazz-soft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"jazz-soft","custom":"https://paypal.me/jazzsoft"}},"created_at":"2018-05-05T02:19:23.000Z","updated_at":"2024-09-07T13:24:41.000Z","dependencies_parsed_at":"2022-08-31T00:00:36.650Z","dependency_job_id":"6ba63338-5beb-4270-8976-c9f828088702","html_url":"https://github.com/jazz-soft/JZZ-gui-Player","commit_stats":{"total_commits":136,"total_committers":2,"mean_commits":68.0,"dds":0.3897058823529411,"last_synced_commit":"2f3431c571696dc76770038f1f0a26031725e3a5"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazz-soft%2FJZZ-gui-Player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazz-soft%2FJZZ-gui-Player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazz-soft%2FJZZ-gui-Player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazz-soft%2FJZZ-gui-Player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazz-soft","download_url":"https://codeload.github.com/jazz-soft/JZZ-gui-Player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225063803,"owners_count":17415161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["midi","midi-clip","midi-file","midi-files","midi-player","midi2","smf"],"created_at":"2024-11-17T16:27:05.432Z","updated_at":"2024-11-17T16:27:05.970Z","avatar_url":"https://github.com/jazz-soft.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jazz-soft","https://paypal.me/jazzsoft"],"categories":[],"sub_categories":[],"readme":"# JZZ-gui-Player\n\n## MIDI Player GUI for browsers\nSupports MIDI 1.0 SMF and MIDI 2.0 Clips\n\n![Firefox](https://jazz-soft.github.io/img/firefox.jpg)\n![Chrome](https://jazz-soft.github.io/img/chrome.jpg)\n![Opera](https://jazz-soft.github.io/img/opera.jpg)\n![Safari](https://jazz-soft.github.io/img/safari.jpg)\n![Internet Explorer](https://jazz-soft.github.io/img/msie.jpg)\n![Edge](https://jazz-soft.github.io/img/edgc.jpg)  \n[![npm](https://img.shields.io/npm/v/jzz-gui-player.svg)](https://www.npmjs.com/package/jzz-gui-player)\n[![npm](https://img.shields.io/npm/dt/jzz-gui-player.svg)](https://www.npmjs.com/package/jzz-gui-player)\n[![build](https://github.com/jazz-soft/JZZ-gui-Player/actions/workflows/build.yml/badge.svg)](https://github.com/jazz-soft/JZZ-gui-Player/actions)\n[![Coverage Status](https://coveralls.io/repos/github/jazz-soft/JZZ-gui-Player/badge.svg?branch=master)](https://coveralls.io/github/jazz-soft/JZZ-gui-Player?branch=master)\n[![Try jzz-gui-player on RunKit](https://badge.runkitcdn.com/jzz-gui-player.svg)](https://npm.runkit.com/jzz-gui-player)\n\n[![MIDI Player](https://jazz-soft.github.io/img/midi-player.png)](https://jazz-soft.net/doc/JZZ/midiplayer.html)\n\nSee the [**demo**](https://jazz-soft.github.io/modules/smf/index.html)...\n\n## Install\n\n`npm install jzz-gui-player --save`  \nor `yarn add jzz-gui-player`  \nor get the full development version and minified scripts from [**GitHub**](https://github.com/jazz-soft/JZZ-gui-Player)\n\n## Usage\n\n##### Polymer\nhttps://github.com/jazz-soft/polymer-midi-player\n\n##### React\nhttps://github.com/jazz-soft/react-midi-player\n\n##### Plain HTML\n\n```html\n\u003cscript src=\"JZZ.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"JZZ.midi.SMF.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"JZZ.gui.Player.js\"\u003e\u003c/script\u003e\n//...\n```\n\n##### CDN (jsdelivr)\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/jzz\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/jzz-midi-smf\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/jzz-gui-player\"\u003e\u003c/script\u003e\n//...\n```\n\n##### CDN (unpkg)\n\n```html\n\u003cscript src=\"https://unpkg.com/jzz\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/jzz-midi-smf\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/jzz-gui-player\"\u003e\u003c/script\u003e\n//...\n```\n\n##### CommonJS\n\n```js\nvar JZZ = require('jzz');\nrequire('jzz-midi-smf')(JZZ);\nrequire('jzz-gui-player')(JZZ);\n//...\n```\n\n##### TypeScript / ES6\n\n```ts\nimport { JZZ } from 'jzz';\nimport { SMF } from 'jzz-midi-smf';\nimport { Player } from 'jzz-gui-player';\nSMF(JZZ);\nPlayer(JZZ);\n//...\n```\n\n##### AMD\n\n```js\nrequire(['JZZ', 'JZZ.midi.SMF', 'JZZ.gui.Player'], function(JZZ, smf, player) {\n  // ...\n});\n```\n\n## Playing MIDI file\n\nPlease check the [**API Reference**](https://jazz-soft.net/doc/JZZ/midiplayer.html) !\n\n```html\n\u003cdiv id=player\u003e\u003c/div\u003e\n\n\u003cscript\u003e\n  var player = new JZZ.gui.Player('player');\n  var data = ... // load MIDI file as a string or a buffer\n  player.load(new JZZ.MIDI.SMF(data)); // MIDI 1.0, or\n  // player.load(new JZZ.MIDI.Clip(data)); // MIDI 2.0\n  player.play();\n\u003c/script\u003e\n```\n\n## More information\n\nPlease visit [**https://jazz-soft.net**](https://jazz-soft.net) for more information.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazz-soft%2Fjzz-gui-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazz-soft%2Fjzz-gui-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazz-soft%2Fjzz-gui-player/lists"}