=== DalekSec is now known as WrathOfAchilles [18:38] OvenWerks: hey there. Still planning on adding that stuff. Have you made any major changes to controls lately? [18:39] Also, is there no C language binding for jack? It's not listed on the page. [18:47] wonko: I have done some more work but it is all in the controls end. I am still looking to have four lists added to the config. [18:48] wonko: the lists are: pulse bridge names, one list for inputs and one list for outputs [18:48] Do you want to run with it because you're doing that anyway or should I have a go at it? [18:49] wonko: the other two lists are connections points. That is where does each bridge get connected to by default at creation. [18:49] wonko: feel free to look at the autojack end [18:50] ok [18:50] wonko: the current number of bridges should be translated at config file read to pulse_in/out and then pulse2_in/out [18:51] if the pulse_in config is not an int, then it must be a list of names :) [18:51] Ok, I'll let you know what I come up with. Likely next week though. [18:53] no hurry, As hit milestones worth publishing I will up load them. [18:56] wonko: I guess we could start a branch where I could push even little changes. I could then squash before merging [18:56] oh, duh, jack is written in C. I don't need a language binding. :-D [18:57] :) [18:57] sorry I forgot about that one. Yes I have used jack API in both c and c++ [18:57] that might be a better idea than screwing with master or the nighmare of trying to merge our two branches [18:59] OK, later today I will push a branch with my latest changes. [18:59] ok, groovy [18:59] I don't think i'll get to it today and I'm trying to take tomorrow off (had to work sunday) but I'll hopefully be out in the garage trying to get it sorted. It's still a disaster. [18:59] in other news it looks like Ardour 6.0 will go Alpha this month and maybe beta by the year end [19:00] oooh, fancy [19:00] that's another thing I should really work on [19:00] I can have people try to break my foldback code. [19:01] err, well I can spend time fixing the breakages they do find ? [19:02] ok, jack api looks relatively simple. Now, how hard is qemu audio going to be? :-D [19:02] jack is much easier than the alsa api [19:02] which might have something to do with my own SW not working with ALSA [19:04] I'm thinking the ALSA code in qemu might be a good place to start to see how it all works. Maybe. :)