Jamba  3.0.2
pongasoft::VST::Debug Namespace Reference

Classes

class  ParamDisplay
 
class  ParamLine
 
class  ParamTable
 

Typedefs

using Key = ParamDisplay::Key
 
using ParamMap = ParamDisplay::ParamMap
 
using ValueMap = ParamDisplay::ValueMap
 

Variables

std::vector< KeyDEFAULT_STATE_KEYS
 
std::vector< KeyDEFAULT_VST_KEYS
 

Typedef Documentation

◆ Key

◆ ParamMap

◆ ValueMap

Variable Documentation

◆ DEFAULT_STATE_KEYS

std::vector<Key> pongasoft::VST::Debug::DEFAULT_STATE_KEYS
Initial value:
{
Key::kID, Key::kTitle, Key::kNormalizedValue, Key::kValue
}

◆ DEFAULT_VST_KEYS

std::vector<Key> pongasoft::VST::Debug::DEFAULT_VST_KEYS
Initial value:
{
Key::kID, Key::kTitle, Key::kType, Key::kOwner, Key::kTransient, Key::kShared,
Key::kNormalizedDefault, Key::kDefault,
Key::kSteps, Key::kFlags, Key::kShortTitle,
Key::kPrecision, Key::kUnitID, Key::kUnits
}