timetags, nested bundles, higher-level API and various tweaks #2
1 changed files with 1 additions and 1 deletions
2
osc.lisp
2
osc.lisp
|
@ -351,7 +351,7 @@ not contain stale data."
|
|||
;; utility functions for osc-string/padding slonking
|
||||
|
||||
(defun cat (&rest catatac)
|
||||
(apply #'concatenate '(vector *) catatac))
|
||||
(apply #'concatenate '(vector (unsigned-byte 8)) catatac))
|
||||
|
||||
(defun padding-length (s)
|
||||
"returns the length of padding required for a given length of string"
|
||||
|
|
Loading…
Reference in a new issue