Set Crotchets Per Bar

Revision as of 06:26, 15 October 2024 by Azabiphetamine (talk | contribs) (* Set Beat Modifiers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

Set Crotchets Per Bar
Screenshot of the Event Icon Set Crotchets Per Bar
TabSounds
TypeSetCrotchetsPerBar
Originr1
ShortcutC

UsageEdit

Properties
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.

SurgeryEdit

{ "bar": X, "y": X, "type": "SetCrotchetsPerBar", "crotchetsPerBar": 8, "visualBeatMultiplier": 1 }

HistoryEdit

TriviaEdit

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.