mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
21 lines
792 B
Text
21 lines
792 B
Text
{
|
|
"id": "juce_audio_processors",
|
|
"name": "JUCE audio plugin hosting classes",
|
|
"version": "2.0.1",
|
|
"description": "Classes for loading and playing VST, AU, or internally-generated audio processors.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
|
|
{ "id": "juce_audio_basics", "version": "matching" } ],
|
|
|
|
"include": "juce_audio_processors.h",
|
|
|
|
"compile": [ { "file": "juce_audio_processors.cpp" } ],
|
|
|
|
"browse": [ "processors/*",
|
|
"format/*",
|
|
"format_types/*",
|
|
"scanning/*"
|
|
]
|
|
}
|