From e43e601aedfdec834799c41b872ce548cff53d80 Mon Sep 17 00:00:00 2001
From: Marlon Schumacher <schumacher@hfm-karlsruhe.de>
Date: Wed, 05 Mar 2025 22:25:03 +0100
Subject: [PATCH] feat: redesign of sox-hoaencode class

---
 OM-SoX.lisp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/OM-SoX.lisp b/OM-SoX.lisp
index 48f90a3..01f3d0d 100644
--- a/OM-SoX.lisp
+++ b/OM-SoX.lisp
@@ -55,6 +55,7 @@
 (defparameter *sox-classes* '(
                         "sox-input"
                         "sox-concatenate"
+                        "sox-hoaencode"
                         "sox-merge"
                         "sox-mix-console"
                         "sox-mix"

--
Gitblit v1.9.1