1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

More cleanups

This commit is contained in:
jules 2014-11-04 15:59:20 +00:00
parent 5be91dd16b
commit efb30265da
6 changed files with 66 additions and 74 deletions

View file

@ -24,8 +24,8 @@ public:
{
setSize (500, 400);
// specify the number of input and output channels needed
setAudioChannels (1, 1);
// specify the number of input and output channels that we want to open
setAudioChannels (2, 2);
}
~MainContentComponent()