Home
last modified time | relevance | path

Searched refs:pan_curve (Results 1 – 3 of 3) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DSfzSignalUnitRack.cpp760 if (eg->pEGInfo->pan_curve >= 0 && eg->pEGInfo->pan_curve < suPanOnCC.GetCurveCount()) { in GetPan()
763 …pan += eg->pEGInfo->pan * suPanOnCC.GetCurve(eg->pEGInfo->pan_curve)->v[val] + eg->GetLevel() * f; in GetPan()
H A Dsfz.h290 int pan_curve; variable
H A Dsfz.cpp1771 … else if (strcmp(s, "_pan_curve") == 0) eg(x).pan_curve = check(key, 0, 30000, ToInt(value)); in push_opcode()
2127 cutoff(0), pitch(0), resonance(0), pan(0), pan_curve(-1) in EG()
2142 pan_curve = eg.pan_curve; in Copy()