| 760 | } |
| 761 | |
| 762 | const String DexedAudioProcessor::getProgramName(int index) { |
| 763 | if (index >= 32) |
| 764 | index = 31; |
| 765 | return programNames[index]; |
| 766 | } |
| 767 | |
| 768 | void DexedAudioProcessor::changeProgramName(int index, const String& newName) { |
| 769 | } |
no outgoing calls
no test coverage detected