From b14ab948ceb673991cfc163b9244e08124f1c2fe Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sat, 3 Jan 2026 02:51:12 -0800 Subject: [PATCH] eventide h90 pgm90 files --- README.md | 4 ++-- src/main.rs | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9261391..fad3937 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Download Meris patches from patchstorage. +Download Eventide and Meris patches from patchstorage. -Supports Meris Enzo X, Meris LVX, and Meris MercuryX. +Supports Eventide H90, Meris Enzo X, Meris LVX, and Meris MercuryX. ```shell cargo build && cargo test diff --git a/src/main.rs b/src/main.rs index debd6fc..79ba499 100644 --- a/src/main.rs +++ b/src/main.rs @@ -48,6 +48,7 @@ async fn main() -> Result<()> { ); let (platform, extension) = match args.platform { + Platform::EventideH90 => (8271, "pgm90"), // extensions: pgm90, lst90, preset90 Platform::MerisEnzoX => (10559, "syx"), Platform::MerisLvx => (8008, "syx"), Platform::MerisMercuryX => (9190, "syx"), @@ -115,6 +116,8 @@ async fn main() -> Result<()> { #[derive(clap::ValueEnum, Clone, Debug, Default, PartialEq, Serialize)] #[serde(rename_all = "kebab-case")] enum Platform { + /// Eventide H90 + EventideH90, /// Meris Enzo X MerisEnzoX, /// Meris LVX