Change the default and range for the number of voices in the VST
This commit is contained in:
parent
65005afa79
commit
80d4eaf9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ struct SfizzParameterRange {
|
|||
};
|
||||
|
||||
static constexpr SfizzParameterRange kParamVolumeRange(0.0, -60.0, +6.0);
|
||||
static constexpr SfizzParameterRange kParamNumVoicesRange(256.0, 1.0, 512.0);
|
||||
static constexpr SfizzParameterRange kParamNumVoicesRange(64.0, 1.0, 256.0);
|
||||
static constexpr SfizzParameterRange kParamOversamplingRange(0.0, 0.0, 3.0);
|
||||
static constexpr SfizzParameterRange kParamPreloadSizeRange(8192.0, 1024.0, 65536.0);
|
||||
static constexpr SfizzParameterRange kParamScalaRootKey(60.0, 0.0, 127.0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue