@@ -45,7 +45,7 @@ code, or, as in the example below, you can play a single voice by
45
45
clicking on one of the * Start* blocks or single phase by clicking on
46
46
one of the * Action* blocks.
47
47
48
- ![ alt tag] ( https://github.com/walterbender /musicblocks/blob/master/images/startblocks_debug_guide.png " Start blocks ")
48
+ ![ alt tag] ( https://github.com/sugarlabs /musicblocks/blob/master/images/startblocks_debug_guide.png " Start blocks ")
49
49
50
50
## 2. Print and Comment blocks
51
51
@@ -54,7 +54,7 @@ a message while running a program. It is useful to determine if a
54
54
section of code is being executed when expected or if a box or
55
55
parameter contains an expected value.
56
56
57
- ![ alt tag] ( https://github.com/walterbender /musicblocks/blob/master/images/print_example2_debug_guide.png " Print blocks ")
57
+ ![ alt tag] ( https://github.com/sugarlabs /musicblocks/blob/master/images/print_example2_debug_guide.png " Print blocks ")
58
58
59
59
The * Print* block is used to display the number of whole notes played,
60
60
in this case, ` 1/4 + 1/4 + 1/2 ` , which adds up to ` 1 ` , which is
@@ -67,9 +67,9 @@ written to the browser console.
67
67
68
68
## 3. Status widget
69
69
70
- ![ alt tag] ( https://rawgithub.com/walterbender /musicblocks/master/guide/status1.svg " given Music block ")
70
+ ![ alt tag] ( https://rawgithub.com/sugarlabs /musicblocks/master/guide/status1.svg " given Music block ")
71
71
72
- ![ alt tag] ( https://rawgithub.com/walterbender /musicblocks/master/guide/status2.svg " status in tabular form ")
72
+ ![ alt tag] ( https://rawgithub.com/sugarlabs /musicblocks/master/guide/status2.svg " status in tabular form ")
73
73
74
74
The * Status widget* is a tool for inspecting the status of Music
75
75
Blocks as it is running. By default, the key, BPM, and volume are
@@ -82,7 +82,7 @@ skip, [staccato](#MORE-TRANSFORMATIONS),
82
82
[ slur] ( #MORE-TRANSFORMATIONS ) , and [ graphics] ( #GRAPHICS ) factors,
83
83
e.g., x, y, heading, color, shade, grey, and pensize.
84
84
85
- ![ alt tag] ( https://rawgithub.com/walterbender /musicblocks/master/guide/status3.svg " additional programming within the Status block ")
85
+ ![ alt tag] ( https://rawgithub.com/sugarlabs /musicblocks/master/guide/status3.svg " additional programming within the Status block ")
86
86
87
87
You can do additional programming within the status block. In the
88
88
example above, ` whole notes played ` is divided by ` 4 ` (e.g. quarter notes)
@@ -129,6 +129,6 @@ browser console, such as the notes being played and comments (See the
129
129
* Comment* block above). The console can be accessed by typing
130
130
` Ctrl-Shift-J ` on most web browsers.
131
131
132
- ![ alt tag] ( https://github.com/walterbender /musicblocks/blob/master/images/browserconsole_debug_guide.png " Console blocks ")
132
+ ![ alt tag] ( https://github.com/sugarlabs /musicblocks/blob/master/images/browserconsole_debug_guide.png " Console blocks ")
133
133
134
134
Shown above is the console output from three notes: ` sol mi sol ` .
0 commit comments