Releases: nathanjhood/Biquads
v1.2.2
What's Changed
- development/wip/stoneydsp_library by @nathanjhood in #77
- wip/StoneyDSP_library_ptII by @nathanjhood in #76
- Wip/biquads processor by @nathanjhood in #78
- Wip/biquads processor/unique_ptr by @nathanjhood in #81
- Wip/biquads processor by @nathanjhood in #82
- Development/wip/biquads_audio_processor by @nathanjhood in #80
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Improved:
- Multi-platform build, test, validation, packing and delivery over CI/CD
- Began refactor to use StoneyDSP library
Removed:
- My ugly GUI, for now... :) Instead I have rolled back to the JUCE generic audio processor editor, until later. README screenshots of the old GUI will be updated later.
- Oversampling, for now... :( The implementation does not always play way with realtime parameter changes. Looking ahead, I can see mutliple means of reinstating this functionality, which is otherwise available natively in most DAW's at this point anyway.
Addressing the above two points - another release will happen soon-ish, which will re-instate all of the above to a more satisfactory standard, while retaining the improvements made elsewhere within the latest release. That release will also likely contain a protocol for consuming the StoneyDSP library remotely (vcpkg? git submodule?) so that the DSP will be maintained centrally within that library, in future.
Reference copies of this implementation might be kept around, perhaps for documentation generation later.
At a push, the next release shall also address code-signing and other post-build aspects for modern systems - I'm not very clued up on these things currently, so any feedback etc is always welcome, going into it.
Thanks for reading!
What's Changed
- v1.0.2 Development by @nathanjhood in #3
- Develop by @nathanjhood in #4
- V1.0.3 Development by @nathanjhood in #5
- v.1.0.3 Development by @nathanjhood in #6
- v1.0.4b Development by @nathanjhood in #7
- Merging Master to Dev (v.1.0.4b) by @nathanjhood in #8
- Oversampling Development by @nathanjhood in #9
- Merging v1.0.4b develop > master by @nathanjhood in #13
- Moved shelving code to new branch for further development by @nathanjhood in #14
- Added images of quantization noise by @nathanjhood in #15
- 1 pole filters by @nathanjhood in #16
- Catchup to master v1.0.4b.1 by @nathanjhood in #17
- dry/wet mixer Development by @nathanjhood in #18
- v1.0.5b Development by @nathanjhood in #20
- 1-pole Shelves Development by @nathanjhood in #21
- Output gain by @nathanjhood in #22
- 1.0.7b by @nathanjhood in #23
- Smoothers by @nathanjhood in #24
- Smoothers by @nathanjhood in #25
- Update README.md by @nathanjhood in #26
- 2-Pole Shelves Development by @nathanjhood in #27
- Added more images by @nathanjhood in #28
- Added main image of plugin by @nathanjhood in #29
- Added initial Funding link by @nathanjhood in #30
- Variable Processing Precision Engine Development by @nathanjhood in #31
- Parameters Development by @nathanjhood in #32
- v1.0.10b by @nathanjhood in #33
- Output Gain Development by @nathanjhood in #35
- v1.0.11b Development by @nathanjhood in #36
- V1.0.12b Development by @nathanjhood in #38
- Added image of v1.0.12b (+ Reaper spect. analyzer) by @nathanjhood in #40
- GUI Development by @nathanjhood in #41
- Develop by @nathanjhood in #42
- Develop by @nathanjhood in #43
- Develop by @nathanjhood in #44
- Create LICENSE.txt by @nathanjhood in #45
- Refactored internals by @nathanjhood in #46
- Develop by @nathanjhood in #47
- Develop Module/Lib for Biquads class by @nathanjhood in #48
- Develop by @nathanjhood in #49
- Develop 1.1.0b by @nathanjhood in #50
- 1.1.0b image by @nathanjhood in #51
- Develop by @nathanjhood in #52
- Dev - GitHub pages by @nathanjhood in #54
- Delete docs directory from Master by @nathanjhood in #55
- Update README.md by @nathanjhood in #56
- Update README.md by @nathanjhood in #57
- Update README.md by @nathanjhood in #58
- Update README.md by @nathanjhood in #59
- Update README.md by @nathanjhood in #60
- Update README.md by @nathanjhood in #61
- Update index.html by @nathanjhood in #65
- Update index.html by @nathanjhood in #67
- Dev by @nathanjhood in #68
- Development/mutli-platform-ci-cd by @nathanjhood in #70
- Development/CI_CD_artefact_caching by @nathanjhood in #72
- Development/refactor_stoneydsp_library_pII by @nathanjhood in #74
Full Changelog: 1.0.3...v1.2.1
v1.1.0b
What's Changed
#Software Latest:
- Implemented templated & fully atomic Coefficient object for full thread-safety assurance
- Moved all necessary memory acquisitions to init stage (RAII)
- Placed coeff calculations so to trigger only on param change callbacks, not on function calls
- Moved Omega/Sin/Cos calcs into setFreq() param change callback
- Coeff calcs are now atomically handed to Coeff objects on param change thread, to be safely/atomically read (only!) from audio thread
- Logically re-organized parameter list when Editor is disabled (using DAW native GUI)
- Slight increaze in GUI width
- Re-shuffled graphics layout
#Project Latest:
- 2-Pole Shelves Development by @StoneyDSP in #27
- Added more images by @StoneyDSP in #28
- Added main image of plugin by @StoneyDSP in #29
- Added initial Funding link by @StoneyDSP in #30
- Variable Processing Precision Engine Development by @StoneyDSP in #31
- Parameters Development by @StoneyDSP in #32
- v1.0.10b by @StoneyDSP in #33
- Output Gain Development by @StoneyDSP in #35
- v1.0.11b Development by @StoneyDSP in #36
- V1.0.12b Development by @StoneyDSP in #38
- Added image of v1.0.12b (+ Reaper spect. analyzer) by @StoneyDSP in #40
- GUI Development by @StoneyDSP in #41
- Develop by @StoneyDSP in #42
Full Changelog: v1.0.12b...v1.1.0b
v1.0.12b
Full Changelog: v1.0.11b...v1.0.12b
v1.0.11b
Full Changelog: v1.0.10b...v1.0.11b
v1.0.10b
Full Changelog: v1.0.9b...v1.0.10b
Biquads v1.0.9b
Fully working release - further optimisations to come; wider testing required (hence beta remains in name).
What's Changed
- 2-pole Shelving modes by @StoneyDSP
- Smoothers by @StoneyDSP in #25
- Update README.md by @StoneyDSP in #26
Full Changelog: v1.0.8b...v1.0.9b
v1.0.8b
What's Changed
- LP2 Development by @StoneyDSP in #1
- HP2 &BP2 Development by @StoneyDSP in #2
- Oversampling Development by @StoneyDSP in #9
- Added images of quantization noise by @StoneyDSP in #15
- 1 pole filters by @StoneyDSP in #16
- dry/wet mixer Development by @StoneyDSP in #18
- 1-pole Shelves Development by @StoneyDSP in #21
- Output gain by @StoneyDSP in #22
- Smoothers by @StoneyDSP in #24
Full Changelog: https://github.com/StoneyDSP/Biquads/commits/v1.0.8b