-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,10 +315,10 @@ class ImGuiPluginUI : public UI | |
ImGui::Text("Simple & High Performance Compressor Plugin"); | ||
ImGui::Text(" "); | ||
ImGui::Text("Author:\n AnClark Liu <[email protected]>"); | ||
ImGui::Text("DSP Engine:\n Heavy Stereo Compressor by Joe White"); | ||
ImGui::Text("DSP Engine:\n Heavy Stereo Compressor by Joe White\n (modified by AnClark Liu)"); | ||
ImGui::Text("Credits to:\n Wasted Audio Team"); | ||
ImGui::Text(" "); | ||
ImGui::Text("License:\n GNU GPLv3"); | ||
ImGui::Text("License:\n GNU General Public License Version 3"); | ||
ImGui::Text("VST Plugin Interface Technology by Steinberg"); | ||
ImGui::Text(" "); | ||
|
||
|
@@ -343,7 +343,7 @@ class ImGuiPluginUI : public UI | |
ImGui::TextWrapped("Comprez is a simple but fast, versatile compressor plugin."); | ||
ImGui::TextWrapped("It's ready to give you a special compressor experience you may never have before."); | ||
ImGui::TextWrapped("Although there are only 4 controllers currently, it does not limit your creation. " | ||
"Feel free to try out. You will meet your favorite compressor parameters, and enlight your works!"); | ||
"Feel free to try out. You will meet your favorite compressor parameters, and enlighten your works!"); | ||
} | ||
|
||
if (ImGui::CollapsingHeader("Controllers")) | ||
|