1
0
Fork 0
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:
tpoole 2016-09-27 17:30:10 +01:00
parent fc1214e991
commit 83d0854572
4 changed files with 13 additions and 5 deletions

View file

@ -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);