Home
last modified time | relevance | path

Searched refs:volume_curvecc (Results 1 – 2 of 2) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A Dsfz.cpp356 volume_curvecc.clear(); in Reset()
668 definition->volume_curvecc = volume_curvecc; in CopyValuesToDefinition()
983 copyCurves(r->volume_curvecc, r->volume_oncc); in File()
984 r->volume_curvecc.clear(); in File()
2060 …else if ("volume_curve" == key_cc) pCurDef->volume_curvecc.add( CC(num_cc, 0, check(key, 0, 30000,… in push_opcode()
H A Dsfz.h544 …LinuxSampler::ArrayList<CC> volume_curvecc; // used only as temporary buffer during the parsing - … variable