-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting Env: envelope/pitch detector as VCV Rack module.
Beginning the panel design for a working VCV Rack module based on Surge XT / Tree Monster's pitch and envelope detectors. I'm not using their algorithm directly, but reading their code for the basic idea: Bandpass filter the input audio for each channel. This rejects DC and other signals below audible range. Also filter out very high frequencies to reject noise. Count ascending and descending zero-crossing intervals, called wavelengths. Convert wavelengths to pitch V/OCT.
- Loading branch information
1 parent
b7bf50d
commit 2e14063
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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