Browse Source

ProcessContextNonReplacing: Fix typo

v6.1.6
reuk 4 years ago
parent
commit
28c5775958
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_dsp/processors/juce_ProcessContext.h

+ 1
- 1
modules/juce_dsp/processors/juce_ProcessContext.h View File

@@ -146,7 +146,7 @@ public:
using AudioBlockType = AudioBlock<SampleType>; using AudioBlockType = AudioBlock<SampleType>;
using ConstAudioBlockType = AudioBlock<const SampleType>; using ConstAudioBlockType = AudioBlock<const SampleType>;
/** Creates a ProcessContextReplacing that uses the given input and output blocks.
/** Creates a ProcessContextNonReplacing that uses the given input and output blocks.
Note that the caller must not delete these blocks while they are still in use by this object! Note that the caller must not delete these blocks while they are still in use by this object!
*/ */
ProcessContextNonReplacing (const ConstAudioBlockType& input, AudioBlockType& output) noexcept ProcessContextNonReplacing (const ConstAudioBlockType& input, AudioBlockType& output) noexcept


Loading…
Cancel
Save