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
Add Module::getExpander().
tags/v2.0.0
Andrew Belt
3 years ago
parent
deacbb50dc
commit
f5781b3b56
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
include/engine/Module.hpp
+ 3
- 0
include/engine/Module.hpp
View File
@@ -277,6 +277,9 @@ struct Module {
Expander& getRightExpander() {
return rightExpander;
}
Expander& getExpander(bool side) {
return side ? rightExpander : leftExpander;
}
// Virtual methods
Write
Preview
Loading…
Cancel
Save