From 5d45b1bb47545ad4bf1d59f8194934c48ddf22a8 Mon Sep 17 00:00:00 2001 From: Oleg Samarin Date: Sat, 7 Aug 2021 17:13:07 +0300 Subject: [PATCH] Release 0.3.1.2342-9.os --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaf1495..1dbc1044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -- Fixed ``A device wants different samples per buffer: 15`` on OSx with RtAudio +# 0.3.1.2341-9.os (2021-08-07) +- Fixed ``A device wants different samples per buffer: 15`` on OSx with RtAudio https://github.com/oleg68/GrandOrgue/issues/54 - Displaying actual error text instead of ``Internal Portaudio Error`` https://github.com/oleg68/GrandOrgue/issues/52 - Added capability of disabling some sound ports and API's https://github.com/oleg68/GrandOrgue/issues/48 - Eliminated extra opening sound devices https://github.com/oleg68/GrandOrgue/issues/48