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.

23 lines
848B

  1. {
  2. "id": "juce_audio_devices",
  3. "name": "JUCE audio and midi I/O device classes",
  4. "version": "2.0.1",
  5. "description": "Classes to play and record from audio and midi i/o devices.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
  9. { "id": "juce_audio_formats", "version": "matching" },
  10. { "id": "juce_events", "version": "matching" } ],
  11. "include": "juce_audio_devices.h",
  12. "compile": [ { "file": "juce_audio_devices.cpp" } ],
  13. "browse": [ "audio_io/*",
  14. "midi_io/*",
  15. "sources/*",
  16. "audio_cd/*",
  17. "native/*" ]
  18. }