-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace usage of deprecated "io/ioutil" package with equivalent methods from "io" or "os" package. - Simplify power amp code to no longer supply IDs for compiled filters. Filters are regenerated synchronously for some time in order to avoid race conditions, especially during batch processing, so these IDs are no longer needed in order to guarantee sequential ordering. - Change interface of metronome value setters to support them failing to set a value. (This is an interface change in preparation for upcoming features.) - Introduce new constants for default values in metronome. - Update to latest version of "pure-knob", improving support for high-DPI displays. - Several small bugfixes, code improvements and UI changes. - Increment patch version number: v1.6.6 --> v1.6.7
- Loading branch information
Showing
9 changed files
with
220 additions
and
94 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
Oops, something went wrong.