Skip to content

Commit bcaccc4

Browse files
authored
MVP (#16)
1 parent 7a84a55 commit bcaccc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2443
-438
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
node-version: ${{ env.NODE_VERSION }}
2424
- name: Install dependencies
2525
run: npm ci
26+
- name: Test
27+
run: npm run test
2628
- name: Test lint
2729
run: npm run test:lint
2830
- name: Test formatting

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Elementary Audio: Simple Synth
1+
# ADSR
22

3-
Simple synthesizer built with Elementary Audio.
3+
Simple synthesizer built with [Elementary Audio](https://www.elementary.audio/) framework.
4+
5+
<img src="./public/plugin-screenshot.png">
46

57
## Development
68

0 commit comments

Comments
 (0)