Skip to content

Commit 0564753

Browse files
committedApr 7, 2018
update repo location; update examples links
1 parent 4e3b475 commit 0564753

21 files changed

+1054
-1055
lines changed
 

‎CREDITS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<img
2-
src='https://rawgithub.com/walterbender/musicblocks/master/Minsky.jpg'/>
2+
src='https://rawgithub.com/sugarlabs/musicblocks/master/Minsky.jpg'/>
33
Photo by Cynthia Solomon (CC-BY 2016)
44

55
Marvin Minsky, the inventor of the digital synthesizer, inspired a

‎Debugging.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ code, or, as in the example below, you can play a single voice by
4545
clicking on one of the *Start* blocks or single phase by clicking on
4646
one of the *Action* blocks.
4747

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")
4949

5050
## 2. Print and Comment blocks
5151

@@ -54,7 +54,7 @@ a message while running a program. It is useful to determine if a
5454
section of code is being executed when expected or if a box or
5555
parameter contains an expected value.
5656

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")
5858

5959
The *Print* block is used to display the number of whole notes played,
6060
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.
6767

6868
## 3. Status widget
6969

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")
7171

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")
7373

7474
The *Status widget* is a tool for inspecting the status of Music
7575
Blocks as it is running. By default, the key, BPM, and volume are
@@ -82,7 +82,7 @@ skip, [staccato](#MORE-TRANSFORMATIONS),
8282
[slur](#MORE-TRANSFORMATIONS), and [graphics](#GRAPHICS) factors,
8383
e.g., x, y, heading, color, shade, grey, and pensize.
8484

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")
8686

8787
You can do additional programming within the status block. In the
8888
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
129129
*Comment* block above). The console can be accessed by typing
130130
`Ctrl-Shift-J` on most web browsers.
131131

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")
133133

134134
Shown above is the console output from three notes: `sol mi sol`.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Credits
3737
-------
3838

3939
Music Blocks is a fork of
40-
[TurtleBlocksJS](https://github.com/walterbender/turtleblocksjs)
40+
[TurtleBlocksJS](https://github.com/sugarlabs/turtleblocksjs)
4141
created by Walter Bender.
4242

4343
Devin Ulibarri has contributed functional and user-interface

‎activity/activity.info

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ bundle_id = org.sugarlabs.MusicBlocks
55
exec = sugar-activity-web
66
icon = activity-icon
77
license = AGPL
8-
website = http://walterbender.github.io/musicblocks/guide/
8+
website = http://sugarlabs.github.io/musicblocks/guide/
99
categories = programming art music
1010
summary = A Logo-inspired mouse that plays music
11-
repository = https://github.com/walterbender/musicblocks
11+
repository = https://github.com/sugarlabs/musicblocks
1212

1313

1414

‎documentation/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ additional menu appears when a "long press" is applied to a stack of
8080
blocks).
8181

8282
These toolbars are described in detail in the
83-
[Turtle Blocks documentation pages](http://github.com/walterbender/turtleblocksjs/tree/master/documentation).
83+
[Turtle Blocks documentation pages](http://github.com/sugarlabs/turtleblocksjs/tree/master/documentation).
8484

8585
Keyboard shortcuts
8686
------------------
@@ -108,16 +108,16 @@ The block palettes are displayed on the left side of the screen. These
108108
palettes contain the blocks used to create programs.
109109

110110
See the
111-
[Turtle Blocks Programming Guide](http://github.com/walterbender/turtleblocksjs/tree/master/guide/README.md)
111+
[Turtle Blocks Programming Guide](http://github.com/sugarlabs/turtleblocksjs/tree/master/guide/README.md)
112112
for general details on how to use the blocks.
113113

114114
See the
115-
[Music Blocks Programming Guide](http://github.com/walterbender/musicblocks/tree/master/guide/README.md)
115+
[Music Blocks Programming Guide](http://github.com/sugarlabs/musicblocks/tree/master/guide/README.md)
116116
for details specific to music: *Rhythm*, *Pitch*, *Meter*, *Tone*,
117117
*Intervals*, *Volume*, *Drum*, and *Widget*.
118118

119119
All of the other palettes are described in the
120-
[Turtle Blocks documentation pages](http://github.com/walterbender/turtleblocksjs/tree/master/documentation).
120+
[Turtle Blocks documentation pages](http://github.com/sugarlabs/turtleblocksjs/tree/master/documentation).
121121

122122
Defining a note
123123
---------------
@@ -240,7 +240,7 @@ modified.)
240240
Actions are a powerful organizational element for your program and can
241241
be used in many powerful ways, e.g., an action can be associated with
242242
an event, such as an on beat or off beat or mouse click. See
243-
[Music Blocks Programming Guide](http://github.com/walterbender/musicblocks/tree/master/guide/README.md),
243+
[Music Blocks Programming Guide](http://github.com/sugarlabs/musicblocks/tree/master/guide/README.md),
244244
for further details and examples.
245245

246246
![alt tag](https://rawgithub.com/sugarlabs/musicblocks/master/documentation/storein.svg "storein")
@@ -255,7 +255,7 @@ can be modified using the *Add one* block. These blocks are the
255255
typical way in which variables are stored and retrieved in Music
256256
Blocks.
257257

258-
![alt tag](https://rawgithub.com/walterbender/musicblocks/master/documentation/forward.svg "forward")
258+
![alt tag](https://rawgithub.com/sugarlabs/musicblocks/master/documentation/forward.svg "forward")
259259

260260
The *Forward* block, found on the *Mouse* palette, is used to draw straight lines. (Note that if this block is used inside of a *Note value* block&mdash;the line will be drawn as the note plays; otherwise the line is drawn "instantly".)
261261

0 commit comments

Comments
 (0)
Please sign in to comment.