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
Reset after poly mode is changed
tags/v0.6.0
Andrew Belt
6 years ago
parent
210bb70ed9
commit
4b2c2b1c9a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Core/QuadMIDIToCVInterface.cpp
+ 1
- 0
src/Core/QuadMIDIToCVInterface.cpp
View File
@@ -345,6 +345,7 @@ struct QuadMIDIToCVInterfaceWidget : ModuleWidget {
QuadMIDIToCVInterface::PolyMode polyMode;
void onAction(EventAction &e) override {
module->polyMode = polyMode;
module->onReset();
}
};
Write
Preview
Loading…
Cancel
Save