{"id":17902267,"url":"https://github.com/korilakkuma/web-music-documentation","last_synced_at":"2025-09-09T00:43:28.939Z","repository":{"id":198437395,"uuid":"698868638","full_name":"Korilakkuma/Web-Music-Documentation","owner":"Korilakkuma","description":"Web Music Documentation for Web Audio API, Web MIDI API ... etc","archived":false,"fork":false,"pushed_at":"2025-08-09T09:52:22.000Z","size":22702,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T10:05:00.879Z","etag":null,"topics":["audio","audio-processing","music","webaudio","webmidi","webmusic","webrtc"],"latest_commit_sha":null,"homepage":"https://korilakkuma.github.io/Web-Music-Documentation/","language":null,"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/Korilakkuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-10-01T08:12:22.000Z","updated_at":"2025-08-09T09:52:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9963e34-a032-428e-afa5-8ab0b9d62545","html_url":"https://github.com/Korilakkuma/Web-Music-Documentation","commit_stats":null,"previous_names":["korilakkuma/web-music-documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Korilakkuma/Web-Music-Documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korilakkuma%2FWeb-Music-Documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korilakkuma%2FWeb-Music-Documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korilakkuma%2FWeb-Music-Documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korilakkuma%2FWeb-Music-Documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Korilakkuma","download_url":"https://codeload.github.com/Korilakkuma/Web-Music-Documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korilakkuma%2FWeb-Music-Documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231036,"owners_count":25245687,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["audio","audio-processing","music","webaudio","webmidi","webmusic","webrtc"],"created_at":"2024-10-28T16:07:47.226Z","updated_at":"2025-09-09T00:43:28.927Z","avatar_url":"https://github.com/Korilakkuma.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Music Documentation\n\n[![Node.js CI](https://github.com/Korilakkuma/Web-Music-Documentation/workflows/Node.js%20CI/badge.svg)](https://github.com/Korilakkuma/Web-Music-Documentation/actions?query=workflow%3A%22Node.js+CI%22)\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\nこの Web サイトは, Web ブラウザでオーディオプレイヤーや, シンセサイザー, DAW などの音楽アプリケーションを制作したいという Web ディベロッパーのための有益なドキュメントとなることを目指して制作しています.\n\n## ドキュメント制作に関して\n\nWeb はもはやアプリケーションプラットフォームにもなっていますが, この Web サイトはあくまでドキュメントであるということを重視して, **Web 標準技術のみで制作することを原則とします**.\n\nWeb 標準技術は以下の 3 つです.\n\n- HTML 5.x 以上\n- CSS 3.x 以上\n- JavaScript (ES2015 以上)\n\nしたがって, HTML テンプレートや, TypeScript, React などサードパーティのライブラリやフレームワークは使いません. これによって, どうしても DRY の原則に従えないケースが多くありますが, サードパーティ製のプロダクトに依存しない, すなわち, **Web 標準技術のみで制作することを原則とすることで, Web フロントエンドの技術的パラダイムに影響されずに, 恒久的にメンテナンス可能なドキュメントを目指します**.\n\n公開サーバーも, GitHub Pages (**静的ホスティングサービス**) にすることで, **特定のサーバー環境やサーバーサイドプログラムに依存しないことを原則とします**.\n\nただし, 例外的に, 以下の 2 つのケースはサードパーティ製のライブラリを使うことにしています.\n\n- シンタックスハイライト\n- 数式\n\n制作開始時点では, シンタックスハイライトは [Prism.js](https://prismjs.com/), 数式は [MathJax](https://www.mathjax.org/) を利用しています.\n\n## ドキュメント制作環境に関して\n\nローカルサーバーのために, [server.js](https://github.com/Korilakkuma/Web-Music-Documentation/blob/main/server.js) を置いていますが, 例えば, Python の `http.server` でローカルサーバーを起動してもドキュメント制作可能にしています. つまり, どんな方法でもローカルサーバーを起動できれば, ドキュメント制作可能にしています. `webpack-dev-server` や Docker などを使っても構いませんが, **原始的な手法でも制作可能にすることを原則とします** (また, これによってドキュメント制作方針と同様に, サードパーティ製のパッケージへの依存度を下げます).\n\nそのほか, Web アクセシビリティに準拠するため, HTML と CSS には Linter を使っています.\n\nまた, 現時点では不要と考えていますが, コントリビューターが増えた場合を考慮して, フォーマッターを使っています.\n\nドキュメント制作環境に必要なパッケージは, ドキュメント制作に使うものより多少緩くはしていますが, **選定基準として, それがなくてもドキュメントの制作・運用を続けることができることを原則とします** (例えば, Linter やフォーマッターはなくても制作は可能).\n\n## ドキュメントでの音源に関して\n\n### ワンショットオーディオ\n\n[音楽素材/魔王魂](https://maou.audio/) で公開されている[フリー楽器音](https://maou.audio/category/se/se-inst/)を利用させていただいております.\n\n\n### 楽曲データ\n\nシューベルト 交響曲 第8番 ロ短調 D759 「未完成」 第1楽章 (余談ですが, X JAPAN の「ART OF LIFE」のモチーフになっている曲です) を [CMSL クラシック名曲サウンドライブラリー【ライセンスフリー素材音源 700曲】](http://classical-sound.seesaa.net/article/501024688.html) からダウンロードして利用させていただいております (クロスオリジン制限回避のため, 同一オリジンで公開する必要があるので).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorilakkuma%2Fweb-music-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkorilakkuma%2Fweb-music-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorilakkuma%2Fweb-music-documentation/lists"}