Skip to content

Commit

Permalink
Merge branch 'release/M20180726'
Browse files Browse the repository at this point in the history
  • Loading branch information
ardgzrivero committed Jul 26, 2018
2 parents ad8be48 + 70fbdc5 commit ef60429
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3dti_Toolkit/BinauralSpatializer/Environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ namespace Binaural {
int HADirectionality_LeftChannel_version; //HA Directionality left version
int HADirectionality_RightChannel_version; //HA Directionality right version

TReverberationOrder reverberationOrder;
TReverberationOrder reverberationOrder = TReverberationOrder::BIDIMENSIONAL;

friend class CCore; //Friend class definition
friend class CBRIR;
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to the 3DTuneIn Toolkit will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [M20180726] - AudioToolkit_v1.2_20180726

### Binaural

`Changed`
- Reverberation order's default value is now BIDIMENSIONAL

## [M20180706] - AudioToolkit_v1.2_20180706

### Binaural
Expand Down

0 comments on commit ef60429

Please sign in to comment.