Browse Source

Added a SampleType accessor definition to AudioBuffer

tags/2021-05-28
jules 7 years ago
parent
commit
5f834225e0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h

+ 3
- 0
modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h View File

@@ -1054,6 +1054,9 @@ public:
reverse (i, startSample, numSamples);
}
//==============================================================================
/** This allows templated code that takes an AudioBuffer to access its sample type. */
typedef Type SampleType;
private:
//==============================================================================


Loading…
Cancel
Save