overtone

Perry Fraser 2019-04-26T20:16:23.000900Z

Hey y’all. Is anyone else having issues with a NPE being thrown on (scope)?

Perry Fraser 2019-04-26T20:16:57.001400Z

It seems to be happening if there’s no :max-buffers key in your config: https://github.com/overtone/overtone/blob/master/src/overtone/sc/buffer.clj#L65

Perry Fraser 2019-04-26T20:17:41.002Z

And when I added that key I get a crap ton of repeating errors after running (buffer).

dave 2019-04-26T20:29:04.003100Z

i've seen that error "foo is in module java.base of loader 'bootstrap'" in various places. it has to do with breaking changes in JDK 9+

dave 2019-04-26T20:29:10.003400Z

here's one example: https://github.com/plasma-umass/doppio/issues/497#issuecomment-334740243

Perry Fraser 2019-04-26T20:29:14.003700Z

Yeah I’m on uhh… jdk 11

Perry Fraser 2019-04-26T20:29:29.004Z

I assume that would be it?

dave 2019-04-26T20:29:43.004400Z

that's most likely part of the issue

Perry Fraser 2019-04-26T20:30:05.005300Z

Hm. Is there any plan to update overtone to support newer jdks? The development seems pretty sparse currently.

dave 2019-04-26T20:30:53.005900Z

it isn't clear to me who the current maintainers of overtone are

Perry Fraser 2019-04-26T20:30:58.006100Z

Bummer.

dave 2019-04-26T20:31:16.006500Z

maybe worth filing a github issue just to start that conversation 🙂

Perry Fraser 2019-04-26T20:31:56.006900Z

I assume this channel is just as dead?

Perry Fraser 2019-04-26T20:32:06.007300Z

If so, I might as well. Otherwise, I’ll wait.

dave 2019-04-26T20:39:51.008500Z

"dead" is a strong word. i would say there are a lot of people here who are really interested in overtone, but a conversation will start maybe every other week or so

Perry Fraser 2019-04-26T20:51:43.008700Z

Hm.

2019-04-26T22:54:41.010200Z

Good number of lurkers lurking.