Searched refs:tunings (Results 1 – 6 of 6) sorted by relevance
173 std::vector<std::unique_ptr<C2Tuning>> tunings; member
997 dWorklet.tunings.resize(sWorklet.tunings.size()); in objcpy()999 for (const std::unique_ptr<C2Tuning>& sTuning : sWorklet.tunings) { in objcpy()1001 &dWorklet.tunings[j++], in objcpy()1356 dWorklet->tunings.clear(); in objcpy()1357 dWorklet->tunings.reserve(sWorklet.tunings.size()); in objcpy()1358 for (const Params& sTuning : sWorklet.tunings) { in objcpy()1372 dWorklet->tunings.emplace_back( in objcpy()
530 * List of Params describing tunings.532 vec<Params> tunings;
263 * This does not alter any settings and tunings that may have resulted in a
654 * List of C2Param objects describing tunings to be applied before657 Params tunings;
295 * This does not alter any settings and tunings that may have resulted in a