Search found 1326 matches
- Tue Oct 28, 2014 10:11 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
I would be inclined to use an attribute rather than an element for this because: 1) It's not part of the project "data" (nothing to do with the actual audio) 2) There can only ever be one value per track (in the current track panel). XML allows multiple elements per tag but only one value per attri...
- Tue Oct 28, 2014 10:02 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
In the first case your guess is partially right based on how the enumerated types were changed; In the example: "so they were not in step with previous versions" In other words, not just adding a new one, but jumbling them up to some degree. In short - chaos! From a quick test with the current rele...
- Tue Oct 28, 2014 9:42 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
Sanity check (after applying the previous patch): In srcWaveTrack.h at or near line number 391 we need to change the enumeration slightly and add a new function: enum WaveTrackDisplay { WaveformDisplay, WaveformDBDisplay, SpectrumDisplay, SpectrumLogDisplay, PitchDisplay }; const static bool ItIsAMe...
- Tue Oct 28, 2014 9:00 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
1) What would happen with your original code if a later version of Audacity changed the enumerated types (so they were not in step with previous versions) and a user opens an old project? 2) What would happen if strings were used and a later version changed the strings? My guess is that in the firs...
- Tue Oct 28, 2014 8:52 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I'm just trying to make the Label tracks more accessible to screen readers. […] typical description for a track […] Developer info for navigator object: name: u'Track 9 Select On' role: ROLE_TABLEROW states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED isFocusable: True […] I wo...
- Tue Oct 28, 2014 8:19 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
Re: Emphasis consistency and headers
I could be proved wrong but I doubt unbolding will help that purpose. I agree that un-bolding is unlikely to help that purpose, but it looks better. Let's try it like this for a while and see if it makes things worse. I lean slightly toward using bold My main consideration was using the same style ...
- Tue Oct 28, 2014 6:53 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
Would it be worth making it a little longer so that the XML is clearer for humans? (example: display=Waveform_dB) Funny you should ask; that's the way I originally tried to code it. Unfortunately, the value is an enumerated type so we would need to: 1) add a global constant static array of wxString...
- Tue Oct 28, 2014 5:54 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Add track display view to AUP
On -devel http://audacity.238276.n2.nabble.com/Free-Software-contribution-td7564569.html Martyn asked: it would be great if the view of each track (Waveform, Waveform (dB), Spectrogram, Spectrogram (logF), Pitch (EAC)) were saved to the project (AUP) file It's only a couple lines of code: Index: src...
- Tue Oct 28, 2014 7:32 am
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I've put a patch for what I think of as a bare-bones implementation of this on the wiki Proposal page. It adds three new checkmark menu items to the Label Track's Track Info Panel's drop-down menu. These give the user control over the preferences for turning the three count displays on/off.
- Tue Oct 28, 2014 3:19 am
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
Thanks to Steve for creating a bare-bones Proposal page: http://wiki.audacityteam.org/wiki/Proposal_Label_Track_Info I have filled it out as well as I can for now. In the section for Developer/QA support I only included first names; please append your last name if you so desire (Gale, Peter, Steve)....