Set Clap Sounds

Jump to navigation Jump to search
Set Clap Sounds
Screenshot of the Event Icon Set Clap Sounds
TabSounds
TypeSetClapSounds
OriginrVersion
ShortcutL

Set Clap Sounds is an event in the Sounds Tab that changes the clap sounds of a row type.

Usage

Properties
Setting Type Description
Set Clap Sound For Single Selection Rows to change clap sound (Classic rows or Oneshot rows).
Player 1 Sound Dropdown (Enum) Sound to play for player 1. Can be changed to a text box by clicking Edit... at the bottom. This can be used to access internal filenames.
Player 2 Sound Dropdown (Enum) Sound to play for player 2. Can be changed to a text box by clicking Edit... at the bottom. This can be used to access internal filenames.
CPU Sound Dropdown (Enum) Sound to play for CPU. Can be changed to a text box by clicking Edit... at the bottom. This can be used to access internal filenames.
Sound settings Popup Settings of the sound. Includes volume, pitch, pan, and offset.

Sound settings

Setting Type Description
Volume Slider with Text Box (Number) Volume of the sound. Ranges from 0% to 300%.
Pitch Slider with Text Box (Number) Pitch of the sound. Ranges from 0% to 300%.
Pan Slider with Text Box (Number) Panning of the sound. Ranges from -100% to 100%.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "SetClapSounds", "rowType": "Classic", "p1Sound": {"filename": "ClapHit"}, "p2Sound": {"filename": "ClapHitP2"}, "cpuSound": {"filename": "ClapHitCPU"} }

rowType (enum)
Rows to change clap sound. Either Classic or Oneshot.

p1Sound, p2Sound, cpuSound (json)

  • filename (string | enum)
    Filename of the sound. Must either be a local file and include file extension, or an enum sound.
  • volume (integer) (optional)
    Volume of the beat sound. Goes from 0 to 300.
  • pitch (integer) (optional)
    Pitch of the beat sound. Goes from 0 to 300.
  • pan (integer) (optional)
    Panning of the beat sound. Goes from -100 to 100.

History

Trivia