1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LV2PluginFormat: Extract headless plugin format type

This commit is contained in:
reuk 2025-08-20 14:46:05 +01:00
parent c3a3409c4d
commit bf4486e2aa
No known key found for this signature in database
13 changed files with 4934 additions and 4780 deletions

View file

@ -55,7 +55,7 @@
#include <juce_audio_processors_headless/format_types/juce_LegacyAudioParameter.h>
#include "JuceLV2Defines.h"
#include <juce_audio_processors/format_types/juce_LV2Common.h>
#include <juce_audio_processors_headless/format_types/juce_LV2Common.h>
#include <fstream>