X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpanners%2Fvbap%2Fvbap_speakers.h;h=10b9e61d3ad8f8b3b12d3558dac1653f65f324ca;hb=05a069a9e90fead5b99fd1a954fd5c40124090bf;hp=c3e90ce64625ab7a9041454154f7562f3fcd8c73;hpb=a643c9fdc08f98c7750a2474004a75e143077be9;p=ardour.git diff --git a/libs/panners/vbap/vbap_speakers.h b/libs/panners/vbap/vbap_speakers.h index c3e90ce646..10b9e61d3a 100644 --- a/libs/panners/vbap/vbap_speakers.h +++ b/libs/panners/vbap/vbap_speakers.h @@ -51,7 +51,7 @@ public: private: static const double MIN_VOL_P_SIDE_LGTH; - int _dimension; + int _dimension; boost::shared_ptr _parent; std::vector _speakers; PBD::ScopedConnection speaker_connection; @@ -69,7 +69,7 @@ private: struct threeDmatrix : public dvector { threeDmatrix() : dvector (9, 0.0) {} }; - + struct tmatrix : public dvector { tmatrix() : dvector (3, 0.0) {} }; @@ -99,7 +99,7 @@ private: void choose_speaker_pairs (); void sort_2D_lss (int* sorted_lss); int calc_2D_inv_tmatrix (double azi1,double azi2, double* inv_mat); - + }; } /* namespace */