Summer of Code 2011

2011-02-14 Thread Brian Gruber
I know in the past there's been interest in the Clojure community in participating in Google's Summer of Code program. LispNYC has been a mentoring organization for SoC a number of times, and though we missed the last couple of years, we're gearing up to participate again in 2011. Right now we'

Re: problems using javax.sound.midi from clojure on windows

2010-11-26 Thread Brian Gruber
On Nov 26, 2:14 am, Ken Wesson wrote: > On Thu, Nov 25, 2010 at 11:10 PM, Brian Gruber wrote: > > At which point I get the following exception: > > java.lang.IllegalArgumentException: Can't call public method of non- > > public class: public ja

problems using javax.sound.midi from clojure on windows

2010-11-25 Thread Brian Gruber
Hello clojure group, First off, everything I'm about to say only applies to Windows. The code in question works fine (for me anyhow) on Linux, and I haven't tried it on OSX. Here's some Java code to get the first channel out of the default midi synth. Assume the appropriate things are imported fr