[LAD] HDSP mixer with OSC support

2011-07-14 Thread Christoph Kuhr
Hi everyone, I want to give hdsp mixer OSC support for fader-, pan, mute and presetcontrol in both directions and input metering. the OSC client shall be another hdsp mixer instance on the remote machine. I wanted to know, where i can find the sources? And if someone has some hints to do that...

Re: [LAD] HDSP mixer with OSC support

2011-07-15 Thread Adrian Knoth
On Fri, Jul 15, 2011 at 08:29:23AM +0200, Christoph Kuhr wrote: > Hi everyone, Hi! > I want to give hdsp mixer OSC support for fader-, pan, mute and > presetcontrol in both directions and input metering. > the OSC client shall be another hdsp mixer instance on the remote machine. Eh? And why d

Re: [LAD] HDSP mixer with OSC support

2011-07-15 Thread Christoph Kuhr
Hi, Osc because i want to use some puredata patches with it, which would also be possible with sockets, but i like the structure and functionality of osc and i think its more flexible... if i control ardour/jack via osc i would like to have the same for alsa... I wanted to make a menu item: osc

Re: [LAD] HDSP mixer with OSC support

2011-07-16 Thread Christoph Kuhr
Is there the possibility to run a hdsp card dummy? im programming on another machine without hdsp card... On 15.07.2011 10:05, Adrian Knoth wrote: On Fri, Jul 15, 2011 at 08:29:23AM +0200, Christoph Kuhr wrote: Hi everyone, Hi! I want to give hdsp mixer OSC support for fader-, pan, mute a

Re: [LAD] HDSP mixer with OSC support

2011-07-16 Thread Clemens Ladisch
Christoph Kuhr wrote: >Is there the possibility to run a hdsp card dummy? The snd-dummy driver has a "rme9652" model, but doesn't simulate the mixer controls. You might be able to modify dummy.c to better simulate a hdsp. Regards, Clemens ___ Linux-au

Re: [LAD] HDSP mixer with OSC support

2011-07-16 Thread Reuben Martin
On Friday, July 15, 2011 10:05:24 AM Adrian Knoth wrote: > On Fri, Jul 15, 2011 at 08:29:23AM +0200, Christoph Kuhr wrote: > > And if someone has some hints to do that... > > Rewrite hdspmixer, first. It's a horrible mess at the moment, but I'm > sure you'll see in a second. ;) We could use some c

Re: [LAD] HDSP mixer with OSC support

2011-07-17 Thread Paul Davis
On Sat, Jul 16, 2011 at 10:02 PM, Reuben Martin wrote: > On Friday, July 15, 2011 10:05:24 AM Adrian Knoth wrote: >> On Fri, Jul 15, 2011 at 08:29:23AM +0200, Christoph Kuhr wrote: >> > And if someone has some hints to do that... >> >> Rewrite hdspmixer, first. It's a horrible mess at the moment,

Re: [LAD] HDSP mixer with OSC support

2011-07-19 Thread Christoph Kuhr
well as you guys said, its horrible code... so i cam to the conclusion that modifing takes to much time and pain... i think i will write a new one, using osc communication by default... but that will take some time... bye Ck On 18.07.2011 04:23, Paul Davis wrote: On Sat, Jul 16, 2011 at 10:02