mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
New method for TableListBox and ComboBox, made AudioSampleBuffer::writeToAudioWriter and ResamplingAudioSource handle multiple channels.
This commit is contained in:
parent
fad682c1e1
commit
e502d753d7
14 changed files with 261 additions and 192 deletions
|
|
@ -53,6 +53,7 @@ PluginListComponent::PluginListComponent (KnownPluginList& listToEdit,
|
|||
|
||||
setSize (400, 600);
|
||||
list.addChangeListener (this);
|
||||
changeListenerCallback (0);
|
||||
}
|
||||
|
||||
PluginListComponent::~PluginListComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue