Audio plugin host https://kx.studio/carla
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.

26 lines
990B

  1. {
  2. "id": "juce_audio_processors",
  3. "name": "JUCE audio plugin hosting classes",
  4. "version": "2.1.3",
  5. "description": "Classes for loading and playing VST, AU, or internally-generated audio processors.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_gui_extra", "version": "matching" },
  9. { "id": "juce_audio_basics", "version": "matching" } ],
  10. "include": "juce_audio_processors.h",
  11. "compile": [ { "file": "juce_audio_processors.cpp", "target": "! xcode" },
  12. { "file": "juce_audio_processors.mm", "target": "xcode" } ],
  13. "browse": [ "processors/*",
  14. "format/*",
  15. "format_types/*",
  16. "scanning/*"
  17. ],
  18. "OSXFrameworks": "CoreAudio CoreMIDI AudioToolbox",
  19. "iOSFrameworks": "AudioToolbox"
  20. }