Skip to content

Commit

Permalink
Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Feb 20, 2021
1 parent 07d0c7e commit 936705e
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 77 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WavvieW analyzes the build-in noise-wave-generator-synhtesizer, audio files, inp
There are compiled executable for Linux 32/64, Windows 32/64, FreeBSD 64 and arm32/aarch64 Rpi.
=> https://github.com/fredvs/WavvieW/releases/

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

WavvieW is deeply inspired by msesignal from mseide-msegui.

Expand Down
4 changes: 2 additions & 2 deletions src/ini/stat.ini
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ xprop=0.50489236790607
yprop=1
[mainfo]
stackedunder=
x=292
y=99
x=230
y=101
cx=1024
cy=589
wsize=0
Expand Down
2 changes: 1 addition & 1 deletion src/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface
msedropdownlist,msefiledialogx,Math,msefftw;

const
versiontext = '1.5';
versiontext = '1.6';

type
tmainfo = class(tmainform)
Expand Down
Loading

0 comments on commit 936705e

Please sign in to comment.