mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
AUv3: Fixed a bug enforcing legacy parameter IDs
This commit is contained in:
parent
06c3674e51
commit
fe6fa12f55
1 changed files with 1 additions and 1 deletions
|
|
@ -1224,7 +1224,7 @@ private:
|
|||
|
||||
AUParameterAddress address = generateAUParameterAddress (juceParam);
|
||||
|
||||
#if ! JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
|
||||
#if ! JUCE_FORCE_USE_LEGACY_PARAM_IDS
|
||||
// Consider yourself very unlucky if you hit this assertion. The hash codes of your
|
||||
// parameter ids are not unique.
|
||||
jassert (! paramMap.contains (static_cast<int64> (address)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue