From d110b5ce38d6945bcfe471ff9414c45a295a3d81 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 13 May 2021 19:13:00 -0400 Subject: [PATCH] Add MET and SFL --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d48f7e5..535b738 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,23 @@ Designates the BPM for the specified measure of the song. ## **MET** -? +Designates the time signature for the specified measure of the song. + +### Schema: +| Beginning Measure | Offset | Second Value | First Value | +| ---- | ---- | ---- | ---- | + +It is very important to note that the values for the time signature are in reverse. It is also worth mentioning that this is purely cosmetic. The only thing that this value will affect is the placement of the thin measure lines on the playfield. + +## **SFL** + +Designates the speed of the playfield at the specified measure of the song. + +### Schema: +| Beginning Measure | Offset | Duration | Multiplier | +| ---- | ---- | ---- | ---- | + +It is important to note that the multiplier must have an accuracy of 0.000001, meaning that it should have six digits after the decimal point. This value will multiply the player's current playfield speed, so notes will appear faster or slower based on this value. This value is purely cosmetic, and will not affect the placement of notes in the .c2s file, only the player will see a difference. This value can also be made negative, which will result in the board moving in reverse, usually used for aesthetic purposes such as [this section of Fracture Ray's MASTER chart](https://youtu.be/5m7bMyIDoec?t=48). # Notes