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
Anthony Nicholls 2c606d6612 VST3: Fix an issue migrating VST2 to VST3 states in Reaper
Reaper uses an undocumented version 0 of the fxbank struct, this could
be handled by JUCE but instead this solution switches to using methods
provided by the VST3 SDK to save and load VST2 states. This also has
the added benefit of no longer requiring the VST2 SDK to build a VST3
plugin that supports saving and loading VST2 states.
2024-08-24 08:38:10 +01:00
..
format Update licensing information 2024-04-16 11:39:35 +01:00
format_types VST3: Fix an issue migrating VST2 to VST3 states in Reaper 2024-08-24 08:38:10 +01:00
processors Platform: Remove references to unsupported platforms in docs and strings 2024-07-03 13:50:08 +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.1 2024-07-29 12:43:19 +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