Search found 8 matches
- Fri Nov 02, 2018 3:00 pm
- Forum: GNU/Linux
- Topic: Issue: Cannot open relative path from command line if an Audacity instance is already running
- Replies: 7
- Views: 603
Re: Issue: Cannot open relative path from command line if an Audacity instance is already running
Many thanks for the insightful reply. I take it as a compliment to be considered an "advanced user" :) I applied the following workaround to src/AudacityApp.cpp, line 1926 : Replace wxString param = parser->GetParam(i); by wxFileName fileName(parser->GetParam(i)); fileName.MakeAbsolute(); const wxSt...
- Thu Nov 01, 2018 9:02 am
- Forum: GNU/Linux
- Topic: Issue: Cannot open relative path from command line if an Audacity instance is already running
- Replies: 7
- Views: 603
Issue: Cannot open relative path from command line if an Audacity instance is already running
Linux: openSUSE Tumbleweed Audacity: 2.3.0 Installed from distribution packages To reproduce: /tmp/audacity/$ tree . ├── a │ └── test_a.wav └── b └── test_b.wav 2 directories, 2 files /tmp/audacity/$ cd a/ /tmp/audacity/a/ $ audacity test_a.wav & /tmp/audacity/a/ $ cd ../b /tmp/audacity/b/ $ audac...
- Tue Sep 11, 2018 7:03 pm
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Re: Issue: Closing the Preferences dialog resets project sample rate to default
Just tried out the current master and can indeed confirm the issue is competely fixed. Many thanks for changing this so quickly. This will make the already awesome spectral editing tools yet a little more productive for me to use.
- Sun Sep 09, 2018 2:27 pm
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Re: Issue: Closing the Preferences dialog resets project sample rate to default
Sorry again if I was being unclear. Performing the following sequence of actions will reset the value of the "Project Rate (Hz)" combobox in the bottom-left corner of the Audacity window to the value specified in "Edit -> Preferences -> Quality -> Sampling -> Default Sample Rate". Open the track con...
- Sat Sep 08, 2018 6:21 am
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Re: Issue: Closing the Preferences dialog resets project sample rate to default
Sorry if my wording was unclear in this regard -- that's what I did, and doing so resets the project's sample rate as described.are you aware that you can set them per track from the track context menu?
- Fri Sep 07, 2018 8:56 pm
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Re: Issue: Closing the Preferences dialog resets project sample rate to default
P.S. I see now that the behavior is indeed documented (at the page I linked to): If you set the project rate, using the Project Rate dropdown at the left of the Selection Toolbar to something other than the default rate, then open Preferences and click OK (without necessarily going to the Quality se...
- Fri Sep 07, 2018 8:51 pm
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Re: Issue: Closing the Preferences dialog resets project sample rate to default
If you open Preferences and, say, change the Export options, wouldn't you expect them to change immediately? Yes, but only because I explicitly changed the Export options. Simply opening and then closing the preferences dialog should not change the current project's sample rate in my view. Same goe...
- Fri Sep 07, 2018 7:09 pm
- Forum: GNU/Linux
- Topic: Issue: Closing the Preferences dialog resets project sample rate to default
- Replies: 12
- Views: 841
Issue: Closing the Preferences dialog resets project sample rate to default
Linux: openSUSE Tumbleweed Audacity: 2.2.2 Installed from distribution packages (package version 2.2.2-1.6) To reproduce: Open Audacity Set project sample rate (bottom-left corner) to something other than the default rate, e.g. 16000 Hz Either: Create a new track Switch the track's visualization to ...