Skip to content
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

freesound function - NullPointerException #471

Open
seanleblanc opened this issue Feb 23, 2021 · 0 comments
Open

freesound function - NullPointerException #471

seanleblanc opened this issue Feb 23, 2021 · 0 comments

Comments

@seanleblanc
Copy link

I've tried a few different combos of versions of Clojure/Overtone, and I still seem to get a NullPointerException with the freesound function.

After the first try ( after which the file seems to be cached) it behaves like this:

user=> (freesound 41155)

Execution error (NullPointerException) at overtone.sc.buffer/assert-less-than-max-buffers (buffer.clj:67).
null

My (current) project.clj:

  :description "FIXME: write description"
  :url "http://example.com/FIXME"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [
                 [org.clojure/clojure "1.10.2"]
                 [overtone "0.10.6"]
                 ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant