#define ADJUST_MCT_CHANNELS_MAX /* FhG: set correct max mct channels constant*/
#define FIX_1053_REVERB_RECONFIGURATION
// objject-editing feature porting
#define OBJ_EDITING_INTERFACE /* Interface for object editing */
#ifdef OBJ_EDITING_INTERFACE
#define OBJ_EDITING_API /* object editing changes related to the API */
#ifdef OBJ_EDITING_API
#define FIX_HRTF_LOAD_API // solves API conflicts between HRTF and object-editing features
#define TMP_FIX_SPLIT_REND // temporary fix to split-rendering (it follows the later state of the framework but it is needed now because of current test-conditions)
#define TMP_FIX_OMASA_SR_BE // temporary fix to keep OMASA split-rendering BE
//#define OMASA_OBJECT_EDITING // not really verified
#endif
#define OBJ_EDITING_EXAMPLE /* obj editing example code in decoder.c */
#endif
#define OMASA_OBJECT_EDITING /* Nokia: object editing interface for OMASA */
#define OBJ_EDITING_PARAMISM_BIN /* Nokia: object editing for ParamISM to binaural */
/* #################### End BASOP porting switches ############################ */