/reference/types -> /types

This commit is contained in:
Peli de Halleux
2017-03-16 07:57:41 -07:00
parent 69bd0225ad
commit 00e9217e73
116 changed files with 224 additions and 361 deletions

View File

@ -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

View File

@ -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).

View File

@ -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

View File

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

View File

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

View File

@ -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

View File

@ -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