sst-filters
Filters submodule for the Surge Synthesizer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ModelConfig Struct Reference

#include <model_config.h>

Public Member Functions

 ModelConfig ()
 
 ModelConfig (Passband p, Slope s, DriveMode d, FilterSubModel m)
 
 ModelConfig (Passband p)
 
 ModelConfig (Slope s)
 
 ModelConfig (Passband p, Slope s, DriveMode d)
 
 ModelConfig (Passband p, DriveMode d)
 
 ModelConfig (Passband p, Slope s)
 
 ModelConfig (Passband p, FilterSubModel m)
 
 ModelConfig (Passband p, Slope s, FilterSubModel m)
 
 ModelConfig (Slope s, FilterSubModel m)
 
std::string toString () const
 

Public Attributes

Passband pt {Passband::UNSUPPORTED}
 
Slope st {Slope::UNSUPPORTED}
 
DriveMode dt {DriveMode::UNSUPPORTED}
 
FilterSubModel mt {FilterSubModel::UNSUPPORTED}
 

Constructor & Destructor Documentation

◆ ModelConfig() [1/10]

◆ ModelConfig() [2/10]

◆ ModelConfig() [3/10]

◆ ModelConfig() [4/10]

◆ ModelConfig() [5/10]

ModelConfig ( Passband  p,
Slope  s,
DriveMode  d 
)

◆ ModelConfig() [6/10]

ModelConfig ( Passband  p,
DriveMode  d 
)

◆ ModelConfig() [7/10]

ModelConfig ( Passband  p,
Slope  s 
)

◆ ModelConfig() [8/10]

◆ ModelConfig() [9/10]

◆ ModelConfig() [10/10]

Member Function Documentation

◆ toString()

std::string toString ( ) const

Member Data Documentation

◆ pt

◆ st

◆ dt

◆ mt


The documentation for this struct was generated from the following file: