mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
16 lines
458 B
Text
16 lines
458 B
Text
{
|
|
"id": "juce_osc",
|
|
"name": "JUCE OSC classes",
|
|
"version": "4.0.1",
|
|
"description": "Open Sound Control implementation",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_core", "version": "matching" } ],
|
|
|
|
"include": "juce_osc.h",
|
|
|
|
"compile": [ { "file": "juce_osc.cpp" } ],
|
|
|
|
"browse": [ "osc/*" ]
|
|
}
|