Browse Source

Update manifest for LilacLoop, DHE-Modules, KautenjaDSP-PotatoChips

v1
Andrew Belt 4 years ago
parent
commit
370714d69b
4 changed files with 211 additions and 71 deletions
  1. +33
    -3
      manifests-cache.json
  2. +37
    -1
      manifests/DHE-Modules.json
  3. +140
    -66
      manifests/KautenjaDSP-PotatoChips.json
  4. +1
    -1
      manifests/LilacLoop.json

+ 33
- 3
manifests-cache.json View File

@@ -1495,7 +1495,7 @@
"modules": {}
},
"DHE-Modules": {
"buildTimestamp": 1605389888.0028377,
"buildTimestamp": 1605786840.2501686,
"creationTimestamp": 1521738241.0,
"modules": {
"Blossom": {
@@ -1569,6 +1569,18 @@
},
"Scannibal16": {
"creationTimestamp": 1605389890.8007603
},
"Buttons": {
"creationTimestamp": 1605786842.1066337
},
"Truth2": {
"creationTimestamp": 1605786842.3643591
},
"Truth3": {
"creationTimestamp": 1605786842.6326056
},
"Truth4": {
"creationTimestamp": 1605786842.8599265
}
}
},
@@ -8381,7 +8393,7 @@
}
},
"KautenjaDSP-PotatoChips": {
"buildTimestamp": 1603079869.4397209,
"buildTimestamp": 1605786766.5247252,
"creationTimestamp": 1594395479.9564288,
"modules": {
"2A03": {
@@ -8422,6 +8434,24 @@
},
"2612": {
"creationTimestamp": 1600901204.0791442
},
"2612_Blank1": {
"creationTimestamp": 1605786843.1448767
},
"S_SMP_ADSR": {
"creationTimestamp": 1605786843.3851602
},
"S_SMP_BRR": {
"creationTimestamp": 1605786843.6243796
},
"S_SMP_Echo": {
"creationTimestamp": 1605786843.8621259
},
"S_SMP_Gauss": {
"creationTimestamp": 1605786844.1013498
},
"S_SMP_Blank1": {
"creationTimestamp": 1605786844.3430266
}
}
},
@@ -8711,7 +8741,7 @@
}
},
"LilacLoop": {
"buildTimestamp": 1605492649.7908,
"buildTimestamp": 1605786783.5852137,
"creationTimestamp": 1603081447.3990774,
"modules": {
"Looper": {


+ 37
- 1
manifests/DHE-Modules.json View File

@@ -1,6 +1,6 @@
{
"slug": "DHE-Modules",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"name": "DHE Modules",
"author": "Dale Emery",
@@ -30,6 +30,15 @@
"Envelope Generator"
]
},
{
"slug": "Buttons",
"name": "Buttons",
"description": "8 buttons with overrides",
"manualUrl": "https://dhemery.github.io/DHE-Modules/modules/buttons/",
"tags": [
"Utility"
]
},
{
"slug": "Cubic",
"name": "Cubic",
@@ -234,6 +243,33 @@
"Utility"
]
},
{
"slug": "Truth2",
"name": "Truth 2",
"description": "Applies a customizable truth table to 2 inputs",
"manualUrl": "https://dhemery.github.io/DHE-Modules/modules/truth/",
"tags": [
"Logic"
]
},
{
"slug": "Truth3",
"name": "Truth 3",
"description": "Applies a customizable truth table to 3 inputs",
"manualUrl": "https://dhemery.github.io/DHE-Modules/modules/truth/",
"tags": [
"Logic"
]
},
{
"slug": "Truth4",
"name": "Truth 4",
"description": "Applies a customizable truth table to 4 inputs",
"manualUrl": "https://dhemery.github.io/DHE-Modules/modules/truth/",
"tags": [
"Logic"
]
},
{
"slug": "Upstage",
"name": "Upstage",


+ 140
- 66
manifests/KautenjaDSP-PotatoChips.json View File

@@ -1,6 +1,6 @@
{
"slug": "KautenjaDSP-PotatoChips",
"version": "1.7.3",
"version": "1.8.2",
"license": "GPL-3.0-or-later",
"name": "KautenjaDSP Potato Chips",
"brand": "KautenjaDSP",
@@ -9,75 +9,93 @@
"authorUrl": "https://kautenja.github.io/",
"sourceUrl": "https://github.com/Kautenja/PotatoChips",
"changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md",
"donateUrl": "https://maps.org/donate",
"modules": [
{
"slug": "AY_3_8910",
"name": "AY-3-8910",
"description": "An emulation of the General Instrument AY-3-8910 chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/AY_3_8910.pdf",
"slug": "106",
"name": "Name Corp Octal Wave Generator",
"description": "An emulation of the Namco 163 wavetable chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/NameCorpOctalWaveGenerator.pdf",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "POKEY",
"name": "POKEY",
"description": "An emulation of the Atari POKEY chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/POKEY.pdf",
"slug": "2612",
"name": "Boss Fight",
"description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Mega Drive and Sega Genesis.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Boss_Fight.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
"Polyphonic",
"Synth voice"
]
},
{
"slug": "SCC",
"name": "SCC",
"description": "An emulation of the Konami SCC wavetable chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SCC.pdf",
"slug": "2612_Blank1",
"name": "Boss Fight Envelope Generator (Blank)",
"description": "A blank panel with an illustration of the envelope generator from Boss Fight.",
"tags": [
"Oscillator"
],
"disabled": true
"Blank"
]
},
{
"slug": "VRC6",
"name": "VRC6",
"description": "An emulation of the Konami VRC6 chip from certain Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf",
"slug": "2A03",
"name": "Infinite Stairs",
"description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System (NES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/InfiniteStairs.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "106",
"name": "106",
"description": "An emulation of the Namco 106 wavetable chip from certain Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf",
"slug": "AY_3_8910",
"name": "Jairasullator",
"description": "An emulation of the General Instrument AY-3-8910 chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Jairasullator.pdf",
"tags": [
"Distortion",
"Low-frequency Oscillator",
"Noise",
"Oscillator",
"Polyphonic"
"Polyphonic",
"Synth voice",
"Voltage-controlled Amplifier"
]
},
{
"slug": "TURBO_GRAFX_16",
"name": "Turbo Grafx 16",
"description": "An emulation of the NEC Turbo Grafx 16 wavetable chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/TURBO_GRAFX_16.pdf",
"slug": "FME7",
"name": "Pulses",
"description": "An emulation of the Sunsoft FME-7 chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Pulses.pdf",
"tags": [
"Oscillator"
],
"disabled": true
"Oscillator",
"Polyphonic"
]
},
{
"slug": "GBS",
"name": "GBS",
"name": "Pallet Town Waves System",
"description": "An emulation of the Nintendo Gameboy Sound System chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/GBS.pdf",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/PalletTownWavesSystem.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "POKEY",
"name": "Pot Keys",
"description": "An emulation of the Atari POKEY chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/PotKeys.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
@@ -87,63 +105,119 @@
"description": "An emulation of the Sony S-SMP chip from the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP.pdf",
"tags": [
"Multiple",
"Noise",
"Oscillator",
"Effect"
"Polyphonic",
"Synth voice"
],
"disabled": true
},
{
"slug": "2A03",
"name": "2A03",
"description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System (NES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf",
"slug": "S_SMP_ADSR",
"name": "S-SMP(ADSR)",
"description": "An emulation of the ADSR envelope from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP_ADSR.pdf",
"tags": [
"Oscillator",
"Noise",
"Dual",
"Envelope generator",
"Polyphonic"
]
],
"disabled": true
},
{
"slug": "FME7",
"name": "FME7",
"description": "An emulation of the Sunsoft FME-7 chip from certain Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf",
"slug": "S_SMP_BRR",
"name": "S-SMP(BRR)",
"description": "An emulation of the BRR sample playback engine from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP_BRR.pdf",
"tags": [
"Oscillator",
"Polyphonic"
]
"Multiple",
"Effect",
"Filter",
"Panning",
"Polyphonic",
"Sampler"
],
"disabled": true
},
{
"slug": "S_SMP_Echo",
"name": "S-SMP(Echo)",
"description": "An emulation of the echo effect from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP_Echo.pdf",
"tags": [
"Delay",
"Dual",
"Effect",
"Filter",
"Panning",
"Polyphonic",
"Reverb"
],
"disabled": true
},
{
"slug": "S_SMP_Gauss",
"name": "S-SMP(Gauss)",
"description": "An emulation of the Gaussian low-pass filter effect from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP_Gauss.pdf",
"tags": [
"Dual",
"Filter",
"Low-pass gate",
"Panning",
"Polyphonic",
"Voltage-controlled amplifier"
],
"disabled": true
},
{
"slug": "S_SMP_Blank1",
"name": "S-SMP(Blank)",
"description": "A blank panel with an S-SMP illustration.",
"tags": [
"Blank"
],
"disabled": true
},
{
"slug": "SCC",
"name": "SCC",
"description": "An emulation of the Konami SCC wavetable chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SCC.pdf",
"tags": [
"Oscillator"
],
"disabled": true
},
{
"slug": "SN76489",
"name": "SN76489",
"description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System and Sega Mega Drive.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf",
"name": "Mega Tone",
"description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System, Sega Mega Drive, and Sega Genesis.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/MegaTone.pdf",
"tags": [
"Oscillator",
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "2413",
"name": "2413",
"description": "An emulation of the Yamaha YM2413 FM synthesis chip from the Sega Mark III.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2413.pdf",
"slug": "TURBO_GRAFX_16",
"name": "Turbo Grafx 16",
"description": "An emulation of the NEC Turbo Grafx 16 wavetable chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/TURBO_GRAFX_16.pdf",
"tags": [
"Oscillator",
"Noise"
"Oscillator"
],
"disabled": true
},
{
"slug": "2612",
"name": "2612",
"description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Master System and Sega Mega Drive.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2612.pdf",
"slug": "VRC6",
"name": "StepSaw",
"description": "An emulation of the Konami VRC6 chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/StepSaw.pdf",
"tags": [
"Synth voice",
"Oscillator",
"Noise",
"Polyphonic"
]
}


+ 1
- 1
manifests/LilacLoop.json View File

@@ -1,7 +1,7 @@
{
"slug": "LilacLoop",
"name": "Lilac Loop",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-3.0-or-later",
"brand": "Lilac",
"author": "Gavin Rough",


Loading…
Cancel
Save