Synth has no audio input
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@276 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -212,7 +212,7 @@
|
|||||||
#define JucePlugin_PluginCode 'Jsy1'
|
#define JucePlugin_PluginCode 'Jsy1'
|
||||||
#endif
|
#endif
|
||||||
#ifndef JucePlugin_MaxNumInputChannels
|
#ifndef JucePlugin_MaxNumInputChannels
|
||||||
#define JucePlugin_MaxNumInputChannels 2
|
#define JucePlugin_MaxNumInputChannels 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef JucePlugin_MaxNumOutputChannels
|
#ifndef JucePlugin_MaxNumOutputChannels
|
||||||
#define JucePlugin_MaxNumOutputChannels 2
|
#define JucePlugin_MaxNumOutputChannels 2
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
#define JucePlugin_WantsMidiInput 1
|
#define JucePlugin_WantsMidiInput 1
|
||||||
#endif
|
#endif
|
||||||
#ifndef JucePlugin_ProducesMidiOutput
|
#ifndef JucePlugin_ProducesMidiOutput
|
||||||
#define JucePlugin_ProducesMidiOutput 1
|
#define JucePlugin_ProducesMidiOutput 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef JucePlugin_SilenceInProducesSilenceOut
|
#ifndef JucePlugin_SilenceInProducesSilenceOut
|
||||||
#define JucePlugin_SilenceInProducesSilenceOut 0
|
#define JucePlugin_SilenceInProducesSilenceOut 0
|
||||||
|
|||||||
Reference in New Issue
Block a user