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:
parent
5be91dd16b
commit
efb30265da
6 changed files with 66 additions and 74 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue