Searched refs:manyToMulti (Results 1 – 2 of 2) sorted by relevance
304 manyToMulti.reset(nullptr); in close()311 if (manyToMulti == nullptr) { in setChannelEnabled()318 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()321 … sawtoothOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()325 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()329 … sineOscillators[channelIndex].output.connect(manyToMulti->inputs[channelIndex].get()); in setChannelEnabled()335 manyToMulti->inputs[channelIndex]->disconnect(); in setChannelEnabled()340 manyToMulti = std::make_unique<ManyToMultiConverter>(mChannelCount); in configureForStart()371 manyToMulti->output.connect(&(mSinkFloat.get()->input)); in configureForStart()372 manyToMulti->output.connect(&(mSinkI16.get()->input)); in configureForStart()
422 std::unique_ptr<ManyToMultiConverter> manyToMulti; variable