- port to minGw
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@235 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define __PLUGINPROCESSOR_H_20F201CA__
|
||||
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include "synth_defs.h"
|
||||
#include "synth/synth_defs.h"
|
||||
#include "JaySynthSound.h"
|
||||
#include "JaySynth.h"
|
||||
|
||||
@@ -168,7 +168,15 @@ public:
|
||||
const String getOutputChannelName (int channelIndex) const;
|
||||
bool isInputChannelStereoPair (int index) const;
|
||||
bool isOutputChannelStereoPair (int index) const;
|
||||
|
||||
bool silenceInProducesSilenceOut() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
double getTailLengthSeconds() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool acceptsMidi() const;
|
||||
bool producesMidi() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user