1
0
Fork 0
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:
Julian Storer 2010-06-30 09:25:40 +01:00
parent fad682c1e1
commit e502d753d7
14 changed files with 261 additions and 192 deletions

View file

@ -53,6 +53,7 @@ PluginListComponent::PluginListComponent (KnownPluginList& listToEdit,
setSize (400, 600);
list.addChangeListener (this);
changeListenerCallback (0);
}
PluginListComponent::~PluginListComponent()