-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing #865, we want to be able to shift pitch by either a relative (note space) frequency or an absolute (frequency space) frequency amount. The implementation works as follows: 1. Make the pitch parameter allow absolute for pitch_semi_7b 2. Make sure the absolute property saves and restores 3. In SurgeVoice plumb through a note-setter function which will allow us to find the note equivalent to the absolute shift from a base 4. An implementation of constant pitch shift to note which uses the current tuning table to interpolate in absolute mode and just adds in normal mode
- Loading branch information
Showing
4 changed files
with
96 additions
and
29 deletions.
There are no files selected for viewing
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