Search found 1326 matches
- Thu Nov 06, 2014 7:47 pm
- Forum: Audio Processing
- Topic: Set font for track name
- Replies: 1
- Views: 997
Re: Set font for track name
If anyone wants to try it out…patch attached.
- Thu Nov 06, 2014 6:44 am
- Forum: Audio Processing
- Topic: Set font for track name
- Replies: 1
- Views: 997
Set font for track name
A long long time ago (back in the piezozoic era <grin>) I started this thread: http://forum.audacityteam.org/viewtopic.php?f=21&t=63177 At least we managed to get the color changed but because I chose to give the user control via Preferences I was unable to sell my concept. We are still suffering wi...
- Thu Nov 06, 2014 4:11 am
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
To be clear, every time a damage condition is sensed, the flasher comes on full and starts a fade cycle. And lest we get too far afield, the "bug" is the timeline red bars that appear with no associated sound damage. For clarity, from a programmer's point of view, the timeline is that tiny little s...
- Thu Nov 06, 2014 12:49 am
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
Since transparency is off the table I decided to try a dotted line. In srcTrackArtist.cpp at or near line number 1205: // Draw the clipping lines if (clipcnt) { dc.SetPen(muted ? muteClippedPen : clippedPen); while (--clipcnt >= 0) { int xx = clipped[clipcnt]; #define CLIPPINGGAP 4//Add this line so...
- Wed Nov 05, 2014 10:19 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
reduce the opacity of the red lines on the waveform +1 Since y'all seem to be concerned about slapping me around too hard… Support for Transparency / Alpha Channel In general wxDC methods don't support alpha transparency and the alpha component of wxColour is simply ignored and you need to use wxGr...
- Wed Nov 05, 2014 5:23 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15506
Re: "Show Clipping" Options
What level of clipping (how many samples in a row) would indicate "stop the show now and start again" ? What if we get data which looks like: clip sample sample clip sample sample sample clip sample sample clip sample …etc. (where "clip" is a clipped sample and "sample" is not)? In other words, cli...
- Thu Oct 30, 2014 4:45 pm
- Forum: Maintaining / Improving this Forum
- Topic: Broken link on "how to post…"
- Replies: 1
- Views: 1455
Broken link on "how to post…"
Board index ‹ Audacity Help Forum ‹ READ ME < How to post a question on the forum.
Right under "1. Click on the New Topic button near the top left corner of the page:" is a link to an image of what I assume to be the "NEWTOPIC*" button. All I can see is a placeholder.
Right under "1. Click on the New Topic button near the top left corner of the page:" is a link to an image of what I assume to be the "NEWTOPIC*" button. All I can see is a placeholder.
- Wed Oct 29, 2014 9:53 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I have made a first tab at TrackInfoAx I somehow feel that the description should really defined in TrackPanelAx. [...] The "GetDescription" method would be still helpful to display the Label counts. [...] By the way, NVDA is free and comes with the necessary tools to debug your patches. [...] I ca...
- Wed Oct 29, 2014 9:28 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
Have we already switched to WXW3.02? No not yet. There has been some exploratory work, but there is currently a lot of other stuff going on, so Audacity is officially remaining with WxWidgets 2.8 for the next release. A lot of work was done a couple of weeks ago to make the entire Audacity code com...
- Wed Oct 29, 2014 9:21 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
Re: Emphasis consistency and headers
it's a title and might look just fine filling most of the vertical space consumed by the icon Except that it isn't really a title, it's just the first line of the forum "rules" Steve's is right, it is not a title; it's a sentence. Because it's in a section set off in a different color and with an i...