This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Smooth interpolate SVGSlider
pull/1639/head
Andrew Belt
7 years ago
parent
4ebbdc6c8b
commit
293f27d841
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/SVGSlider.cpp
+ 1
- 1
src/app/SVGSlider.cpp
View File
@@ -23,7 +23,7 @@ void SVGSlider::step() {
void SVGSlider::onChange(EventChange &e) {
dirty = true;
ParamWidget
::onChange(e);
Knob
::onChange(e);
}
Write
Preview
Loading…
Cancel
Save