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.
 
 
 
 
 
 
dexed/JuceLibraryCode/modules/juce_audio_utils/juce_module_info

21 lines
907 B

{
"id": "juce_audio_utils",
"name": "JUCE extra audio utility classes",
"version": "3.2.0",
"description": "Classes for audio-related GUI and miscellaneous tasks.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
{ "id": "juce_audio_devices", "version": "matching" },
{ "id": "juce_audio_processors", "version": "matching" },
{ "id": "juce_audio_formats", "version": "matching" } ],
"include": "juce_audio_utils.h",
"compile": [ { "file": "juce_audio_utils.cpp", "target": "! xcode" },
{ "file": "juce_audio_utils.mm", "target": "xcode" } ],
"browse": [ "gui/*",
"players/*" ]
}