1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
JUCE/modules/juce_audio_processors
reuk daf8761727 AU Host: Ensure discrete parameters are scaled correctly
Previously, the AU hosting code always computed the number of steps in
the parameter range as though the minimum parameter value was 0.

Now, we take the parameter's reported minimum into account when
computing the number of steps. We also use the parameter's range, rather
than its step number, when normalising/denormalising the parameter
value.
2021-03-09 17:26:28 +00:00
..
format Updated all license headers 2020-06-29 08:30:22 +01:00
format_types AU Host: Ensure discrete parameters are scaled correctly 2021-03-09 17:26:28 +00:00
processors AudioProcessorEditor: Allow editors to have a corner resizer without being resizable by the host and clarified the documentation regarding this and the editor's constrainer 2021-03-05 18:40:04 +00:00
scanning XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
utilities APVTS: Give AudioProcessorParameterGroups used in unit tests unique IDs to avoid an assertion in debug builds 2021-01-21 11:12:14 +00:00
juce_audio_processors.cpp Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds 2021-03-02 15:56:10 +00:00
juce_audio_processors.h Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_audio_processors.mm Updated all license headers 2020-06-29 08:30:22 +01:00