From a97fc792d8292dd63ac3f7b78eae1a76b9eb0e0c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 14 Apr 2009 22:18:47 -0700 Subject: [PATCH] Increase the default maximum number of sends to 2 --- OpenAL32/Include/alSource.h | 2 +- alsoftrc.sample | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index d3d70b0..28a8502 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -3,7 +3,7 @@ #define AL_NUM_SOURCE_PARAMS 128 -#define MAX_SENDS 1 +#define MAX_SENDS 2 #include "alFilter.h" #include "alu.h" diff --git a/alsoftrc.sample b/alsoftrc.sample index aede54a..262a2d5 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -72,9 +72,9 @@ slots = 4 # Sets the maximum number of Auxiliary Effect Slots an app can # effect is set on it even if no sources are feeding it, so this may # help when apps use more than the system can handle. Default is 4 -sends = 1 # Sets the maximum number of auxiliary sends per source. The total +sends = 2 # Sets the maximum number of auxiliary sends per source. The total # number of sends possible is defined at compile time and thus can - # not be increased beyond the default. Default is 1 + # not be increased beyond the default. Default is 2 layout_STEREO = # Sets the speaker layout when using stereo output. Values are # specified in degrees, where 0 is straight in front, negative