Browse Source

Update manifest for TinyTricks, cf

v1
Andrew Belt 5 years ago
parent
commit
2f2e014cf5
2 changed files with 16 additions and 16 deletions
  1. +13
    -13
      manifests/TinyTricks.json
  2. +3
    -3
      manifests/cf.json

+ 13
- 13
manifests/TinyTricks.json View File

@@ -1,10 +1,10 @@
{ {
"slug": "TinyTricks", "slug": "TinyTricks",
"name": "Tiny Trick Modules",
"name": "Tiny Tricks",
"brand": "Tiny Tricks", "brand": "Tiny Tricks",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT", "license": "MIT",
"author": "Thomas Ren\u00c3\u00a9 Sidor",
"author": "Thomas Ren\u00e9 Sidor",
"authorEmail": "mail@thomassidor.com", "authorEmail": "mail@thomassidor.com",
"authorUrl": "https://thomassidor.com", "authorUrl": "https://thomassidor.com",
"pluginUrl": "https://github.com/thomassidor/tinytricks", "pluginUrl": "https://github.com/thomassidor/tinytricks",
@@ -83,7 +83,7 @@
}, },
{ {
"slug": "TT-A", "slug": "TT-A",
"name": "Tiny Tricks Arithmetic",
"name": "Arithmetic",
"description": "A bunch of arithmetic tricks on two inputs.", "description": "A bunch of arithmetic tricks on two inputs.",
"tags": [ "tags": [
"utility" "utility"
@@ -91,7 +91,7 @@
}, },
{ {
"slug": "TT-L", "slug": "TT-L",
"name": "Tiny Tricks Logic",
"name": "Logic",
"description": "A bunch of logic tricks on two inputs.", "description": "A bunch of logic tricks on two inputs.",
"tags": [ "tags": [
"utility", "utility",
@@ -100,7 +100,7 @@
}, },
{ {
"slug": "TTSIN", "slug": "TTSIN",
"name": "Tiny Tricks Sine Oscillator",
"name": "Sine Oscillator",
"description": "A tiny sine based oscillator.", "description": "A tiny sine based oscillator.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -108,7 +108,7 @@
}, },
{ {
"slug": "TTSAW", "slug": "TTSAW",
"name": "Tiny Tricks Saw Oscillator",
"name": "Saw Oscillator",
"description": "A tiny saw based oscillator.", "description": "A tiny saw based oscillator.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -116,7 +116,7 @@
}, },
{ {
"slug": "TTSQR", "slug": "TTSQR",
"name": "Tiny Tricks Square Oscillator",
"name": "Square Oscillator",
"description": "A tiny square based oscillator.", "description": "A tiny square based oscillator.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -124,7 +124,7 @@
}, },
{ {
"slug": "TTTRI", "slug": "TTTRI",
"name": "Tiny Tricks Triangle Oscillator",
"name": "Triangle Oscillator",
"description": "A tiny triangle based oscillator.", "description": "A tiny triangle based oscillator.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -132,7 +132,7 @@
}, },
{ {
"slug": "TTSINPLUS", "slug": "TTSINPLUS",
"name": "Tiny Tricks Sine+ Oscillator",
"name": "Sine+ Oscillator",
"description": "Three sine based oscillators with detune and sync.", "description": "Three sine based oscillators with detune and sync.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -140,7 +140,7 @@
}, },
{ {
"slug": "TTSAWPLUS", "slug": "TTSAWPLUS",
"name": "Tiny Tricks Sawtooth+ Oscillator",
"name": "Sawtooth+ Oscillator",
"description": "Three sawtooth based oscillators with detune and sync.", "description": "Three sawtooth based oscillators with detune and sync.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -148,7 +148,7 @@
}, },
{ {
"slug": "TTSQRPLUS", "slug": "TTSQRPLUS",
"name": "Tiny Tricks Square+ Oscillator",
"name": "Square+ Oscillator",
"description": "Three square based oscillators with detune and sync.", "description": "Three square based oscillators with detune and sync.",
"tags": [ "tags": [
"oscillator" "oscillator"
@@ -156,7 +156,7 @@
}, },
{ {
"slug": "TTTRIPLUS", "slug": "TTTRIPLUS",
"name": "Tiny Tricks Triangle+ Oscillator",
"name": "Triangle+ Oscillator",
"description": "Three triangle based oscillators with detune and sync.", "description": "Three triangle based oscillators with detune and sync.",
"tags": [ "tags": [
"oscillator" "oscillator"


+ 3
- 3
manifests/cf.json View File

@@ -1,16 +1,16 @@
{ {
"slug": "cf", "slug": "cf",
"version": "1.1.0",
"version": "1.1.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "cf", "name": "cf",
"brand": "cf", "brand": "cf",
"author": "clement foulc", "author": "clement foulc",
"authorEmail": "c.foulc@gmail.com", "authorEmail": "c.foulc@gmail.com",
"pluginUrl": "https://github.com/cfoulc/cf", "pluginUrl": "https://github.com/cfoulc/cf",
"authorUrl": "https://github.com/cfoulc/cf",
"authorUrl": "https://github.com/cfoulc",
"manualUrl": "https://github.com/cfoulc/cf", "manualUrl": "https://github.com/cfoulc/cf",
"sourceUrl": "https://github.com/cfoulc/cf", "sourceUrl": "https://github.com/cfoulc/cf",
"changelogUrl": "https://github.com/cfoulc/cf",
"donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3CSNFE349G99Q",
"modules": [ "modules": [
{ {
"slug": "METRO", "slug": "METRO",


Loading…
Cancel
Save