Jamba C++ API  5.1.1
pongasoft::VST::Debug Namespace Reference

Classes

class  ParamDisplay
 This helper class is used to display the parameters (vst/jmb) WARNING: this class is allocating memory and as a result should be used in RT only during development! More...
 
class  ParamLine
 This helper class is used to display the parameters (vst/jmb) in a line WARNING: this class is allocating memory and as a result should be used in RT only during development! More...
 
class  ParamTable
 This helper class is used to display the parameters (vst/jmb) in a table WARNING: this class is allocating memory and as a result should be used in RT only during development! More...
 

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> DEFAULT_STATE_KEYS
Initial value:
{
Key::kID, Key::kTitle, Key::kNormalizedValue, Key::kValue
}

◆ DEFAULT_VST_KEYS

std::vector<Key> 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
}