Audacity 3.2.0
Classes | Typedefs
VSTInstance.h File Reference
#include "PerTrackEffect.h"
#include "VSTWrapper.h"
#include <atomic>
#include <vector>
Include dependency graph for VSTInstance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VSTInstance
 

Typedefs

using VSTInstanceArray = std::vector< std::unique_ptr< VSTInstance > >
 

Typedef Documentation

◆ VSTInstanceArray

using VSTInstanceArray = std::vector < std::unique_ptr<VSTInstance> >

Definition at line 23 of file VSTInstance.h.