Browse Source

Fixed typo in juce_MPESynthesiser.h

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
4ce06a1f77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_basics/mpe/juce_MPESynthesiser.h

+ 1
- 1
modules/juce_audio_basics/mpe/juce_MPESynthesiser.h View File

@@ -47,7 +47,7 @@ namespace juce
what the target playback rate is. This value is passed on to the voices so that what the target playback rate is. This value is passed on to the voices so that
they can pitch their output correctly. they can pitch their output correctly.
@see MPESynthesiserBase, MPESythesiserVoice, MPENote, MPEInstrument
@see MPESynthesiserBase, MPESynthesiserVoice, MPENote, MPEInstrument
*/ */
class JUCE_API MPESynthesiser : public MPESynthesiserBase class JUCE_API MPESynthesiser : public MPESynthesiserBase
{ {


Loading…
Cancel
Save