modules: added wrDsp

This commit is contained in:
2017-06-26 23:36:09 -04:00
parent 4681319591
commit 0bc21ce2ac
6 changed files with 10 additions and 6 deletions

View File

@@ -106,7 +106,6 @@ void LampshadeAudioProcessor::processBlock (AudioSampleBuffer& buffer, MidiBuffe
buffer.clear(i, 0, buffer.getNumSamples());
float pitch = myYin.getPitch(buffer.getWritePointer (0)); // returns Pitch in Hertz
printf("pitch: %f", pitch);
for (int channel = 0; channel < totalNumInputChannels; ++channel) {
//float* channelData = buffer.getWritePointer (channel);