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} -

- +