https://github.com/joextodd/websynth
Kaoss Pad style Synth with Web Audio API
https://github.com/joextodd/websynth
hyperapp synthesizer webaudio
Last synced: 21 days ago
JSON representation
Kaoss Pad style Synth with Web Audio API
- Host: GitHub
- URL: https://github.com/joextodd/websynth
- Owner: joextodd
- Created: 2018-07-19T18:01:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T11:45:03.000Z (over 5 years ago)
- Last Synced: 2024-12-06T21:28:14.784Z (over 1 year ago)
- Topics: hyperapp, synthesizer, webaudio
- Language: JavaScript
- Homepage: https://synth.joextodd.com
- Size: 214 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WebSynth](https://synth.joextodd.com)

## Settings
Selecting a wave allows you to control the following settings, individually for each oscillator by dragging the mouse across the screen.
Pressing typical keyboard values gives you access to the 12 notes of an octave.

---
### Frequency
| Axis | Control |
|------|------------------------|
| x | Frequency value (Hz) |
| y | Wave amplitude |
### Filter
| Axis | Control |
|------|------------------------|
| x | Cut off frequency |
| y | Q factor |
### Distortion
| Axis | Control |
|------|------------------------|
| x | Gain |
| y | n/a |
### Delay
| Axis | Control |
|------|------------------------|
| x | Delay time (0-3secs) |
| y | Delay gain |
### Reverb
| Axis | Control |
|------|------------------------|
| x | Reverb time (0-3secs) |
| y | Reverb gain |