Skip to content

Commit 936705e

Browse files
committed
Release 1.6
1 parent 07d0c7e commit 936705e

File tree

4 files changed

+107
-77
lines changed

4 files changed

+107
-77
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WavvieW analyzes the build-in noise-wave-generator-synhtesizer, audio files, inp
55
There are compiled executable for Linux 32/64, Windows 32/64, FreeBSD 64 and arm32/aarch64 Rpi.
66
=> https://github.com/fredvs/WavvieW/releases/
77

8-
![WavvieW](https://user-images.githubusercontent.com/3421249/108062199-bd952300-7059-11eb-960a-41023d37387f.png)
8+
![WavvieW](https://user-images.githubusercontent.com/3421249/108609148-57e3c680-73cc-11eb-9896-ef44d324b8cd.png)
99

1010
WavvieW is deeply inspired by msesignal from mseide-msegui.
1111

src/ini/stat.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ xprop=0.50489236790607
157157
yprop=1
158158
[mainfo]
159159
stackedunder=
160-
x=292
161-
y=99
160+
x=230
161+
y=101
162162
cx=1024
163163
cy=589
164164
wsize=0

src/main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface
1313
msedropdownlist,msefiledialogx,Math,msefftw;
1414

1515
const
16-
versiontext = '1.5';
16+
versiontext = '1.6';
1717

1818
type
1919
tmainfo = class(tmainform)

0 commit comments

Comments
 (0)