Search found 1326 matches
- Thu Jun 16, 2016 4:49 pm
- Forum: Feature Request Archive
- Topic: Play, from paused, jumps to the start for no reason
- Replies: 15
- Views: 6878
Re: Play, from paused, jumps to the start for no reason
my vote would be for the following: 1. Don't actually change the functionality at all, but make the buttons carry the correct icon. 2. The "play from start" button should have a "play from start" icon on it. 3. The "pause" button should switch to a "play" icon while in the paused state. (Note that ...
- Fri May 27, 2016 9:57 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Another thought - we have some capable programmers here… How about if we be a little smarter in the code; as proposed, give user the ability to turn off the "save changed" nag (hiding it behind some "advanced" shield if desired) only for "not very dirty" Projects (defined minimally as having importe...
- Thu May 26, 2016 5:01 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Would Steve or Gale be willing to commit an experimental (may be in a separate branch) Might this not be better in your own fork of Audacity, Ed? Sorry I don't Git (ugg - sorry 4 the pun) it! I was unable to get Git to work on my Win7 box and I am not developing for anything past Audacity 2.0. My c...
- Thu May 26, 2016 2:00 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
To me, if File > Import > Audio... left File > Save Project... greyed out, it gives the impression that Audacity has "opened" the file. I'm confused. Who suggested greying out "File > Save Project" and why? I don't see that suggested anywhere else in this topic. :? The suggestion was made that laun...
- Wed May 25, 2016 11:34 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
discerning "dirty" can be accomplished in (at least) two different ways and we need to decide how we want to proceed. I changed the config name to "MakeDirtyOnImport" (to match what my clients already have) so a new WarningPrefs.cpp: S.TieCheckBox(_("Saving Project if only Importing audio has chang...
- Wed May 25, 2016 10:48 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Only three files are changed to implement the GUI; I zipped them up and attached them here.
- Wed May 25, 2016 10:44 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
I may play with a panel... I can't figure out how to hide the panel from the tree on the left and I have not figured out how to make the new button open the panel. I already have the code working in Audacity 2.0 to honor this checkbox but, as tcbrack points out, discerning "dirty" can be accomplish...
- Wed May 25, 2016 10:16 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Actual working code in GitHub head as of 2PM EST 25 May 2016: The button code is stubbed off pending panel/dialog choice but I may play with a panel...Edgar wrote:Proposal
Add an "Advanced" button on Preference's Warnings panel
- Wed May 25, 2016 9:45 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Proposal Add an "Advanced" button on Preference's Warnings panel which opens either a new hidden panel (my preference) or dialog that (for now) only exposes a switch for "quit nagging me to save a not-very-dirty Project" with the explanation that simply Importing an audio file would be considered n...
- Wed May 25, 2016 3:34 pm
- Forum: Adding Features to Audacity
- Topic: Consider a project of only unmodified tracks to be "clean"
- Replies: 150
- Views: 18374
Re: Consider a project of only unmodified tracks to be "clea
Would Steve or Gale be willing to commit an experimental (may be in a separate branch) "Advanced Warnings" button on Preference's Warnings panel which (for now) only exposes a switch for "quit nagging me to save a not-very-dirty Project" (with the explanation that simply Importing an audio file woul...