Play Sound

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


Play Sound is an event in the Sounds tab that plays a sound.

Play Sound
Screenshot of the Event Icon Play Sound
TabSounds
TypePlaySound
Originr1
ShortcutS

UsageEdit

Properties
Setting Type Description
Sound Dropdown (Enum) Sound to play. If "Custom," the Sound name text box appears.
Sound name Text Box (String) Filename of the sound. Allows internal filenames. Only appears if "Sound" is "Custom."
Sound settings Popup Settings of the sound. Includes volume, pitch, pan, and offset.
Sound type Dropdown (Enum) Type of sound. Can be a Cue, Music, Beat, Hit, or Other sound.

Sound settingsEdit

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

SurgeryEdit

{ "bar": X, "y": X, "type": "PlaySound", "sound": {"filename": "OttoActivate", "volume": 0, "pitch": 0, "pan": 0}, "customSoundType": "CueSound" }

filename (string | enum)
Sound filename or enum name. Allows internal filenames.

volume (integer) (optional)
Goes from 0 to 300.

pitch (integer) (optional)
Goes from 0 to 300.

pan (integer) (optional)
Goes from -100 to 100.

customSoundType (enum)
Type of sound. Can be "CueSound", "MusicSound", "BeatSound", "HitSound", or "OtherSound".

HistoryEdit

TriviaEdit