Browse Source

Fixed a typo in the ADSR documentation

tags/2021-05-28
ed 6 years ago
parent
commit
c68f5b2d28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_basics/utilities/juce_ADSR.h

+ 1
- 1
modules/juce_audio_basics/utilities/juce_ADSR.h View File

@@ -163,7 +163,7 @@ public:
return envelopeVal;
}
/** This method will conviniently apply the next numSamples number of envelope values
/** This method will conveniently apply the next numSamples number of envelope values
to an AudioBuffer.
@see getNextSample


Loading…
Cancel
Save