Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A Dsfz.cpp418 cutoff_smoothcc.clear(); in Reset()
722 definition->cutoff_smoothcc = cutoff_smoothcc; in CopyValuesToDefinition()
1013 copySmoothValues(r->cutoff_smoothcc, r->cutoff_oncc); in File()
1014 r->cutoff_smoothcc.clear(); in File()
1079 copySmoothValues(r->lfos[j].cutoff_smoothcc, r->lfos[j].cutoff_oncc); in File()
1080 r->lfos[j].cutoff_smoothcc.clear(); in File()
1884 …else if (sscanf(s, "_cutoff_smoothcc%d", &y)) lfo(x).cutoff_smoothcc.add( CC(y, 0, -1, check(key, … in push_opcode()
1995 …else if ("cutoff_smooth" == key_cc) pCurDef->cutoff_smoothcc.add( CC(num_cc, 0, -1, check(key, 0.… in push_opcode()
2191 cutoff_smoothcc = lfo.cutoff_smoothcc; in Copy()
H A Dsfz.h336 LinuxSampler::ArrayList<CC> cutoff_smoothcc; // 0 to ? milliseconds variable
478 LinuxSampler::ArrayList<CC> cutoff_smoothcc, cutoff2_smoothcc; variable