File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- - Add MacOS support
1
+ - Add experimental MacOS support (x64 CPUs only)
2
+ - Add Channel Spacing option in stereo mode
3
+ - Fix alpha overlap with rounded caps (except in radial mode)
2
4
3
5
## Installation
4
6
### Windows
@@ -15,3 +17,7 @@ Both methods include 32-bit and 64-bit binaries.
15
17
16
18
#### Source Build
17
19
- Step-by-step instructions in the [ readme] ( https://github.com/phandasm/waveform/blob/master/README.md#linux-ubuntu-20043-lts ) .
20
+
21
+ ### MacOS (10.13+ with x64 CPU only)
22
+ #### Prebuilt Binaries
23
+ - Extract Waveform\_ v#.#.#\_ MacOS\_ x64.zip to your ` /Library/Application Support/obs-studio/plugins ` folder.
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Waveform"
5
- #define MyAppVersion " 1.2.3 "
5
+ #define MyAppVersion " 1.3.0 "
6
6
#define MyAppURL " https://github.com/phandasm/waveform"
7
7
8
8
[Setup]
Original file line number Diff line number Diff line change 19
19
20
20
#define MODULE_DISPLAY_NAME " Waveform Visualizer"
21
21
#define MODULE_NAME " phandasm_waveform"
22
- #define VERSION_STRING " 1.2.3 "
22
+ #define VERSION_STRING " 1.3.0 "
You can’t perform that action at this time.
0 commit comments