Skip to content

Commit

Permalink
support loading a cl-collider:env as a bdef/wavetable
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultxr committed Nov 5, 2020
1 parent a1afea0 commit 9681973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cl-collider.lisp
Expand Up @@ -39,6 +39,9 @@
(defmethod bdef-backend-free ((buffer cl-collider::buffer))
(cl-collider:buffer-free buffer))

(defmethod bdef-load ((env cl-collider::env) &rest rest &key &allow-other-keys)
(apply #'bdef-backend-load :cl-collider env rest))

(defmethod bdef-length ((buffer cl-collider::buffer))
(cl-collider:frames buffer))

Expand Down

0 comments on commit 9681973

Please sign in to comment.