update changes, and linux uninstall

This commit is contained in:
essej 2022-06-16 13:27:25 -04:00
parent 72cf3f5343
commit 3fe8379663
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## PaulXStretch Change History
**v1.6.0** (2022-06-15)
**v1.6.0** (2022-06-16)
- Added live output recording feature
- Added selection of directory for recording/capture audio files, and some format options, now defaulting to FLAC
- Added offline render feature to plugin version

View File

@ -22,4 +22,13 @@ rm -f ${PREFIX}/pixmaps/paulxstretch.png
rm -rf ${PREFIX}/lib/vst3/PaulXStretch.vst3
if [ x"$SUDO_USER" != x ] ; then
CLAPDIR=`eval echo ~$SUDO_USER/.clap`
rm -f ${CLAPDIR}/PaulXStretch.clap
else
CLAPDIR=$HOME/.clap
rm -f ${CLAPDIR}/PaulXStretch.clap
fi
echo "PaulXStretch uninstalled"