From 7ba141daedea90b268551e6464b0a0c54c40e2e9 Mon Sep 17 00:00:00 2001 From: michalcourson Date: Sat, 4 Oct 2025 17:22:29 -0400 Subject: [PATCH] some app controls, format preserve, start of autotune speed --- Assets/web/src/App.js | 8 ++------ Assets/webviewplugin-gui_1.0.0.zip | Bin 1119105 -> 1119219 bytes Source/DemoUtilities.h | 3 ++- Source/Shifter.cpp | 18 +++++++++++++----- Source/Shifter.h | 4 ++++ Source/WebViewPluginDemo.h | 16 ++++++++++++---- 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/Assets/web/src/App.js b/Assets/web/src/App.js index 86881f8..63b5946 100644 --- a/Assets/web/src/App.js +++ b/Assets/web/src/App.js @@ -49,7 +49,7 @@ import PropTypes from "prop-types"; import * as Juce from "juce-framework-frontend"; import "./App.css"; -import { KnobPercentage } from "./Components/KnobPercentage"; +// import { KnobPercentage } from "./Components/KnobPercentage"; // Custom attributes in React must be in all lower case const controlParameterIndexAnnotation = "controlparameterindex"; @@ -107,10 +107,6 @@ function JuceSlider({ identifier, title }) { {properties.name}: {sliderState.getScaledValue()} {properties.label} - -

- {sliderState.getScaledValue()} {properties.label} -

- +