| 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 | { |
no outgoing calls
no test coverage detected