VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
List of Busses. More...
#include <vstbus.h>
Public Member Functions | |
BusList (MediaType type, BusDirection dir) | |
Constructor. More... | |
MediaType | getType () const |
Returns the BusList Type. More... | |
BusDirection | getDirection () const |
Returns the BusList direction. More... | |
OBJ_METHODS (Vst::BusList, FObject) | |
Protected Attributes | |
MediaType | type |
BusDirection | direction |
List of Busses.
BusList | ( | MediaType | type, |
BusDirection | dir | ||
) |
Constructor.
|
inline |
Returns the BusList direction.
See BusDirection
OBJ_METHODS | ( | Vst::BusList | , |
FObject | |||
) |
|
protected |
|
protected |