Search found 59476 matches

by steve
Thu Sep 10, 2020 8:57 pm
Forum: macOS
Topic: Two Audacities?
Replies: 30
Views: 897

Re: Two Audacities?

Humanguy wrote:
Thu Sep 10, 2020 8:54 pm
a new Audacity shouldn't give me the same problem again, no?
If it's something about your computer that is causing the issue, then reinstalling will make no difference.
Give it a go and let us know what happens.
by steve
Thu Sep 10, 2020 7:27 pm
Forum: GNU/Linux
Topic: Timeline only renders when resizing window
Replies: 20
Views: 1862

Re: Timeline only renders when resizing window

Thanks very much for your input on this Chris.
At least now we can ask users that are experiencing this kind of issue to check if GTK_IM_MODULE is set to xim, and if it is, then we have a workaround.

Steve
by steve
Thu Sep 10, 2020 6:59 pm
Forum: GNU/Linux
Topic: Timeline only renders when resizing window
Replies: 20
Views: 1862

Re: Timeline only renders when resizing window

But GTK_IM_MODULE gets set to "xim" in some standard configuration files (under /usr/share/im-config/data) in Xubuntu 20.04. I've just tested this in a clean, fully updated installation of Xubuntu 20.04 64-bit. GTK_IM_MODULE is not set. :shock: So presumably, some other application or ins...
by steve
Thu Sep 10, 2020 6:35 pm
Forum: Windows
Topic: adjusting left and right channels for recording.
Replies: 5
Views: 290

Re: adjusting left and right channels for recording.

ukeduke wrote:
Thu Sep 10, 2020 6:29 pm
I thought there would be a slide control to boost the right channel.
There's a "Pan" slide control in the panel on the left end of the track: https://manual.audacityteam.org/man/aud ... s.html#pan
If you move it to the right, it lowers the left channel.
by steve
Thu Sep 10, 2020 6:10 pm
Forum: GNU/Linux
Topic: Timeline only renders when resizing window
Replies: 20
Views: 1862

Re: Timeline only renders when resizing window

monteverdi wrote:
Thu Sep 10, 2020 4:51 pm
I found this solution here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517671 (comment 50 and following)
Interesting.
Did you have GTK_IM_MODULE=xim somewhere in your configuration files?
If so, did you put it there to solve some other problem?
by steve
Thu Sep 10, 2020 5:56 pm
Forum: Windows
Topic: Full Key Binding XML
Replies: 1
Views: 94

Re: Full Key Binding XML

In Preferences you can set defaults to "Full", then export. (https://manual.audacityteam.org/man/key ... ences.html)
Audacity-keys.xml
(16.9 KiB) Downloaded 10 times
by steve
Thu Sep 10, 2020 3:19 pm
Forum: Windows
Topic: Version 2.4.2, Opening an mp3 file for editing - something about FFmpeg [SOLVED]
Replies: 28
Views: 834

Re: Version 2.4.2, Opening an mp3 file for editing - something about FFmpeg

By default it will install to
\Program Files (x86)\FFmpeg for Audacity\
so your current version (unless it's for an old version of Audacity) will not be affected.
by steve
Thu Sep 10, 2020 2:56 pm
Forum: GNU/Linux
Topic: Is clipping bad?
Replies: 8
Views: 577

Re: Is clipping bad?

Should I try to keep my recording stage unclipped Don't just "try", ensure that you "succeed". ;) Clipping is when the peaks of the waveform are literally clipped off. Clipping during recording is permanent and cannot be totally fixed (There are effects that can attempt to resto...
by steve
Thu Sep 10, 2020 2:51 pm
Forum: Windows
Topic: Version 2.4.2, Opening an mp3 file for editing - something about FFmpeg [SOLVED]
Replies: 28
Views: 834

Re: Version 2.4.2, Opening an mp3 file for editing - something about FFmpeg

I think that I see what you are looking for, my file type option, it was set to FFmpeg compatible files. Yes. That's why Audacity is attempting to import the file with FFmpeg first, and only when that fails (because you don't have a compatible version of FFmpeg) does Audacity switch to importing wi...
by steve
Thu Sep 10, 2020 2:40 pm
Forum: GNU/Linux
Topic: Timeline only renders when resizing window
Replies: 20
Views: 1862

Re: Timeline only renders when resizing window

monteverdi wrote:
Fri Jul 10, 2020 7:34 pm
Starting Audacity with

Code: Select all

GTK_IM_MODULE= audacity
fixed the problems for me.

Regards,
Chris
How did you work that out Chris? What's the connection between window rendering and language input methods?