-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish out MVP level detector node + Various fixes
* Fix issue with oversampling in FM synth that was causing audio artifacts for sine waves and maybe others. * It sounds so much better now it's crazy... * Make the oversampling impl more unified across the board for the different waveforms * Build out level detector UI * Show cur detected level (if available) using `SharedArrayBuffer` * Show detected value as dB * Delete all the old equalizer code * It doesn't even work anymore and never worked well, and filter designer can do a decent job of providing that functionality anyway * Hide wavetable from the graph editor add module search since it's not meant to be used by itself * Add Jemalloc for the backend
- Loading branch information
Showing
22 changed files
with
214 additions
and
1,174 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.