Skip to content

Commit

Permalink
UI: Update built-in document
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Mar 22, 2024
1 parent a49325e commit 1d5c788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions override/HeavyDPF_Comprez_UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(" ");

Expand All @@ -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"))
Expand Down

0 comments on commit 1d5c788

Please sign in to comment.