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.

17 lines
458B

  1. {
  2. "id": "juce_osc",
  3. "name": "JUCE OSC classes",
  4. "version": "3.1.1",
  5. "description": "Open Sound Control implementation",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_core", "version": "matching" } ],
  9. "include": "juce_osc.h",
  10. "compile": [ { "file": "juce_osc.cpp" } ],
  11. "browse": [ "osc/*" ]
  12. }