Skip to content

Commit f88903d

Browse files
Update README.md
1 parent d5e4a69 commit f88903d

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
# JummBox
1+
# EdoBox
22

3-
JummBox is an online tool for sketching and sharing instrumental music.
4-
Try it out [here](jummbus.bitbucket.io)!
5-
It is a modification of the [original BeepBox](https://beepbox.co), focused on improving ease-of-use.
3+
EdoBox is an online tool for sketching and sharing instrumental music.
4+
It is a modification of [JummBox](https://jummbus.bitbucket.io) the [original BeepBox](https://beepbox.co), focused on improving ease-of-use.
65

76
All song data is packaged into the URL at the top of your browser. When you make
87
changes to the song, the URL is updated to reflect your changes. When you are
98
satisfied with your song, just copy and paste the URL to save and share your
109
song!
1110

12-
BeepBox, and JummBox by extension, are passion projects and will always be free to use. If you find it
11+
BeepBox, and JummBox and EdoBox by extension, are passion projects and will always be free to use. If you find it
1312
valuable and have the means, please support the original creator, [John Nesky](http://www.johnnesky.com/), via
1413
[PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QZJTX9GRYEV9N&currency_code=USD)!
15-
JummBox is developed by [Jummbus](http://www.twitter.com/jummbus).
14+
EdoBox is developed by UnbihexiumFan.
1615

1716
## Compiling
1817

19-
The compilation procedure is identical to the repository for BeepBox. I will include the excerpt on compiling from that page's readme below for convenience:
18+
The compilation procedure is identical to the repository for BeepBox and Jummbox. I will include the excerpt on compiling from the Beepbox page's readme below for convenience:
2019

2120
The source code is available under the MIT license. The code is written in
2221
[TypeScript](https://www.typescriptlang.org/), which requires
2322
[node & npm](https://www.npmjs.com/get-npm), so install those first. Then to
2423
build this project, open the command line and run:
2524

2625
```
27-
git clone https://github.com/jummbus/jummbox.git
28-
cd jummbox
26+
git clone https://github.com/unbihexiumfan/edobox-11edo.git
27+
cd edobox-11edo
2928
npm install
3029
npm run build
3130
```
3231

33-
JummBox makes a divergence from BeepBox that necessitates an additional dependency:
32+
JummBox and Edobox make a divergence from BeepBox that necessitates an additional dependency:
3433
rather than using the (rather poor) default HTML select implementation, the custom
3534
library [select2](https://select2.org) is employed. select2 has an explicit dependency
3635
on [jQuery](https://jquery.com) as well, so you may need to install the following
@@ -76,8 +75,8 @@ The build process outputs JavaScript files into this folder.
7675
## Dependencies
7776

7877
Most of the dependencies are listed in [package.json](package.json), although
79-
I'd like to note that JummBox also has an indirect, optional dependency on
78+
I'd like to note that JummBox and Edobox also have an indirect, optional dependency on
8079
[lamejs](https://www.npmjs.com/package/lamejs) via
8180
[jsdelivr](https://www.jsdelivr.com/) for exporting .mp3 files. If the user
82-
attempts to export an .mp3 file, JummBox will direct the browser to download
81+
attempts to export an .mp3 file, JummBox and EdoBox will direct the browser to download
8382
that dependency on demand.

0 commit comments

Comments
 (0)