前提・実現したいこと
Music Macro Languageというプログラミングで音楽を作るということを試してみようと思っています。
調べたところPythonにMMLlib というlibraryがあり、pipインストールするところまではできたのですが、その先どのようにスクリプトを書いたらいいのかがわかりません。
Symbolというものがあり、これを並べていけばいいのかと思ったのですが、全くそうではないようです。
このようなとき、どこをどのように見ればその記述ほうがわかるのかが知りたいです。
発生している問題・エラーメッセージ
スクリプトの記述のしかたがわかりません
該当のソースコード
Symbols of MML
A-G[#,+,-][length]: A-G are notes. # or + following a note produces a sharp; - produces a flat. L(n): Sets the length of each note. L4 is a quarter note, L1 is a whole note, and so on. n may be from 1 to 64. Length may also follow the note to change the length for that note only. A16 is equivalent to L16A. Default is L4. ML: Music legato. Each note plays the full period set by L. MN: Music normal. Each note plays seven-eighths of the time determined by L (length). ・ ・ ・
https://pypi.org/project/MMLlib/
補足情報(FW/ツールのバージョンなど)
Python3.5.2 / Windows
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/12 05:46
退会済みユーザー
2020/12/12 06:43
2020/12/12 06:52