Yes, a bugfix release :(
This was a weird one, so far it's only affected one person running on freeBSD -
resulting in a crash at startup, hence this release. Even if you're not seeing
any problems, it's probably best to update.
--
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
On Sun, 4 Jun 2023 at 22:39, Lorenzo Sutton <lorenzofsutton(a)gmail.com> wrote:
> I am also making available the 'sources' (i.e. Rosegarden files, Yoshimi
> state, Pd patch, etc.) under GPL 3.0
>
> Here is the git repository:
> https://gitlab.com/lorenzosu-team/synthesised-glimpse-two-bits
Someone just made me notice that this wasn't public, and indeed had
been published under the wrong namespace. The publicly available (and
now accessible) repo is here:
https://gitlab.com/lorenzosu/synthesised-glimpse-two-bits
Sorry for the noise and confusion :-)
I just want to give a shout out to this for those who don't know.
It is a fork from Audacity maintaining FOSS with no telemetry, and pushing
forward with development. It's a substantial chunk of code, and unfortunately
somewhat above my 'pay grade' otherwise I'd be in there!
However I do now use it in place of Audacity and am not seeing any issues so
far. If I do hit any, I will of course file a bug report. For those not liking
the colours there is now a menu of different themes (first time default is a
dark one).
I know there is a desire to get 'proper' Jack support, rather than going
through Port Audio but it's not there yet. However, they apparently have
pipewire support - I don't use it so don't know how well that works.
Take a look here:
https://codeberg.org/tenacityteam/tenacity
--
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Dear Hans, dear Rocco,
Il 29 maggio 2023 alle 08:43 hbezemer(a)kliksafe.nl ha scritto:
> I've played a .wav file several times and can't reproduce the unwanted behaviour.
>
> Have you tried stopping the pulseaudio server and using only alsa?
Il 29 maggio 2023 alle 09:15 rocco556(a)aim.com ha scritto:
> I uninstalled PulseAudio altogether because there were so many problems with running the Jack Server. And even though QJackControl Has ways to deal with PulseAudio, I write Jack commands in scripts. Of course PulseAudio kept getting reinstalled when I installed certain other programs. So maybe turning it off is your best bet.
I did not even know you could stop pulseaudio!
After:
$ systemctl --user stop pulseaudio.socket pulseaudio.service
# and `systemctl status --user pulseaudio.service` to
# double check
`ecasound -i ~/some-file.ogg -o alsa` worked! It is a cumbersome but
it will do. Thanks
—F
Version 2.3.0 - Painted Bunting
There's been a major overhaul of the graphics for better visibility.
We've added a very complete user-definable colour theme system.
There is indication when any rotary control or slider is not at its default.
Many controls are now high resolution yet both forward and backward compatible
with older Yoshimi versions.
All the documentation has been revised.
Full details are in /doc/Yoshimi_2.3.0_features.txt
Yoshimi source code is available from either:
https://sourceforge.net/projects/yoshimi
Or:
https://github.com/Yoshimi/yoshimi
Full build instructions are in 'INSTALL'.
Our list archive is at:
https://www.freelists.org/archive/yoshimi
To post, email to:
yoshimi(a)freelists.org
Also, while there are only two themes that are immediately available, there
are others that can be imported from /doc/examples/themes/
--
Will J Godfrey {apparently now an 'elderly'}
Hello lists,
is anyone using `ecasound` with PulseAudio?
When I try something as simple as
ecasound -i somefile.ogg -o alsa
I get underruns and other unwanted behaviours (e.g. playback is too fast).
ecasound: v2.9.3
OS: Debian bookwork
Thanks in advance
—F