MCPcopy Create free account
hub / github.com/Tracktion/tracktion_engine / createPluginTree

Function createPluginTree

examples/common/Utilities.h:265–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 inline std::unique_ptr<juce::KnownPluginList::PluginTree> createPluginTree (te::Engine& engine)
266 {
267 auto& list = engine.getPluginManager().knownPluginList;
268
269 if (auto tree = list.createTree (list.getTypes(), KnownPluginList::sortByManufacturer))
270 return tree;
271
272 return {};
273 }
274
275 inline void removeFXPlugins (te::AudioTrack& track)
276 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected