add plugin.json and fix gitignore
close #6
s-ol
4 years ago
0 | { | |
1 | "slug": "s-ol", | |
2 | "name": "s-ol", | |
3 | "version": "1.0.0", | |
4 | "license": "MIT", | |
5 | "brand": "s-ol", | |
6 | "author": "sol bekic", | |
7 | "authorEmail": "s+vcv@s-ol.nu", | |
8 | "authorUrl": "https://s-ol.nu", | |
9 | "pluginUrl": "https://s-ol.nu/vcvmods", | |
10 | "manualUrl": "https://s-ol.nu/vcvmods/doc", | |
11 | "sourceUrl": "https://git.s-ol.nu/vcvmods", | |
12 | "donateUrl": "", | |
13 | "modules": [ | |
14 | { | |
15 | "slug": "WrapComp", | |
16 | "name": "Wrapping Comparator", | |
17 | "description": "compares a voltage against a window in a circular space", | |
18 | "tags": [ | |
19 | "Utility", | |
20 | "Logic" | |
21 | ] | |
22 | }, | |
23 | { | |
24 | "slug": "CircleVCO", | |
25 | "name": "Quadrature Circle VCO", | |
26 | "description": "sinewave VCO with 90\u00b0 quadrature output for drawing circles.", | |
27 | "tags": [ | |
28 | "Digital", | |
29 | "Oscillator", | |
30 | "Visual" | |
31 | ] | |
32 | }, | |
33 | { | |
34 | "slug": "Modulo", | |
35 | "name": "Modulo / Round", | |
36 | "description": "generates a modulo + rounded signal for a voltage-controlled step size.", | |
37 | "tags": [ | |
38 | "Logic", | |
39 | "Quantizer" | |
40 | ] | |
41 | } | |
42 | ] | |
43 | } |