On Tue, 2005-03-29 at 04:18, Steve Harris wrote: > On Sun, Mar 27, 2005 at 06:05:14 -0600, Jan Depner wrote: > > > > Steve, if you'll give me some pointers on how to add OSC control for > > a parameter I can take a shot at implementing it. I've got a pretty > > good handle on how to control all of the parameters I'm just not that > > familiar with OSC. I also don't think we should add MIDI control. If > > we have OSC for all the parameters it can be done externally. > > Well, it's slightly tricky, we need to either poll the OSC librarys for > incoming packets in the GTK idle thread or let it use its own thread and > signal the JAMin control stuff, but I cant remeber if that cares what > thread it was called from or not. > > I'l try to find time to add control for one parameter over OSC, that > should make it obvious how to do the others, but it will be after the next > point release goes out I think. Sounds good. I'm still holding off on the changes I've made until we get the next release out. BTW, my version now will use button 1 or 2 to move the crossover or parametric controls. Button 2 won't draw the curve though so it's a bit "safer" to use. Jan