mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos
This commit is contained in:
parent
f0555e6a59
commit
5c46c65456
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue