Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supercollider/sc3-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ad3f88d6aaf9a4634f5e2e492b2daf8c693fa573
Choose a base ref
..
head repository: supercollider/sc3-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9b2a19998ddab00b9d18fb22f41097c48d9195e
Choose a head ref
Showing with 2 additions and 3 deletions.
  1. +0 −1 .github/workflows/CI.yml
  2. +1 −1 source/VBAPUGens/VBAP.cpp
  3. +1 −1 source/VBAPUGens/sc/HelpSource/Classes/VBAPSpeakerArray.schelp
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: CI
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
2 changes: 1 addition & 1 deletion source/VBAPUGens/VBAP.cpp
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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::