| 766 | } |
| 767 | |
| 768 | void DexedAudioProcessor::changeProgramName(int index, const String& newName) { |
| 769 | } |
| 770 | |
| 771 | const String DexedAudioProcessor::getParameterName(int index) { |
| 772 | return ctrl[index]->label; |
nothing calls this directly
no outgoing calls
no test coverage detected