Searched refs:oscNum (Results 1 – 2 of 2) sorted by relevance
65 int oscNum /* The osc for pitch diffs */) in StringOscillator()67 if (scene->osc[oscNum].pitch.absolute) in StringOscillator()73 float fqShift = 10 * localcopy[scene->osc[oscNum].pitch.param_id_in_scene].f * in StringOscillator()74 (scene->osc[oscNum].pitch.extend_range ? 12.f : 1.f); in StringOscillator()131 return note0 + localcopy[scene->osc[oscNum].pitch.param_id_in_scene].f * in StringOscillator()132 (scene->osc[oscNum].pitch.extend_range ? 12.f : 1.f); in StringOscillator()
690 int oscNum = this->osc_in_scene; in populateMenu() local693 std::string baseName = storage->getPatch().name + "_osc" + std::to_string(oscNum + 1) + in populateMenu()