Set Crotchets Per Bar: Difference between revisions

Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 06:29, 14 October 2024

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


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

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.

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.