filonenko-mikhail / cl-portaudio

Common Lisp bindings to portaudio library
filonenko-mikhail.blogspot.com
24 stars 10 forks source link

Conditions are not raised upon error #6

Closed metayan closed 3 years ago

metayan commented 4 years ago

raise-if-error doesn't work as it should.

For example

(pa:host-api-device-index-to-device-index 1 3)

returns -9978 instead of raising a condition.