Skip to content

Commit ec71f7b

Browse files
Typos, refinements and live links added
1 parent 5105417 commit ec71f7b

11 files changed

+7144
-4496
lines changed

Music_Blocks_for_Snap_Users.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ like Snap, you can change the size of the blocks.
7878

7979
### Operators and Predicates
8080

81-
Infix vs Prefix
81+
**Infix vs Prefix**
8282

8383
Snap uses Infix notation for its operators:
8484

@@ -106,7 +106,8 @@ In Snap, you make variables explicitly.
106106
![Snap Variables](./images/snap/snap-variables.png)
107107

108108
The Set To and Change By commands are specified through pull-down menus.
109-
Store in Box
109+
110+
**Store in Box**
110111

111112
In Music Blocks, we use an analogy of a shoe box. You put something
112113
into a box and then reference the thing by the name you have given to
@@ -151,7 +152,7 @@ to “12”) to store the possible outcome of rolling two dice. I store in
151152
the box named “box” the sum of two random numbers between 1 and 6, so
152153
the box named “box” has a number between 2 and 12. Then I increment
153154
the box named for the number stored in “box” by one. Later in the
154-
program I make a bar chart showing the value stored in each box.
155+
program, I make a bar chart showing the value stored in each box.
155156

156157
![Music Blocks Dice](./images/snap/dice.png)
157158

@@ -223,7 +224,7 @@ Stitch, since the embroidery machines only have one needle (“single
223224
threaded”). But in music, we often have more than one voice or
224225
instrument. You get a separate “thread” for each Start block.
225226

226-
For example, we can implement a simple mirror paint by using four Start blocks.
227+
For example, we can implement a simple mirror paint by using four Start blocks. [RUN LIVE](https://musicblocks.sugarlabs.org/index.html?id=1732171217345259&run=True)
227228

228229
![Music Blocks Start Blocks](./images/snap/multiple-mouse.png)
229230

@@ -474,13 +475,13 @@ multiple Note blocks. The actions are used in combination to create
474475
music.
475476

476477
Here is an example of a canon (Frère Jacques), using four voices, each
477-
sharing the actions.
478+
sharing the actions. [RUN LIVE](https://musicblocks.sugarlabs.org/index.html?id=1732463245651983&run=True)
478479

479480
![Frere Jacques](./images/snap/frere-jacques.png)
480481

481482
## For further information
482483

483-
[Music Blocks README](./README.md) exxplains where to find Music Blocks.
484+
[Music Blocks README](./README.md) explains where to find Music Blocks.
484485

485486
[Using Music Blocks](./documentation/README.md) has basic instructions.
486487

charts/NotationRestChart.svg

Lines changed: 1797 additions & 1971 deletions
Loading

0 commit comments

Comments
 (0)