MCPcopy Create free account
hub / github.com/VCVRack/Rack / CableOpacitySlider

Method CableOpacitySlider

src/app/MenuBar.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243};
244struct CableOpacitySlider : ui::Slider {
245 CableOpacitySlider() {
246 quantity = new CableOpacityQuantity;
247 }
248 ~CableOpacitySlider() {
249 delete quantity;
250 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected