How can I modify the audacity's interface(edit audacity.rc?)
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
How can I modify the audacity's interface(edit audacity.rc?)
How can I modify the interface? I think I should modify audacity.rc, but when I try to open it , it shows a error that can't be opened. How do I deal with it or provide other suggestion,thanks!
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How can I modify the audacity's interface(edit audacity.
Please be much more specific about what you want to change.cwl007 wrote:How can I modify the interface? I think I should modify audacity.rc, but when I try to open it , it shows a error that can't be opened. How do I deal with it or provide other suggestion,thanks!
This is all that audacity.rc controls (these contents show in Explorer's "Details" property sheet for audacity.exe)
Code: Select all
CompanyName", "The Audacity Team"
"FileDescription", "Audacity®, the Free, Cross-Platform Sound Editor"
"FileVersion", AUDACITY_FILE_VERSION
"InternalName", "Audacity"
"LegalCopyright", "Copyright © 2021. All rights reserved."
"LegalTrademarks", "Audacity® is a registered trademark."
"OriginalFilename", "Audacity.exe"
"ProductName", "Audacity®"
"ProductVersion", AUDACITY_FILE_VERSION
Changing that RC file will have no effect unless you recompile Audacity or access its contents some other way (for example, with a resource editor).
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: How can I modify the audacity's interface(edit audacity.
Thanks. I want to modify audicity's original interface, for example, delete some menu.
I think I can do it by comparing modifying VC project's rc as the attachment.
But it show errors that I couldn't open it.
I think I can do it by comparing modifying VC project's rc as the attachment.
But it show errors that I couldn't open it.
- Attachments
-
- audicity.jpg (16.62 KiB) Viewed 480 times
How can I modify audicity's rc throwing visualization tool
How can I modify audicity's rc throwing visualization tool.(In MFC you can modify interface by editing visual rc)
Last edited by cwl007 on Fri Apr 24, 2015 4:06 pm, edited 2 times in total.
Reason: Topic merged with existing thread.
Reason: Topic merged with existing thread.
Re: How can I modify the audacity's interface(edit audacity.
See this article: http://manual.audacityteam.org/index.ph ... g_Audacitycwl007 wrote:Thanks. I want to modify audicity's original interface, for example, delete some menu.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)