Merge pull request #281 from Microsoft/musicfix

Fixing music doc issues
This commit is contained in:
Abhijith Chatra
2016-10-21 14:21:19 -07:00
committed by GitHub
4 changed files with 33 additions and 4 deletions

View File

@ -211,7 +211,7 @@ namespace music {
* Change the tempo by the specified amount
* @param bpm The change in beats per minute to the tempo, eg: 20
*/
//% help=music/change-tempo weight=39
//% help=music/change-tempo-by weight=39
//% blockId=device_change_tempo block="change tempo by (bpm)|%value" blockGap=8
export function changeTempoBy(bpm: number): void {
init();