Skip to content

Commit

Permalink
merge upstream/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Apr 9, 2020
1 parent c22ca21 commit cc3fd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/effects/effectslot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <QDebug>

#include "audio/types.h"
#include "control/controlencoder.h"
#include "control/controlproxy.h"
#include "control/controlpushbutton.h"
Expand Down Expand Up @@ -166,7 +167,7 @@ void EffectSlot::updateEngineState() {
void EffectSlot::fillEffectStatesMap(EffectStatesMap* pStatesMap) const {
//TODO: get actual configuration of engine
const mixxx::EngineParameters bufferParameters(
mixxx::AudioSignal::SampleRate(96000),
mixxx::audio::SampleRate(96000),
MAX_BUFFER_LEN / mixxx::kEngineChannelCount);

if (isLoaded()) {
Expand Down

0 comments on commit cc3fd70

Please sign in to comment.