sources/utilities.lisp
@@ -366,7 +366,7 @@ for gainitem in (cdr subgainlist) do (unless (< gainitem -150) ;it would be better to catch 'nil' instead of a very small value (depends on float precision) (setf substr (string+ substr (format nil ",~dp~d" channelitem gainitem)))) finally return substr) finally (return substr)) ))))) outstr))