186
edits
(Created page with "{{Event | event = Set Beat Sound | image = File:EditorSetBeatSound.png | tablocation = Sounds | eventtype = SetBeatSound | versionorigin = r<code>Version</code> | shortcut = T }} '''Set Beat Sound''' is an event in the '''Sounds Tab''' that changes the beat sound of a row. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Row || Dropdown (Row) || Row to change beat sound. |- | Sound || Dropdown (Enum) || Sound to play. Can be...") |
m (my mistake, ill see myself out) |
||
Line 42: | Line 42: | ||
'''sound''' (json) | '''sound''' (json) | ||
<ul> | |||
<br> | <li>'''filename''' (string | enum) | ||
<br>Filename of the sound. Must either be a local file and include file extension, or an enum sound.</li> | |||
<br> | <li>'''volume''' (integer) (optional) | ||
<br>Volume of the beat sound. Goes from 0 to 300.</li> | |||
<br> | <li>'''pitch''' (integer) (optional) | ||
<br>Pitch of the beat sound. Goes from 0 to 300.</li> | |||
<br> | <li>'''pan''' (integer) (optional) | ||
<br>Panning of the beat sound. Goes from -100 to 100.</li> | |||
</ul> | |||
== History == | == History == |
edits