|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| BackgroundMessageQueue (int entries) | |
Public Member Functions inherited from juce::dsp::BackgroundMessageQueue | |
| BackgroundMessageQueue (int entries) | |
| bool | push (IncomingCommand &command) |
| void | popAll () |
| bool | startThread () |
| Attempts to start a new thread with default ('Priority::normal') priority. | |
| bool | startThread (Priority newPriority) |
| Attempts to start a new thread with a given priority. | |
| bool | stopThread (int timeOutMilliseconds) |
| Attempts to stop the thread running. | |
Additional Inherited Members | |
Public Types inherited from juce::dsp::BackgroundMessageQueue | |
| using | IncomingCommand = FixedSizeFunction< 400, void()> |
Definition at line 123 of file juce_Convolution.cpp.
|
explicit |
Definition at line 76 of file juce_Convolution.cpp.