mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
This commit is contained in:
parent
3ca13481eb
commit
82c4938ebe
29 changed files with 57 additions and 93 deletions
|
|
@ -22,10 +22,10 @@ namespace BinaryData
|
|||
const int jucer_AudioPluginEditorTemplate_hSize = 1012;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_cpp;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4359;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4273;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_h;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2188;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2132;
|
||||
|
||||
extern const char* jucer_ComponentTemplate_cpp;
|
||||
const int jucer_ComponentTemplate_cppSize = 2161;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue