From a286bd54cfecc58e3cb7a905ac0ec751d4bfe437 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 21 Nov 2015 06:25:19 +0000 Subject: [PATCH] Synth has no audio input git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@276 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- JuceLibraryCode/AppConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JuceLibraryCode/AppConfig.h b/JuceLibraryCode/AppConfig.h index 2dd4740..d446736 100644 --- a/JuceLibraryCode/AppConfig.h +++ b/JuceLibraryCode/AppConfig.h @@ -212,7 +212,7 @@ #define JucePlugin_PluginCode 'Jsy1' #endif #ifndef JucePlugin_MaxNumInputChannels - #define JucePlugin_MaxNumInputChannels 2 + #define JucePlugin_MaxNumInputChannels 0 #endif #ifndef JucePlugin_MaxNumOutputChannels #define JucePlugin_MaxNumOutputChannels 2 @@ -227,7 +227,7 @@ #define JucePlugin_WantsMidiInput 1 #endif #ifndef JucePlugin_ProducesMidiOutput - #define JucePlugin_ProducesMidiOutput 1 + #define JucePlugin_ProducesMidiOutput 0 #endif #ifndef JucePlugin_SilenceInProducesSilenceOut #define JucePlugin_SilenceInProducesSilenceOut 0