Home
last modified time | relevance | path

Searched refs:kLatencyTag (Results 1 – 6 of 6) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheckercontroller.cpp334 parameters.addParameter (STR16 ("Latency"), STR16 (""), 0, 0, 0, kLatencyTag, kUnitId); in initialize()
464 if (tag == kLatencyTag && mLatencyInEdit) in setParamNormalized()
475 if (tag == kLatencyTag) in beginEdit()
484 if (tag == kLatencyTag && mLatencyInEdit) in endEdit()
H A Dhostcheckercontroller.h63 kLatencyTag, enumerator
H A Dhostcheckerprocessor.cpp182 else if (id == kLatencyTag) in process()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheckercontroller.cpp460 STR16 ("Latency"), kLatencyTag, nullptr, 0, HostChecker::kMaxLatency, 0, in initialize()
726 if (tag == kLatencyTag && mLatencyInEdit) in setParamNormalized()
855 if (tag == kLatencyTag) in beginEdit()
870 if (tag == kLatencyTag && mLatencyInEdit) in endEdit()
H A Dhostcheckercontroller.h75 kLatencyTag, enumerator
H A Dhostcheckerprocessor.cpp360 else if (id == kLatencyTag) in process()