Search found 1326 matches
- Wed Oct 29, 2014 7:35 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15508
Re: "Show Clipping" Options
How many votes are required to repair a broken tool? Probably the wrong question. If something is broken then fixing it is not a matter of opinion, it needs to be fixed. The questions are: * How much priority should be given to fixing it. * How many votes are needed to convince a developer that a f...
- Wed Oct 29, 2014 7:20 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
If (as a test) the above did not work (and it probably did not)...I have made a first tab at TrackInfoAx but really have no understanding of how to test it with a screen reader. I just put the "this is a test" string into the built-in GetDescription. patch attached (Warning - this patch is for testi...
- Wed Oct 29, 2014 7:13 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
Re: Emphasis consistency and headers
The three font sizes looks OK, but with the bulleting I do not believe that is necessary to make the final sentence smaller. I do like making the title bigger like that – I would even try to go larger – it's a title and might look just fine filling most of the vertical space consumed by the icon - j...
- Wed Oct 29, 2014 6:02 pm
- Forum: Compiling Audacity
- Topic: warning C4275: non dll-interface class 'EffectHostInterface'
- Replies: 1
- Views: 1299
warning C4275: non dll-interface class 'EffectHostInterface'
Code: Select all
srceffects/Effect.h(66): warning C4275: non dll-interface class 'EffectHostInterface' used as base for dll-interface class 'Effect'
SVNincludeaudacity/EffectInterface.h(83) : see declaration of 'EffectHostInterface'
svnsrceffects/Effect.h(65) : see declaration of 'Effect'- Wed Oct 29, 2014 4:12 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I have no TrackInfo.h/cpp in the source directory 'C:Audacity'. Should those definitions go into TrackPanelAx.*? My bad! TrackPanel.h/cpp. In my defense, with the exception of a couple of very small classes whose definitions and declarations (headers and C++ files) are very short, almost every clas...
- Wed Oct 29, 2014 4:01 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
Re: Emphasis consistency and headers
This forum is for Audacity 2.x on Windows. Please state which version of Windows you are using, the exact three-section version of Audacity from Help > About Audacity and whether you obtained the .exe installer or the zip. Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still ...
- Wed Oct 29, 2014 3:32 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I have no TrackInfo.h/cpp in the source directory 'C:Audacity'. Should those definitions go into TrackPanelAx.*? My bad! TrackPanel.h/cpp. In my defense, with the exception of a couple of very small classes whose definitions and declarations (headers and C++ files) are very short, almost every clas...
- Wed Oct 29, 2014 4:15 am
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
How about this: <?xml version="1.0" standalone="no" ?> <!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacityteam.org/xml/audacityproject-1.3.0.dtd" > <project xmlns="http://audacityteam.org/xml/" projname="ab_data" version="1.3.0" audacityversion="2.0.7-alpha-Oct 28 2014" sel...
- Wed Oct 29, 2014 3:33 am
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
If we add this new function (Get Description) to TrackInfo.h at or near line number 100: class AUDACITY_DLL_API TrackInfo { public: TrackInfo(wxWindow * pParentIn); ~TrackInfo(); int GetTrackInfoWidth() const; void UpdateSliderOffset(Track *t); wxAccStatus GetDescription(int WXUNUSED(childId), wxStr...
- Tue Oct 28, 2014 10:28 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
Hi Edgar, thanks for taking the time. That whooshing sound you just heard is the sound of your explanation going right over my head <grin>. Between the two of us I'm sure we can get this to work. From what I can understand, the Track Info Panel looks (to the screen reader) like a window. That windo...