Set Crotchets Per Bar: Difference between revisions
mNo edit summary |
m (→Trivia) |
||
Line 37: | Line 37: | ||
This event can cause unexpected behaviour in playback if any bar lasts less than 600 ms, the time between OnPreBar and OnBar. | 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 | This event is one of few events that do not have a beat parameter, the others being [[Play Song]] and [[Set Heart Explode Volume]]. | ||
{{EventNavBox}} | {{EventNavBox}} |
Latest revision as of 08:43, 28 January 2025
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 few events that do not have a beat parameter, the others being Play Song and Set Heart Explode Volume.