1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
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
..
juce_analytics Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_devices Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_audio_formats Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_plugin_client VST3 Client: Fix drifting and growing windows due to inaccurate constrainer operations 2024-10-01 13:53:25 +02:00
juce_audio_processors VST3 Host: Fix growing windows due to inaccurate coordinate operations 2024-10-01 13:53:25 +02:00
juce_audio_utils Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_box2d Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_core BigInteger: Fix implementation of exponentModulo 2024-09-30 20:37:43 +01:00
juce_cryptography Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_data_structures Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_dsp Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_events Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_graphics Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_gui_basics ContentSharer: Use SEND instead of SEND_MULTIPLE when sharing individual files 2024-09-30 20:12:51 +01:00
juce_gui_extra Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_midi_ci Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_opengl Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_osc Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_product_unlocking Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_video Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00