[obsidian] vault backup: 2025-01-15 22:52:28
All checks were successful
Build / build (push) Successful in 8m5s

This commit is contained in:
2025-01-15 22:52:28 +09:00
parent 396634b7ad
commit d94bb28273
11 changed files with 108 additions and 3 deletions

View File

@ -0,0 +1,30 @@
---
date: 2025-01-15 18:39
---
#computermusic
[テキスト音楽「サクラ」](https://sakuramml.com/)
[[日本語プログラミング言語]][[なでしこ]]を作っている[[クジラ飛行机]]さん作の日本語MML([[Music Macro Language]])。
2001年から未だに開発が続いており掲示板には使ってる人が集まっている。
やろうと思えば結構複雑な制御構文も書ける(が、その辺の構文は日本語ではない)
例えばこんな感じで、元の表記は[[ストトン記法]]である
```
音符8 ドレミファ ソラシソ
    ドレミファ ソッソー
```
リポジトリ
[GitHub - kujirahand/sakuramml: MML Compiler](https://github.com/kujirahand/sakuramml)
開発言語はなんと[[Delphi]]コマンドライン版はFree Pascal Compilerでも動くとか。
最近Rustで作り直しているという話もある
[Rustでテキスト音楽「サクラ」を書き直している件 #MML - Qiita](https://qiita.com/kujirahand/items/df2918b70c5715b7dd6b)