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

Class CableOpacitySlider

src/app/MenuBar.cpp:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243};
244struct CableOpacitySlider : ui::Slider {
245 CableOpacitySlider() {
246 quantity = new CableOpacityQuantity;
247 }
248 ~CableOpacitySlider() {
249 delete quantity;
250 }
251};
252
253
254struct CableTensionQuantity : Quantity {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected