Mercurial > hg > piper-cpp
comparison test/vamp-client/tst_PluginStub.cpp @ 195:ec95a44bab22
Remove redundant line.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 07 Feb 2017 18:31:56 +0000 |
parents | 4848852c4fbd |
children | 4d25a90f639b |
comparison
equal
deleted
inserted
replaced
194:4848852c4fbd | 195:ec95a44bab22 |
---|---|
66 TEST_CASE("Init plugin with parameter dependent preferred framing sizes") { | 66 TEST_CASE("Init plugin with parameter dependent preferred framing sizes") { |
67 const std::size_t initialBlockSize = 1024; | 67 const std::size_t initialBlockSize = 1024; |
68 const std::size_t initialStepSize = 512; | 68 const std::size_t initialStepSize = 512; |
69 PluginConfiguration defaultConfig; | 69 PluginConfiguration defaultConfig; |
70 defaultConfig.channelCount = 1; | 70 defaultConfig.channelCount = 1; |
71 defaultConfig.parameterValues = {}; | |
72 defaultConfig.framing.blockSize = initialBlockSize; | 71 defaultConfig.framing.blockSize = initialBlockSize; |
73 defaultConfig.framing.stepSize = initialStepSize; | 72 defaultConfig.framing.stepSize = initialStepSize; |
74 defaultConfig.parameterValues = {{"framing-scale", 1.0}}; | 73 defaultConfig.parameterValues = {{"framing-scale", 1.0}}; |
75 | 74 |
76 Vamp::PluginBase::ParameterDescriptor stubParam; | 75 Vamp::PluginBase::ParameterDescriptor stubParam; |