|
const char * | WhatsNewURL = "https://audacityteam.org/3.7.0-video" |
|
const char * | ChangeLogURL = "https://support.audacityteam.org/additional-resources/changelog" |
|
const char * | MuseHubURL = "https://www.musehub.com" |
|
const char * | PromoURL = "https://audacityteam.org/audacitypromo" |
|
constexpr auto | WindowWidth = 860 |
|
constexpr auto | WindowHeight = 460 |
|
Audacity: A Digital Audio Editor
WhatsNewDialog.cpp
Vitaly Sverchinsky
◆ MakeGetPluginsText()
wxString anonymous_namespace{WhatsNewDialog.cpp}::MakeGetPluginsText |
( |
| ) |
|
Definition at line 110 of file WhatsNewDialog.cpp.
111{
112 wxStringOutputStream o;
113 wxTextOutputStream s(o);
114 s
116 <<
wxT(
"<p><center>")
118
119 <<
wxT(R
"(<img src="memory:musehub.jpeg" width="352" height="198" /><br></a></p>)")
120#if 0
121
122 <<
wxT(
"<h3>") <<
XO(
"Get free plugins & sounds")<<
wxT(
"</h3>")
123 <<
XO(
"<p>Check out our [[%s|Muse Hub app]] for a wide range of audio plugins for Audacity users</p>").Format(
MuseHubURL);
124
125
126
127 <<
wxT(
"<h3>") <<
wxT(
"VocalStrip - Solid State Logic")<<
wxT(
"</h3>")
128 <<
wxT(
"<p>") <<
XO(
"A vocal processing effect that enhances vocal clarity and depth.") <<
wxT(
" ")
129 <<
wxT(
"<h3>") <<
wxT(
"Crystalline Next-gen Reverb")<<
wxT(
"</h3>")
130 <<
wxT(
"<p>") <<
XO(
"A multipurpose reverb plugin for spacious, natural-sounding effects.") <<
wxT(
" ")
131 <<
wxT(
"<h3>") <<
wxT(
"Ampkit Guitar Modeller")<<
wxT(
"</h3>")
132 <<
wxT(
"<p>") <<
XO(
"A guitar amp and effects modelling plugin for realistic tones and customizable sounds.") <<
wxT(
" ")
133 <<
wxT(
"<h3>") <<
wxT(
"BOREALIS Dynamic Reverb")<<
wxT(
"</h3>")
134 <<
wxT(
"<p>") <<
XO(
"A responsive reverb plugin that adapts to track dynamics for immersive soundscapes.") <<
wxT(
" ")
135 <<
wxT(
"<h3>") <<
wxT(
"LANDR FX Voice")<<
wxT(
"</h3>")
136 <<
wxT(
"<p>") <<
XO(
"A vocal multi-effect plugin that enhances vocal tracks for professional results.") <<
wxT(
" ")
137 <<
wxT(
"<h3>") <<
wxT(
"LANDR FX Bass")<<
wxT(
"</h3>")
138 <<
wxT(
"<p>") <<
XO(
"A bass effect plugin designed to deliver punchy, clear low-end sound.") <<
wxT(
" ")
139 <<
wxT(
"<h3>") <<
wxT(
"LANDR FX Acoustic:")<<
wxT(
"</h3>")
140 <<
wxT(
"<p>") <<
XO(
"A plugin for acoustic sound perfection, enhancing warmth and clarity.") <<
wxT(
" ")
141 <<
wxT(
"<h3>") <<
wxT(
"Pristine Voice")<<
wxT(
"</h3>")
142 <<
wxT(
"<p>") <<
XO(
"An amazing voice enhancement plugin for crystal-clear, professional vocal effects.") <<
wxT(
" ")
143 <<
wxT(
"<h3>") <<
wxT(
"Remix Source Separation")<<
wxT(
"</h3>")
144 <<
wxT(
"<p>") <<
XO(
"A real-time stem separation tool to isolate vocals, drums, and instruments.") <<
wxT(
" ")
145 <<
wxT(
"<h3>") <<
wxT(
"Recommended effects plugins for Audacity")<<
wxT(
"</h3>")
146 <<
wxT(
"<p>") <<
XO(
"Check out a variety of plugins by well known developers available on [[%s|MuseHub]].").Format(
MuseHubURL)
147
148#endif
149
150 <<
wxT(
"<h3>") <<
wxT(
"Polyspectral Multiband Compressor")<<
wxT(
"</h3>")
151 <<
wxT(
"<p>") <<
XO(
"A multiband compressor offering precise control over frequencies.") <<
wxT(
" ")
152
153 <<
XO(
"Available on [[%s|MuseHub]].").Format(
MuseHubURL) <<
wxT(
"</p>");
154
156}
wxString FormatHtmlText(const wxString &Text)
References FormatHtmlText(), MuseHubURL, PromoURL, wxT(), and XO().
Referenced by WhatsNewDialog::Populate().
◆ MakeWhatsNewText()
wxString anonymous_namespace{WhatsNewDialog.cpp}::MakeWhatsNewText |
( |
| ) |
|
◆ ChangeLogURL
const char* anonymous_namespace{WhatsNewDialog.cpp}::ChangeLogURL = "https://support.audacityteam.org/additional-resources/changelog" |
◆ MuseHubURL
const char* anonymous_namespace{WhatsNewDialog.cpp}::MuseHubURL = "https://www.musehub.com" |
◆ PromoURL
const char* anonymous_namespace{WhatsNewDialog.cpp}::PromoURL = "https://audacityteam.org/audacitypromo" |
◆ WhatsNewURL
const char* anonymous_namespace{WhatsNewDialog.cpp}::WhatsNewURL = "https://audacityteam.org/3.7.0-video" |
◆ WindowHeight
constexpr auto anonymous_namespace{WhatsNewDialog.cpp}::WindowHeight = 460 |
|
constexpr |
◆ WindowWidth
constexpr auto anonymous_namespace{WhatsNewDialog.cpp}::WindowWidth = 860 |
|
constexpr |