Search found 59476 matches

by steve
Thu Mar 02, 2017 10:46 am
Forum: macOS
Topic: Two instances of Audacity.app?
Replies: 5
Views: 562

Re: Two instances of Audacity.app?

Is there a means to effectively create two instances of the Audacity application, i.e. AudacityBig.app and AudacitySmall.app, saving them at the root of the Application folder, each with their own specific configuration? Each computer user account has its own configuration. If you set up a new user...
by steve
Thu Mar 02, 2017 10:41 am
Forum: Windows
Topic: how to remove button mashing noise
Replies: 2
Views: 677

Re: how to remove button mashing noise

I just recorded my first video with commentary on it but whenI went to edit the audio, I cannot get rid of the sound of me button mashing or pressing my controllers' buttons as well. I guess you're making a game video "walk-through" or similar. Ideally, don't do the two things at the same...
by steve
Thu Mar 02, 2017 10:33 am
Forum: Windows
Topic: Effects and other buttons are disabled
Replies: 1
Views: 211

Re: Effects and other buttons are disabled

Press the "Stop" button, and ensure that some audio is selected.
by steve
Thu Mar 02, 2017 9:08 am
Forum: Windows
Topic: Quick Way to "Solo" Multiple Tracks?
Replies: 7
Views: 1654

Re: Quick Way to "Solo" Multiple Tracks?

Litehouse wrote:Steve, Do attempt to Shift + toggle while the song is playing or paused?
Is that a question?
"Shift+S" works for me on Audacity 2.1.3 alpha on Linux.
by steve
Thu Mar 02, 2017 1:04 am
Forum: New Plug-Ins
Topic: Flanger
Replies: 14
Views: 8260

Re: Flanger

Good observation. The pattern becomes more cycloid as the "Sweep range" is increased. With a smaller sweep range, the pattern becomes more sinusoidal.
firsttrack028.png
Sweep range 0.6
firsttrack028.png (572.34 KiB) Viewed 7557 times
by steve
Wed Mar 01, 2017 11:37 pm
Forum: macOS
Topic: which font is used for timeline and meter numbers?
Replies: 8
Views: 856

Re: which font is used for timeline and meter numbers?

Hmm. That makes it more clear that there is a problem (seems like Audacity ought to be able to fall back to some other font, such as Helvetica Neue, if it can't find Helvetica) but less clear whether the problem is with Audacity or with wxWidgets. or a problem specific to your system? I'm not sayin...
by steve
Wed Mar 01, 2017 7:30 pm
Forum: Windows
Topic: Quick Way to "Solo" Multiple Tracks?
Replies: 7
Views: 1654

Re: Quick Way to "Solo" Multiple Tracks?

The keyboard shortcuts can sometimes be quicker than using the mouse: Ctrl+U Mute all tracks. Shift+Ctrl+U Unmute all tracks. Shift+S Toggle "solo" on/off for the current track. Use in conjunction with the up/down cursor keys and the "Muli-track" solo button option (see the botto...
by steve
Wed Mar 01, 2017 7:23 pm
Forum: macOS
Topic: which font is used for timeline and meter numbers?
Replies: 8
Views: 856

Re: which font is used for timeline and meter numbers?

Audacity is currently built with WxWidgets 3.0.2 From: http://docs.wxwidgets.org/3.0.2/interface_2wx_2font_8h.html#a54997f2e4b4f4a03f92db6d41da30bb5 wxFont* wxSWISS_FONT A font identic to wxNORMAL_FONT except for the family used which is wxFONTFAMILY_SWISS. It gets a bit tricky determining exactly w...
by steve
Wed Mar 01, 2017 6:06 pm
Forum: Windows
Topic: Illegal fonts in exporting form
Replies: 4
Views: 244

Re: Illegal fonts in exporting form

If you type characters, then you should get "legal" character codes. If text is pasted, you can easily get illegal character codes. We saw a case recently where a user had a problem because he had pasted what appeared to be a normal name into a text box, but there were two invisible charac...
by steve
Wed Mar 01, 2017 6:01 pm
Forum: macOS
Topic: which font is used for timeline and meter numbers?
Replies: 8
Views: 856

Re: which font is used for timeline and meter numbers?

Old versions of OS X used Lucida Grande as the default system font. More recent versions use Helvetica Neue or San Francisco. In the Audacity code, the font is described as "wxFONTFAMILY_SWISS", which the WxWidgets documentation says resolves to "wxNORMAL_FONT" , which is the def...