Work-in-progress repo for ambisonics extensions for OM-SoX
Marlon Schumacher
9 days ago b2fa29cd0b433c3426ae164583373cc1a61009c7
fix: removed limitation that positions arg must be provided as a list of lists for single sound inputs
1 files modified
1 ■■■■ changed files
sources/sox-process.lisp 1 ●●●● patch | view | raw | blame | history
sources/sox-process.lisp
@@ -188,6 +188,7 @@
    (if (probe-file *sox-path*)
        (progn
          (unless (listp (sound sox-input)) (setf (positions sox-input) (list (positions sox-input)))) ; quick hack to prevent having to provide position arg as list of lists
          (when 
              (not 
               (or