mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Added a flag to disable bypass in RTAS.
This commit is contained in:
parent
a4939b87f2
commit
5428554cda
10 changed files with 36 additions and 0 deletions
|
|
@ -941,7 +941,10 @@ public:
|
|||
type->DefineStemFormats (getFormatForChans (channelConfigs [i][0] != 0 ? channelConfigs [i][0] : channelConfigs [i][1]),
|
||||
getFormatForChans (channelConfigs [i][1] != 0 ? channelConfigs [i][1] : channelConfigs [i][0]));
|
||||
|
||||
#if ! JucePlugin_RTASDisableBypass
|
||||
type->AddGestalt (pluginGestalt_CanBypass);
|
||||
#endif
|
||||
|
||||
type->AddGestalt (pluginGestalt_SupportsVariableQuanta);
|
||||
type->AttachEffectProcessCreator (createNewProcess);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue