- initial version
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@14 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "juce_audio_processors",
|
||||
"name": "JUCE audio plugin hosting classes",
|
||||
"version": "3.0.8",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user