1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules
reuk f35c2d90e2
VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate
Previously, IEditController parameter indices were being used to index
into the AudioProcessor parameter array, but these parameter indices are
not guaranteed to point to the same parameter (parameter groups may
cause reordering on JUCE's side). Now, we use the IEditController
indices universally.
2021-05-06 16:04:22 +01:00
..
juce_analytics Fixed a data race in ThreadedAnalyticsDestination 2021-03-25 18:24:11 +00:00
juce_audio_basics AudioPlayHead: Tidy up implementation 2021-05-06 15:51:09 +01:00
juce_audio_devices Removed some unnecessary angled brackets 2021-04-27 15:56:01 +01:00
juce_audio_formats Removed some unnecessary angled brackets 2021-04-27 15:56:01 +01:00
juce_audio_plugin_client VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate 2021-05-06 16:04:22 +01:00
juce_audio_processors VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate 2021-05-06 16:04:22 +01:00
juce_audio_utils Removed some unnecessary virtual keywords 2021-04-27 15:56:01 +01:00
juce_blocks_basics Fixed some compiler warnings 2021-04-16 16:44:05 +01:00
juce_box2d Bump version number to 6.0.8 2021-03-22 09:24:48 +00:00
juce_core ArrayBase: Avoid undefined behaviour when trying to copy a range of 0 elements 2021-04-30 14:49:23 +01:00
juce_cryptography Bump version number to 6.0.8 2021-03-22 09:24:48 +00:00
juce_data_structures Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_dsp DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00
juce_events Removed some unnecessary virtual keywords 2021-04-27 15:56:01 +01:00
juce_graphics AutoResizingNSViewComponent: Fix display issues for certain plugin views 2021-05-06 15:51:09 +01:00
juce_gui_basics HWNDComponentPeer: Dismiss modals when windows are moved 2021-05-04 14:24:22 +01:00
juce_gui_extra AutoResizingNSViewComponent: Fix display issues for certain plugin views 2021-05-06 15:51:09 +01:00
juce_opengl Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_osc Bump version number to 6.0.8 2021-03-22 09:24:48 +00:00
juce_product_unlocking Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_video Removed some unnecessary angled brackets 2021-04-27 15:56:01 +01:00
CMakeLists.txt Updated all license headers 2020-06-29 08:30:22 +01:00