From 197ce0f724aa567c7401f63dc889e7861ed8c0aa Mon Sep 17 00:00:00 2001 From: Marlon Schumacher <schumacher@hfm-karlsruhe.de> Date: Mon, 24 Feb 2025 16:12:45 +0100 Subject: [PATCH] fix: smaller fixes, comments and cleanups --- 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