mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Added a microphone permission option to the iOS exporter
This commit is contained in:
parent
fc1214e991
commit
83d0854572
4 changed files with 13 additions and 5 deletions
|
|
@ -27,8 +27,8 @@ public:
|
|||
{
|
||||
setSize (800, 600);
|
||||
|
||||
// specify the number of input and output channels that we want to open
|
||||
setAudioChannels (2, 2);
|
||||
// Specify the number of input and output channels that we want to open.
|
||||
setAudioChannels (0, 2);
|
||||
}
|
||||
|
||||
~MainContentComponent()
|
||||
|
|
@ -90,7 +90,7 @@ public:
|
|||
lastMousePosition.y - radius / 2.0f,
|
||||
radius, radius);
|
||||
|
||||
// draw a representative sinewave
|
||||
// Draw a representative sine wave.
|
||||
Path wavePath;
|
||||
wavePath.startNewSubPath (0, centreY);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue