Set Crotchets Per Bar: Difference between revisions
(Created page with "{{Event | event = Set Crotchets Per Bar | image = File:EditorSetCrotchetsPerBar.png | tablocation = Sounds | eventtype = SetCrotchetsPerBar | versionorigin = r1 | shortcut = C }} '''Set Crotchets Per Bar''' is an event in the '''Sounds Tab''' that sets the amount of "crotchets" (or beats) in a bar (i.e. time signature). It also handles the animations of characters that loop OnBeat. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Descriptio...") |
m ({{EventNavBox}}) |
||
(One intermediate revision by the same user not shown) | |||
Line 40: | Line 40: | ||
This event is one of two events in the game to not have a "beat" argument, the other being [[Play Song]]. | This event is one of two events in the game to not have a "beat" argument, the other being [[Play Song]]. | ||
{{ | {{EventNavBox}} | ||
Latest revision as of 06:07, 24 October 2024
Set Crotchets Per Bar | |
---|---|
Tab | Sounds |
Type | SetCrotchetsPerBar |
Origin | r1 |
Shortcut | C |
Set Crotchets Per Bar is an event in the Sounds Tab that sets the amount of "crotchets" (or beats) in a bar (i.e. time signature). It also handles the animations of characters that loop OnBeat.
Usage
Setting | Type | Description |
---|---|---|
Crotchets Per Bar | Text Box (Number) | Amount of crotchers (or beats) in a bar. |
Visual beat multiplier | Text Box (Number) | Visual multiplier of OnBeat looping animations. |
Crotchets Per Bar
Amount of crotchers (or beats) in a bar. It's recommended to not use very short bars, as bars under 600 ms can break playback.
Visual beat multiplier
Visual multiplier of OnBeat looping animations. A higher value makes animations slower, e.g. Visual multiplier of 2 will make OnBeat animations play every two beats.
Surgery
{ "bar": X, "y": X, "type": "SetCrotchetsPerBar", "crotchetsPerBar": 8, "visualBeatMultiplier": 1 }
History
Trivia
This event can cause unexpected behaviour in playback if any bar lasts less than 600 ms, the time between OnPreBar and OnBar.
This event is one of two events in the game to not have a "beat" argument, the other being Play Song.