1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_processors
attila df024aaf3b VST3 Host: Fix growing windows due to inaccurate coordinate operations
Prior to this commit we used the integral version of localAreaToGlobal
before multiplying its result by the scale factor. This multiplied the
rounding error of localAreaToGlobal<int> by the scale factor. Now we
only round after all calculations have been carried out.
2024-10-01 13:53:25 +02:00
..
format Update licensing information 2024-04-16 11:39:35 +01:00
format_types VST3 Host: Fix growing windows due to inaccurate coordinate operations 2024-10-01 13:53:25 +02:00
processors Windows: Fix build warnings when JUCE_DISABLE_ASSERTIONS is set 2024-09-13 13:57:10 +01:00
scanning Fix C++23 compilation 2024-08-15 11:15:15 +02:00
utilities Fix some doxygen issues 2024-08-22 17:05:03 +02:00
juce_audio_processors.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_processors.h Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_processors.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_processors_ara.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_processors_lv2_libs.cpp Update licensing information 2024-04-16 11:39:35 +01:00