Browse Source

Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos

tags/2021-05-28
ed 8 years ago
parent
commit
5c46c65456
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h

+ 2
- 2
modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h View File

@@ -158,7 +158,7 @@ public:
/** An object of this class maintains a connection between a ComboBox and a parameter
in an AudioProcessorValueTreeState.
During the lifetime of this SliderAttachment object, it keeps the two things in
During the lifetime of this ComboBoxAttachment object, it keeps the two things in
sync, making it easy to connect a combo box to a parameter. When this object is
deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState
and ComboBox aren't deleted before this object!
@@ -182,7 +182,7 @@ public:
/** An object of this class maintains a connection between a Button and a parameter
in an AudioProcessorValueTreeState.
During the lifetime of this SliderAttachment object, it keeps the two things in
During the lifetime of this ButtonAttachment object, it keeps the two things in
sync, making it easy to connect a button to a parameter. When this object is
deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState
and Button aren't deleted before this object!


Loading…
Cancel
Save