From a590ad25dc2fa20301f47b7b6c84e5f176e36db2 Mon Sep 17 00:00:00 2001 From: Alexander Nguyen <alexander.nguyen@stud.hfm-karlsruhe.de> Date: Sat, 25 Jan 2025 21:48:25 +0100 Subject: [PATCH] Update --- sources/classes/sox-hoaencode.lisp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/classes/sox-hoaencode.lisp b/sources/classes/sox-hoaencode.lisp index e7d1bf7..537acbc 100644 --- a/sources/classes/sox-hoaencode.lisp +++ b/sources/classes/sox-hoaencode.lisp @@ -125,9 +125,9 @@ (lambda (xyz) (multiple-value-list (om:xyz->aed (first xyz) (second xyz) (third xyz)))) positions ))))) - (t (error "Input must contain lists of length 2 (ae) or 3 (xyz).")) + (t (error "Positions must consist of lists of length 2 (ae) or 3 (xyz).")) )) - (t (error "Input must be 3dc or list.")))) + (t (error "Positions must be of type 3dc or list.")))) ; High-level API ; Returns the gain value (linear, -1 to 1) for a single ACN-channel -- Gitblit v1.9.1