audio-river/widget/GLD_audio-river-widget.json

29 lines
549 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"audio specific widget",
"license":"MPL-2",
"license-file":"file://../LICENSE",
"maintainer":"file://../authors.txt",
"author":"file://../authors.txt",
"version":"file://../version.txt",
"code-quality":"MEDIUM",
"source": [
"audio/river/widget/TemporalViewer.cpp",
"audio/river/widget/debug.cpp"
],
"header": [
"audio/river/widget/TemporalViewer.hpp"
],
"compilation-version": {
"c++": 2017
},
"path":[
"."
],
"dependency": [
"ewol",
"audio-river"
]
}