Skip to content

Commit

Permalink
Merge pull request #133 from dawlet-team/feature/musicxml-builder
Browse files Browse the repository at this point in the history
MusicXMLBuilder
  • Loading branch information
yuichkun authored Sep 10, 2020
2 parents ad51dc9 + f15f75b commit 348e71a
Show file tree
Hide file tree
Showing 58 changed files with 29,750 additions and 30,403 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 12.x
- name: Install
working-directory: ./yogo # WHEN MIGRATED TO A SEPARATE REPO, REMOVE THIS
run: npm install
run: npm ci
- name: Build
working-directory: ./yogo # WHEN MIGRATED TO A SEPARATE REPO, REMOVE THIS
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install
working-directory: ./yogo
run: npm install
run: npm ci
- name: build
working-directory: ./yogo
run: npm run build
Expand Down
2 changes: 2 additions & 0 deletions yogo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

lib/

# storybook
storybook-static/
# Logs
logs
*.log
Expand Down
6 changes: 5 additions & 1 deletion yogo/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true
"coverage-gutters.showLineCoverage": true,
"cSpell.words": [
"partwise",
"timewise"
]
}
1 change: 0 additions & 1 deletion yogo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ Join Our Community on [Discord](https://discord.gg/H6YFDsd)!
| Name | Status | Description |
| :----------------------: | :---------: | :----------------------------------------------------------------------------------------------------------- |
| 🚀 Algolet 🚀 | Limited | Algolet lets you write your own custom logic to generate music. |
| 🎼 Sheetlet 🎼 | Limited | Sheetlet displays the music represented as a sheetmusic. |
| 🎸 Synthlet 🎸 | COMING SOON | Synthlet provides a simple synthesizer to playback the music. It has a dedicated local transport on its own. |
| 🎹 Rolelet 🎹 | COMING SOON | Rolelet is a DawletScore-compliant piano roll. It accepts an incoming midi to perform a realtime recording. |
3,511 changes: 1,706 additions & 1,805 deletions yogo/dawlets/algolet/package-lock.json

Large diffs are not rendered by default.

75 changes: 0 additions & 75 deletions yogo/dawlets/sheetlet/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 348e71a

Please sign in to comment.