diff --git a/library.json b/library.json new file mode 100644 index 000000000..9e8d8c468 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "Mozzi", + "keywords": "audio, sound, synthesis, music", + "description": "A sound synthesis library", + "repository": + { + "type": "git", + "url": "https://github.com/sensorium/Mozzi.git" + }, + "examples": "examples/*/*/*.ino", + "frameworks": "arduino", + "platforms": "atmelavr" +}