Browse Source

Minor comment correction

tags/2021-05-28
jules 10 years ago
parent
commit
14c7f8f90a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/processors/juce_AudioProcessor.cpp

+ 1
- 1
modules/juce_audio_processors/processors/juce_AudioProcessor.cpp View File

@@ -165,7 +165,7 @@ void AudioProcessor::endParameterChangeGesture (int parameterIndex)
{
#if JUCE_DEBUG
// This means you've called endParameterChangeGesture without having previously called
// endParameterChangeGesture. That might be fine in most hosts, but better to keep the
// beginParameterChangeGesture. That might be fine in most hosts, but better to keep the
// calls matched correctly.
jassert (changingParams [parameterIndex]);
changingParams.clearBit (parameterIndex);


Loading…
Cancel
Save