-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while run examples #14
Comments
looks like it might be package related. How are you loading or running the example? do you get any errors if you |
...and I just noticed the familiar username! so you might also be interested in #7 |
When evaluating the
When I grep this library for Looks like the library was refactored without updating the tests or examples, nor package.lisp. Looks like with the current version of this library, you're supposed to do something like this: (osc:send-msg-to (osc:make-osc-transmitter) #(127 0 0 1) 48888 "/foo" 1 2 3) But running that code gives this error:
Seems like When I load osc-tests.lisp and run
|
Thanks for the details @defaultxr Looks like some of the changes introduced with 67118a4 need more attention. I should probably get onto #11 |
No prob, thanks for the quick response! Also, I was wrong in my previous comment; it looks like the |
The initial plan was to to keep the data formatting (e.g. |
I tested on macOS(12.6.1) / SBCL(2.2.10.32-eefe83e36) / OSC(osc-20221106-git from quicklisp).
Thanks for works!
The text was updated successfully, but these errors were encountered: