| 67 | } |
| 68 | |
| 69 | EffectFamilySymbol Effect::GetFamily() const |
| 70 | { |
| 71 | // Unusually, the internal and visible strings differ for the built-in |
| 72 | // effect family. |
| 73 | return { wxT("Audacity"), XO("Built-in") }; |
| 74 | } |
| 75 | |
| 76 | bool Effect::IsInteractive() const |
| 77 | { |
no outgoing calls
no test coverage detected