/reference/types -> /types
This commit is contained in:
@ -16,7 +16,7 @@ music.beat(BeatFraction.Whole)
|
||||
|
||||
### Returns
|
||||
|
||||
* a [number](/reference/types/number) that means the amount of milli-seconds a beat fraction represents.
|
||||
* a [number](/types/number) that means the amount of milli-seconds a beat fraction represents.
|
||||
|
||||
|
||||
## Example
|
||||
|
@ -13,7 +13,7 @@ music.changeTempoBy(20)
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``bpm`` is a [number](/reference/types/number) that says how much to
|
||||
* ``bpm`` is a [number](/types/number) that says how much to
|
||||
change the bpm (beats per minute, or number of beats in a minute of
|
||||
the music that the @boardname@ is playing).
|
||||
|
||||
|
@ -12,8 +12,8 @@ music.playTone(440, 120)
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``frequency`` is the [number](/reference/types/number) of Hertz (how high or low the tone is).
|
||||
* ``ms`` is the [number](/reference/types/number) of milliseconds that the tone lasts
|
||||
* ``frequency`` is the [number](/types/number) of Hertz (how high or low the tone is).
|
||||
* ``ms`` is the [number](/types/number) of milliseconds that the tone lasts
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -12,7 +12,7 @@ music.rest(400)
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``ms`` is a [number](/reference/types/number) saying how many
|
||||
* ``ms`` is a [number](/types/number) saying how many
|
||||
milliseconds the @boardname@ should rest. One second is 1000
|
||||
milliseconds.
|
||||
|
||||
|
@ -13,7 +13,7 @@ music.ringTone(440)
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``frequency`` is a [number](/reference/types/number) that says
|
||||
* ``frequency`` is a [number](/types/number) that says
|
||||
how high-pitched or low-pitched the tone is. This
|
||||
number is in **Hz** (**Hertz**), which is a measurement of frequency
|
||||
or pitch.
|
||||
|
@ -11,7 +11,7 @@ This function only works on the @boardname@ and in some browsers.
|
||||
|
||||
### Parameters
|
||||
|
||||
* ``bpm`` is a [number](/reference/types/number) that means the beats per minute you want (the number of beats in a minute of the music that the @boardname@ is playing).
|
||||
* ``bpm`` is a [number](/types/number) that means the beats per minute you want (the number of beats in a minute of the music that the @boardname@ is playing).
|
||||
|
||||
### See also
|
||||
|
||||
|
@ -8,7 +8,7 @@ music.tempo()
|
||||
|
||||
### Returns
|
||||
|
||||
* a [number](/reference/types/number) that means the beats per minute (number of
|
||||
* a [number](/types/number) that means the beats per minute (number of
|
||||
beats in a minute of the music that the @boardname@ is playing).
|
||||
|
||||
### See also
|
||||
|
Reference in New Issue
Block a user