mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a couple of typos
This commit is contained in:
parent
801d3e47c5
commit
2b918c1495
2 changed files with 2 additions and 2 deletions
|
|
@ -898,7 +898,7 @@ public:
|
|||
/** Returns the parameter that controls the AudioProcessor's bypass state.
|
||||
|
||||
If this method returns a nullptr then you can still control the bypass by
|
||||
calling processBlockBypassed instaed of processBlock. On the other hand,
|
||||
calling processBlockBypassed instead of processBlock. On the other hand,
|
||||
if this method returns a non-null value, you should never call
|
||||
processBlockBypassed but use the returned parameter to conrol the bypass
|
||||
state instead.
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ public:
|
|||
|
||||
#if JUCE_IOS
|
||||
/**
|
||||
You can instruct JUCE to use a custom iOS app delegate class instaed of JUCE's default
|
||||
You can instruct JUCE to use a custom iOS app delegate class instead of JUCE's default
|
||||
app delegate. For JUCE to work you must pass all messages to JUCE's internal app delegate.
|
||||
Below is an example of minimal forwarding custom delegate. Note that you are at your own
|
||||
risk if you decide to use your own delegate and subtle, hard to debug bugs may occur.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue