adding mention of tempo alias

This commit is contained in:
2023-11-10 13:00:34 +01:00
parent 7820d85b40
commit 1bd9468c40

View File

@ -33,6 +33,7 @@ log(\`\$\{cbar()}\, \$\{cbeat()\}, \$\{cpulse()\}\`)
The base functions to control time are:
- <ic>bpm(number?)</ic> : get or set the current tempo.
- <ic>tempo(number?)</ic> : alias to <ic>bpm</ic>.
- <ic>ppqn(number?)</ic> : get or set the granularity of time
- The function name comes from [PPQN](https://en.wikipedia.org/wiki/Pulses_per_quarter_note) (_pulses per quarter notes_).