MCPcopy Create free account
hub / github.com/audacity/audacity / GetPluginID

Method GetPluginID

src/RealtimeEffectPanel.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 {}
116
117 Identifier GetPluginID(int menuIndex) const
118 {
119 assert(menuIndex >= wxID_HIGHEST && menuIndex < (wxID_HIGHEST + mIndexedPluginList.size()));
120 return mIndexedPluginList[menuIndex - wxID_HIGHEST];
121 }
122 };
123
124 class EffectsMenuHelper final

Callers 1

PickEffectMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected