Skip to content

Commit

Permalink
update chord2mml
Browse files Browse the repository at this point in the history
  • Loading branch information
cat2151 committed Jan 27, 2024
1 parent 1b5194a commit 28f0ed8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ V7 I
- 高機能。あらゆる高度な編集を可能とする、大規模な統合された楽曲作成環境の構築。リアルタイムレコーディング。演奏しながら編集。FM音源エンジンやTone.jsなど他の波形合成エンジンを利用した多彩な音色やエフェクトの編集と再生環境の構築。あなたのObsidianをDAW同等のミュージックワークステーションに。
- 連携。高度なimport/exportやMIDI送受信により、DAWへのMIDIデータ連携や同期演奏を可能に。
- 高性能。スマートフォンを含むあらゆる環境で、巨大な楽曲を途切れずに演奏。
- 安定性。破壊的変更のないMMLフォーマット
- 互換性。あらゆるMML方言を自動判別して自動変換
- 安定性。破壊的変更のないMMLフォーマットやコード進行表記
- 互換性。あらゆるMML方言やコード進行表記方言を自動判別して自動変換

## fork元のREADMEはこちら
[Obsidian ABC.JS plugin README](README_original.md)
Expand Down
4 changes: 2 additions & 2 deletions main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "music-code-blocks-mmlabc",
"name": "Music Macro Language mmlabc",
"version": "0.0.4",
"version": "0.0.5",
"minAppVersion": "0.0.0",
"description": "Obsidian plugin which renders music notation from code blocks using the mmlabc Music Macro Language specifier.",
"author": "cat2151",
Expand Down
2 changes: 1 addition & 1 deletion mml/chord2mml.js

Large diffs are not rendered by default.

0 comments on commit 28f0ed8

Please sign in to comment.