Skip to content

Commit

Permalink
Update parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nguyen committed Jun 9, 2024
1 parent ff4508e commit b9b2a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/VBAPUGens/VBAP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct VBAP : Unit
float x_spread_base[3]; /* used to create uniform spreading */
float *final_gs;

float m_chanamp[MAX_LS_AMOUNT]; // for smoothing amp changes max channels 55 at the moment
float m_chanamp[MAX_LS_AMOUNT]; // for smoothing amp changes max channels 128 at the moment
};

// for circular smoothing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VBAPSpeakerArray.new(3, [[-22.5, 14.97], [22.5, 14.97], [-67.5, 14.97], [67.5, 1
::

method:: maxNumSpeakers
Set/get the maximum number of speakers in an array. Default is 55. (This limitation will be removed in a later version.)
Set/get the maximum number of speakers in an array. Default is 128.

instancemethods::

Expand Down

0 comments on commit b9b2a19

Please sign in to comment.