Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1k0/tinysynth
A drums looper made with React and the WebAudio API
https://github.com/n1k0/tinysynth
demo music react sound synth webaudio
Last synced: about 2 months ago
JSON representation
A drums looper made with React and the WebAudio API
- Host: GitHub
- URL: https://github.com/n1k0/tinysynth
- Owner: n1k0
- Archived: true
- Created: 2016-10-24T07:49:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T18:53:35.000Z (over 7 years ago)
- Last Synced: 2024-08-01T03:22:57.839Z (4 months ago)
- Topics: demo, music, react, sound, synth, webaudio
- Language: JavaScript
- Homepage: https://n1k0.github.io/tinysynth
- Size: 9.86 MB
- Stars: 249
- Watchers: 10
- Forks: 58
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript-audio - tinysynth - a nice little sequencer, easy to use, nice UI, generate random tracks (MIDI instruments / Sequencers & Trackers)
README
# tinysynth
This experiment might be renamed *tinytracks* later at some point, depending on what it becomes.
## Setup instructions
You'll need node and npm installed, then:
```
$ npm i
$ npm start
```