mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Projucer: Fixed a bug in the plug-in template code
This commit is contained in:
parent
6b53daa448
commit
87c22acd97
1 changed files with 2 additions and 2 deletions
|
|
@ -54,9 +54,9 @@ bool FILTERCLASSNAME::producesMidi() const
|
|||
#endif
|
||||
}
|
||||
|
||||
bool FILTERCLASSNAME::isMidiEffect () const
|
||||
bool FILTERCLASSNAME::isMidiEffect() const
|
||||
{
|
||||
#ifdef JucePlugin_IsMidiEffect
|
||||
#if JucePlugin_IsMidiEffect
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue