The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

22 lines
907B

  1. {
  2. "id": "juce_audio_utils",
  3. "name": "JUCE extra audio utility classes",
  4. "version": "3.0.8",
  5. "description": "Classes for audio-related GUI and miscellaneous tasks.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
  9. { "id": "juce_audio_devices", "version": "matching" },
  10. { "id": "juce_audio_processors", "version": "matching" },
  11. { "id": "juce_audio_formats", "version": "matching" } ],
  12. "include": "juce_audio_utils.h",
  13. "compile": [ { "file": "juce_audio_utils.cpp", "target": "! xcode" },
  14. { "file": "juce_audio_utils.mm", "target": "xcode" } ],
  15. "browse": [ "gui/*",
  16. "players/*" ]
  17. }