MCPcopy Create free account
hub / github.com/LMMS/lmms / getDescription

Method getDescription

src/core/LadspaManager.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124ladspaManagerDescription * LadspaManager::getDescription(
125 const ladspa_key_t & _plugin )
126{
127 if( m_ladspaManagerMap.contains( _plugin ) )
128 {
129 return( m_ladspaManagerMap[_plugin] );
130 }
131 else
132 {
133 return( NULL );
134 }
135}
136
137
138

Callers 6

fillDescriptionWidgetMethod · 0.80
listSubPluginKeysMethod · 0.80
LadspaEffectMethod · 0.80
pluginInstantiationMethod · 0.80
ladspaDescriptionMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected