File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- - Fix crash that can occur in certain configurations
2- - Fix potential installation issues
3- - Auto recapture audio sources that have been removed and re-added
1+ - Add circular display mode
2+ - Add level meter display mode
3+ - Add rounded bar caps
4+ - Add option to capture OBS audio output bus (all active audio sources)
5+ - Reduce minimum strength of gaussian filter to work better with bar graphs
46
57## Installation
68### Windows
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Waveform"
5- #define MyAppVersion " 1.1.1 "
5+ #define MyAppVersion " 1.2.0 "
66#define MyAppURL " https://github.com/phandasm/waveform"
77
88[Setup]
Original file line number Diff line number Diff line change 1919
2020#define MODULE_DISPLAY_NAME " Waveform Visualizer"
2121#define MODULE_NAME " phandasm_waveform"
22- #define VERSION_STRING " 1.1.1 "
22+ #define VERSION_STRING " 1.2.0 "
You can’t perform that action at this time.
0 commit comments