Browse Source

Update manifest Ambivalent-Instruments to 2.0.0

pull/876/head
Andrew Belt 2 weeks ago
parent
commit
c220b6217d
2 changed files with 109 additions and 0 deletions
  1. +24
    -0
      manifests-cache.json
  2. +85
    -0
      manifests/Ambivalent-Instruments.json

+ 24
- 0
manifests-cache.json View File

@@ -16324,5 +16324,29 @@
"creationTimestamp": 1767389794.141594
}
}
},
"Ambivalent-Instruments": {
"buildTimestamp": 1769016402.1164422,
"creationTimestamp": 1769016407.250645,
"modules": {
"Grainer": {
"creationTimestamp": 1769016407.3243096
},
"EQ8": {
"creationTimestamp": 1769016407.402073
},
"XFMN01": {
"creationTimestamp": 1769016407.470677
},
"Modulo": {
"creationTimestamp": 1769016407.5427551
},
"Delay": {
"creationTimestamp": 1769016407.6107368
},
"GroupDelay": {
"creationTimestamp": 1769016407.6826084
}
}
}
}

+ 85
- 0
manifests/Ambivalent-Instruments.json View File

@@ -0,0 +1,85 @@
{
"slug": "Ambivalent-Instruments",
"name": "Ambivalent Instruments",
"version": "2.0.0",
"minRackVersion": "2.0.0",
"license": "proprietary",
"brand": "Ambivalent Instruments",
"author": "TsugumasaYutani",
"authorEmail": "tsugumasa320@gmail.com",
"authorUrl": "https://github.com/tsugumasa320",
"manualUrl": "https://tsugumasa320.github.io/Ambivalent-Instruments-Manual/",
"pluginUrl": "",
"sourceUrl": "",
"changelogUrl": "",
"donateUrl": "https://paypal.me/tsugumasa320",
"description": "Professional audio processing modules for VCV Rack",
"modules": [
{
"slug": "Grainer",
"name": "Grainer",
"description": "Real-time granular synthesis processor with advanced randomization",
"tags": [
"Granular",
"Effect",
"Digital",
"Reverb"
]
},
{
"slug": "EQ8",
"name": "EQ8",
"description": "8-band stereo parametric equalizer with fixed frequency bands",
"tags": [
"Equalizer",
"Filter",
"Effect",
"Utility"
]
},
{
"slug": "XFMN01",
"name": "XFMN01",
"description": "Cross-FM noise synthesizer with several effects",
"tags": [
"Synth voice",
"Oscillator",
"Noise",
"Digital"
]
},
{
"slug": "Modulo",
"name": "Modulo",
"description": "Modulo operator effect/utility module",
"tags": [
"Utility",
"Effect",
"Waveshaper",
"Digital",
"Distortion",
"Noise"
]
},
{
"slug": "Delay",
"name": "Delay",
"description": "Digital delay effect with 4 modes (Repitch/Fade/Reverse/Ping-pong), feedback, and modulation",
"tags": [
"Delay",
"Effect",
"Digital"
]
},
{
"slug": "GroupDelay",
"name": "GroupDelay",
"description": "Group delay effect using cascaded all-pass filters for transient shaping and phase dispersion",
"tags": [
"Effect",
"Digital",
"Delay"
]
}
]
}

Loading…
Cancel
Save