Browse Source

Update manifest for Stalys

v1
Andrew Belt 4 years ago
parent
commit
a84f67123e
2 changed files with 164 additions and 2 deletions
  1. +37
    -1
      manifests-cache.json
  2. +127
    -1
      manifests/Stalys.json

+ 37
- 1
manifests-cache.json View File

@@ -8915,7 +8915,7 @@
}
},
"Stalys": {
"buildTimestamp": 1606489153.8950093,
"buildTimestamp": 1607019801.261607,
"creationTimestamp": 1605854039.2731016,
"modules": {
"VCDualNeuron": {
@@ -8941,6 +8941,42 @@
},
"ASR": {
"creationTimestamp": 1606489447.5509214
},
"VCSampleAndDelay": {
"creationTimestamp": 1607019801.766735
},
"DAC": {
"creationTimestamp": 1607019802.1674883
},
"ADC": {
"creationTimestamp": 1607019802.5514038
},
"Max": {
"creationTimestamp": 1607019803.0285227
},
"PosNegRectifier": {
"creationTimestamp": 1607019803.4072497
},
"Min": {
"creationTimestamp": 1607019803.7264001
},
"Function": {
"creationTimestamp": 1607019804.0122347
},
"Avg": {
"creationTimestamp": 1607019804.3652642
},
"ABY": {
"creationTimestamp": 1607019804.707252
},
"Offset": {
"creationTimestamp": 1607019805.0583467
},
"Clip": {
"creationTimestamp": 1607019805.3421512
},
"CtV": {
"creationTimestamp": 1607019805.6360428
}
}
},


+ 127
- 1
manifests/Stalys.json View File

@@ -1,7 +1,7 @@
{
"slug": "Stalys",
"name": "Stalys",
"version": "1.2.1",
"version": "1.3.1",
"license": "GPL-3.0-or-later",
"brand": "Stalys",
"author": "Denis Dubo Chevalier",
@@ -95,6 +95,132 @@
"logic",
"clock modulator"
]
},
{
"slug": "VCSampleAndDelay",
"name": "8 VC Sample&Delay",
"description": "8 Variable length Sample&Holds",
"tags": [
"S&H",
"clock modulator",
"utility"
]
},
{
"slug": "DAC",
"name": "DAC",
"description": "8-bit Digital to Analog Converter",
"tags": [
"digital",
"distortion",
"utility",
"waveshaper"
]
},
{
"slug": "ADC",
"name": "ADC",
"description": "Analog to Digital Converter",
"tags": [
"digital",
"clock generator",
"distortion",
"utility",
"waveshaper"
]
},
{
"slug": "Max",
"name": "8 Max",
"description": "8 times three input Max/Or operator",
"tags": [
"logic",
"utility"
]
},
{
"slug": "PosNegRectifier",
"name": "8 Rectifier (\u00b1)",
"description": "8 Positive/Negative Rectifier",
"tags": [
"distortion",
"waveshaper",
"utility"
]
},
{
"slug": "Min",
"name": "8 Min",
"description": "8 three inputs Min/And operator",
"tags": [
"utility",
"logic"
]
},
{
"slug": "Function",
"name": "8 Function generators",
"description": "8 times slew-limiters/function generators/A-R envelopes",
"tags": [
"clock generator",
"envelope follower",
"envelope generator",
"filter",
"function generator",
"lfo",
"lowpass gate",
"vco",
"sequencer",
"slew limiter",
"utility"
]
},
{
"slug": "Avg",
"name": "8 Avg",
"description": "Octal three-inputs signal averager",
"tags": [
"utility",
"logic"
]
},
{
"slug": "ABY",
"name": "8 A/B Y Module",
"description": "8 2-in 1-out switch (A/B Y)",
"tags": [
"utility",
"logic"
]
},
{
"slug": "Offset",
"name": "8 Offset",
"description": "Octal offset module",
"tags": [
"controller",
"utility"
]
},
{
"slug": "Clip",
"name": "8 Clip",
"description": "Octal clip distortion module",
"tags": [
"distortion",
"effect",
"waveshaper",
"utility"
]
},
{
"slug": "CtV",
"name": "8 Clock to Volt/Octave",
"description": "Converts clock signals to V/Oct signals",
"tags": [
"clock generator",
"utility"
]
}
]
}

Loading…
Cancel
Save