Skip to content

Commit

Permalink
pushing fix for changing of audio sample rate - needs testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Jun 17, 2019
1 parent 0902c08 commit fefafd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Audio/Plugins/CabbagePluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ void CabbagePluginProcessor::prepareToPlay(double sampleRate, int samplesPerBloc
if (sampleRate != samplingRate) {
samplingRate = sampleRate;
CsoundPluginProcessor::prepareToPlay(sampleRate, samplesPerBlock);
createCsound(csdFile, false);
// createCsound(csdFile, false);
}
}

Expand Down

0 comments on commit fefafd2

Please sign in to comment.