mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Comment clarification.
This commit is contained in:
parent
d3a207c596
commit
23c729c942
1 changed files with 4 additions and 3 deletions
|
|
@ -566,13 +566,14 @@ public:
|
|||
*/
|
||||
void setPlayHead (AudioPlayHead* newPlayHead) noexcept;
|
||||
|
||||
//==============================================================================
|
||||
/** This is called by the processor to specify its details before being played. */
|
||||
void setPlayConfigDetails (int numIns, int numOuts, double sampleRate, int blockSize) noexcept;
|
||||
|
||||
//==============================================================================
|
||||
/** Not for public use - this is called before deleting an editor component. */
|
||||
void editorBeingDeleted (AudioProcessorEditor*) noexcept;
|
||||
|
||||
/** Not for public use - this is called to initialise the processor before playing. */
|
||||
void setPlayConfigDetails (int numIns, int numOuts, double sampleRate, int blockSize) noexcept;
|
||||
|
||||
/** Not for public use - this is called to initialise the processor before playing. */
|
||||
void setSpeakerArrangement (const String& inputs, const String& outputs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue