Skip to content

What is the SMSC format?

AutumnSky1010 edited this page Jun 15, 2024 · 3 revisions

SMSCフォーマットとは? - What is the SMSC format? -

言語(Language)

  1. 日本語
  2. English

概要

簡単にSoundMaker用の楽譜を記述するためのフォーマットです。詳細な情報は設定できませんが、簡単に記述できます。

// コメントアウト
// 付点四分音符(音階はC#4)
C#4, 4.
// 休符
rest, 4.
// タイ と 三連符(4分音符を三等分している)
tie(C4, 4, 4, 4); tup(4, C4, C4, C4)

仕様

BNF(バッカス・ナウア記法)

Overview

This is a format for easily writing music scores for SoundMaker. It does not allow you to set detailed information, but it is easy to use.

Example

// comment out
// dotted quarter note(C#4)
C#4, 4.
// rest
rest, 4.
// tie and tuplet
tie(C4, 4, 4, 4); tup(4, C4, C4, C4)

Specifications

BNF(Backus–Naur form)

Clone this wiki locally