Set Beat Sound: Difference between revisions

Jump to navigation Jump to search
m
my mistake, ill see myself out
(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)
: '''filename''' (string | enum)
<ul>
<br>: Filename of the sound. Must either be a local file and include file extension, or an enum sound.
  <li>'''filename''' (string | enum)
: '''volume''' (integer)
  <br>Filename of the sound. Must either be a local file and include file extension, or an enum sound.</li>
<br>: Volume of the beat sound. Goes from 0 to 300.
  <li>'''volume''' (integer) (optional)
: '''pitch''' (integer)
  <br>Volume of the beat sound. Goes from 0 to 300.</li>
<br>: Pitch of the beat sound. Goes from 0 to 300.
  <li>'''pitch''' (integer) (optional)
: '''pan''' (integer)
  <br>Pitch of the beat sound. Goes from 0 to 300.</li>
<br>: Panning of the beat sound. Goes from -100 to 100.
  <li>'''pan''' (integer) (optional)
  <br>Panning of the beat sound. Goes from -100 to 100.</li>
</ul>


== History ==
== History ==

Navigation menu