From 3c36efb7ea5dd8cccd9bcc47f4f6e71ee4cfcbb2 Mon Sep 17 00:00:00 2001
From: Marlon Schumacher <schumacher@hfm-karlsruhe.de>
Date: Wed, 05 Mar 2025 23:03:24 +0100
Subject: [PATCH] chore: more linting for sox-hoaencode class

---
 sources/classes/sox-input.lisp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sources/classes/sox-input.lisp b/sources/classes/sox-input.lisp
index d14d93a..27e4e9b 100644
--- a/sources/classes/sox-input.lisp
+++ b/sources/classes/sox-input.lisp
@@ -31,6 +31,8 @@
 (defparameter *sox-dur-doc* "Duration of output audio (sec). [float]")
 (defparameter *sox-input-doc* "Audio input for sox input modules. [sound object, pathname, string/pipe]")
 (defparameter *sox-gain-doc* "Gain value for audio input before processing (dBFS). [float, list]")
+(defparameter *sox-hoaencode-positions-doc* "Positions as 3dc object, or list of azimuth+elevation values, or list of x+y+z coordinates. [3dc, list]")
+(defparameter *sox-hoaencode-order-doc* "Ambisonics order. [int]")
 (defparameter *sox-panning-doc* "Panning value (decimal number) for panning audio between adjacent channels. [float, list]")
 (defparameter *sox-channel-matrix-doc* "Specify input channels as a list of lists (matrix). Each sublist contains the contributing input channels for an output channel. [list]")
 ;*sox-in-channels-doc*

--
Gitblit v1.9.1