mirror of https://github.com/dcoredump/dexed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
990 B
25 lines
990 B
{
|
|
"id": "juce_audio_processors",
|
|
"name": "JUCE audio plugin hosting classes",
|
|
"version": "3.0.3",
|
|
"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_extra", "version": "matching" },
|
|
{ "id": "juce_audio_basics", "version": "matching" } ],
|
|
|
|
"include": "juce_audio_processors.h",
|
|
|
|
"compile": [ { "file": "juce_audio_processors.cpp", "target": "! xcode" },
|
|
{ "file": "juce_audio_processors.mm", "target": "xcode" } ],
|
|
|
|
"browse": [ "processors/*",
|
|
"format/*",
|
|
"format_types/*",
|
|
"scanning/*"
|
|
],
|
|
|
|
"OSXFrameworks": "CoreAudio CoreMIDI AudioToolbox",
|
|
"iOSFrameworks": "AudioToolbox"
|
|
}
|
|
|