Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A Dsfz.cpp582 fillfo_depthcc.clear(); in Reset()
875 definition->fillfo_depthcc = fillfo_depthcc; in CopyValuesToDefinition()
1851 …else if ("fillfo_depthchanaft" == key) pCurDef->fillfo_depthcc.add( CC(128, check(key, -1200, 1200… in push_opcode()
2053 …else if ("fillfo_depth" == key_cc) pCurDef->fillfo_depthcc.add( CC(num_cc, check(key, -1200, 1200,… in push_opcode()
H A Dsfz.h530 LinuxSampler::ArrayList<CC> fillfo_depthcc; // -1200 to 1200 cents variable
H A DSfzSignalUnitRack.cpp1053 suFilLFO.suDepthOnCC.SetCCs(pRegion->fillfo_depthcc); in Trigger()