AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit 38e819b1d0de99641e0fdbddafb776df165a2b21
parent 8a20813dbcdfd1cde23292e1fdaee8be0e5b0682
Author: Jatin Chowdhury <[email protected]>
Date:   Tue, 28 Jun 2022 22:13:18 +0100

Add user manual option to setting menu

Diffstat:
MPlugin/Source/GUI/SettingsButton.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Plugin/Source/GUI/SettingsButton.cpp b/Plugin/Source/GUI/SettingsButton.cpp @@ -48,8 +48,8 @@ void SettingsButton::showSettingsMenu() menu.addSeparator(); menu.addItem ("View Source Code", [=] { URL ("https://github.com/jatinchowdhury18/AnalogTapeModel").launchInDefaultBrowser(); }); - menu.addItem ("Copy Diagnostic Info", [=] { copyDiagnosticInfo(); }); + menu.addItem ("View User Manual", [=] { URL ("https://chowdsp.com/manuals/ChowTapeManual.pdf").launchInDefaultBrowser(); }); // get top level component that is big enough Component* parentComp = this;