| 575 | } |
| 576 | |
| 577 | const String CtrlrModulator::getModulatorText() |
| 578 | { |
| 579 | if (ctrlrComponent) |
| 580 | { |
| 581 | return (ctrlrComponent->getComponentText()); |
| 582 | } |
| 583 | else |
| 584 | { |
| 585 | return (getProperty(Ids::modulatorValue)); |
| 586 | } |
| 587 | } |
| 588 | |
| 589 | CtrlrMidiMessage &CtrlrModulator::getMidiMessage(const CtrlrMIDIDeviceType source) |
| 590 | { |
nothing calls this directly
no test coverage detected