enum | FilterSubType {
st_Standard = 0
, st_Driven = 1
, st_Clean = 2
, st_Medium = 3
,
st_Notch = 0
, st_NotchMild = 1
, st_lpmoog_6dB = 0
, st_lpmoog_12dB = 1
,
st_lpmoog_18dB = 2
, st_lpmoog_24dB = 3
, st_diode_6dB = 0
, st_diode_12dB = 1
,
st_diode_18dB = 2
, st_diode_24dB = 3
, st_cutoffwarp_tanh1 = 0
, st_cutoffwarp_tanh2 = 1
,
st_cutoffwarp_tanh3 = 2
, st_cutoffwarp_tanh4 = 3
, st_cutoffwarp_softclip1 = 4
, st_cutoffwarp_softclip2 = 5
,
st_cutoffwarp_softclip3 = 6
, st_cutoffwarp_softclip4 = 7
, st_cutoffwarp_ojd1 = 8
, st_cutoffwarp_ojd2 = 9
,
st_cutoffwarp_ojd3 = 10
, st_cutoffwarp_ojd4 = 11
, st_vintage_type1 = 0
, st_vintage_type1_compensated = 1
,
st_vintage_type2 = 2
, st_vintage_type2_compensated = 3
, st_resonancewarp_tanh1 = 0
, st_resonancewarp_tanh2 = 1
,
st_resonancewarp_tanh3 = 2
, st_resonancewarp_tanh4 = 3
, st_resonancewarp_softclip1 = 4
, st_resonancewarp_softclip2 = 5
,
st_resonancewarp_softclip3 = 6
, st_resonancewarp_softclip4 = 7
, st_tripole_LLL1 = 0
, st_tripole_LHL1 = 1
,
st_tripole_HLH1 = 2
, st_tripole_HHH1 = 3
, st_tripole_LLL2 = 4
, st_tripole_LHL2 = 5
,
st_tripole_HLH2 = 6
, st_tripole_HHH2 = 7
, st_tripole_LLL3 = 8
, st_tripole_LHL3 = 9
,
st_tripole_HLH3 = 10
, st_tripole_HHH3 = 11
} |