-
Notifications
You must be signed in to change notification settings - Fork 1
What is the SMSC format?
AutumnSky1010 edited this page Jun 15, 2024
·
3 revisions
簡単にSoundMaker用の楽譜を記述するためのフォーマットです。詳細な情報は設定できませんが、簡単に記述できます。
// コメントアウト
// 付点四分音符(音階はC#4)
C#4, 4.
// 休符
rest, 4.
// タイ と 三連符(4分音符を三等分している)
tie(C4, 4, 4, 4); tup(4, C4, C4, C4)
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.
// 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)
- Usage
- Kind of waves
- What is the SMSC format?
- kind of sound components.
- How to export the wave
- Use cases
SoundMaker.ScoreData.SMSC
SoundMaker.WaveFile
SoundMaker.Sounds
- Sounds.BitRateType
- Sounds.ChannelType
- IWave
- MixerBase
- MonauralMixer
- MonauralWave
- Sounds.SamplingFrequencyType
- SoundDirectionType
- SoundFormat
- StereoMixer
- StereoWave