diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 6c04cff..a0d99e3 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -764,6 +764,7 @@ void WaveformComponent::mouseDoubleClick(const MouseEvent & e) void WaveformComponent::mouseWheelMove(const MouseEvent & e, const MouseWheelDetails & wd) { + return; double factor = 0.9; if (wd.deltaY < 0.0) factor = 1.11111; diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 3d2b530..9c28262 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -28,7 +28,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #undef max #endif -String g_plugintitle{ "PaulXStretch 1.1.0" }; +String g_plugintitle{ "PaulXStretch 1.1.0a" }; std::set g_activeprocessors;