Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meeroslav/ts-809-pure
Testing playground for TS drum machine
https://github.com/meeroslav/ts-809-pure
Last synced: 19 days ago
JSON representation
Testing playground for TS drum machine
- Host: GitHub
- URL: https://github.com/meeroslav/ts-809-pure
- Owner: meeroslav
- Created: 2020-05-23T21:13:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T10:54:45.000Z (over 3 years ago)
- Last Synced: 2023-03-23T02:52:24.182Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 6.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TS-809 pure
Testing playground for TS drum machine
## Tasklist
- [X] Play drum sequence
- [X] Add volume control proxy
- [X] Add custom audio filters
- [X] Make sequence controllable
- [X] Add volume and filter controls
- [X] Add BPM control
- [ ] Improve knobs
- [ ] Improve performance
- [ ] Add filter bypass
- [ ] Add volume visualizer
- [X] Repace range inputs with knobs
- [X] Add styles to drum machine
- [ ] Add/remove drum track
- [ ] Make drum track sequence length changeable (2/4/8/16/32)
- [ ] Control sequence width
- [ ] Select sample from dropdown
- [ ] Upload sample from file
- [ ] Record audio to sample
- [ ] Extract to audio widget
- [ ] Make accessible## To check
- [dx7 -JS](https://github.com/mmontag/dx7-synth-js), [original](https://github.com/philcowans/Javascript-DX7)
- [AcidMachine](https://github.com/hitautodestruct/acidmachine)
- [JS-303](https://github.com/thedjinn/js303/tree/master/public/js)
- [VIDEO: Emil Loer - Let's build a JavaScript synthesizer](https://www.youtube.com/watch?v=Mfci9vVJens)
- [303.js... not working](https://github.com/a1k0n/303/blob/master/303.js)
- [js-303 to check](https://github.com/errozero/js-303-instrument)
- [Build Wavetable Synthesizer...Rust, WASM, WebAudio](https://cprimozic.net/blog/buliding-a-wavetable-synthesizer-with-rust-wasm-and-webaudio/)
- [VIDEO: Niklas Reppel: Amp Up Web Audio Applications with Rust and WebAssembly](https://www.youtube.com/watch?v=fCFPl2LrzJc)
- [Web Audio in Rust](https://rustwasm.github.io/docs/wasm-bindgen/examples/web-audio.html)
- [VIDEO: Mithun Selvaratnam - Build a Synthesizer and Frequency Analyser using Javascript's Web Audio API](https://www.youtube.com/watch?v=p0Fv9CX1FGc)
- [VIDEO: Stanley Kinney - Building a musical instrument with Web Audio API](https://www.youtube.com/watch?v=56spBAgOYfg)