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
43
Wiki
Activity
Browse Source
Remove behavior of Knob triggering an Action event if the value has not changed.
tags/v1.0.0
Andrew Belt
5 years ago
parent
8670788ad4
commit
6a0797fde5
1 changed files
with
0 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
src/app/Knob.cpp
+ 0
- 5
src/app/Knob.cpp
View File
@@ -60,11 +60,6 @@ void Knob::onDragEnd(const event::DragEnd &e) {
h->newValue = newValue;
h->newValue = newValue;
APP->history->push(h);
APP->history->push(h);
}
}
else {
// Call Action if knob was not changed
event::Action eAction;
onAction(eAction);
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save