[00:07] build qued... [00:21] built waiting publish... [00:37] Eickmeyer: re:devices that jack can not start. I was wrong it is zita-ajbridge that is having trouble. Interesting thing that if I set jack master to hw:AudioPCI,1,0 that works and adding hw:AudioPCI,0,0 just works fine. [00:38] I think the problem is that for some reason zita does not detect the fact that hw:*,1,0 needs the -L flag (force 16bits little endian) [00:40] I need to figure out how to detect that I guess. [00:41] Eickmeyer: -controls published... ready to wreck and rot... [00:41] OvenWerks: Ok [00:42] No changes to autojack this time. [00:43] Good to know [00:47] OvenWerks: I thought we wanted the app buttons below the jack control buttons? [00:50] Eickmeyer: does that make more sense? I can do that. [00:50] Ok [00:56] build queued [00:59] we don't have drmr do we? [01:01] I wonder if we can get AVLdrums in. [01:16] Eickmeyer: does this look better? [01:16] OvenWerks: I'll know in a vew. I'm eating dinner. [01:16] *few [01:16] well then ignor me... [01:17] hehehe [01:28] OvenWerks: That looks much better. [01:28] Also, drmr? We have hydrogen... [01:31] I see drmr and AVLdrums are both in kxstudio, so it should be relatively easy. [01:37] Yikes. Drmr is something like 7 years old without a commit. [01:42] And it looks like Robin just released a new version of AVLDrums < 1 week ago. [02:15] Ya, I just DL from his site. [02:15] quite nice [02:15] I am just thinking that one of the holes in what we have is a drum player/synth [02:17] drum gizmo comes without sounds [02:21] avldrums comes as red zeppelin and the black pearl with all the sounds [02:26] Oh nice. [02:26] Well, I've got drmr building on my own ppa to see if anything goes wrong. If nothing does I'm moving it to the autobuilds. [02:58] OvenWerks: drmr is now in autobuilds for you to try out. [06:05] I didn't realize drmr was so old. It may be more of a liability [06:05] Having said that, how old is hydrogen? When was it last updated? [06:07] Hydrogen has a number of commits even in the last two days. [14:35] Yeah, Hydrogen is very much active. [14:35] I'm having the worst time getting AVLDrums to build. [15:16] I think robtk has to actually be included in the src. [15:17] To make a src package [15:20] In other words, the local git needs to include robtk not just a link to it because the builder will not just add random code from the internet. [15:21] "Makefile:132: This plugin needs https://github.com/x42/robtk" [15:21] The make file may need to be changed too. [15:23] The version of robtk to use is the commit embeded in the git link. [15:29] The makefile calls Makefile.git a number of times. That will need to be removed [15:45] WRT -controls: Right now, we frequently create a jack client and if successful call jack running. I am not sure this is the best way of doing things. [15:48] I was going to leave -controls for a while to work on menu-add... but I think we should if creating a client is successful, give jack a callback for shutting down or use some other test with the client we have. [15:49] because right now we have a lot of jackdbus log lines like: [15:49] Mon May 13 17:27:51 2019: New client 'controls' with PID 12545 [15:49] Mon May 13 17:27:51 2019: Client 'controls' with PID 12545 is out [15:49] This is growing the log file to fast. [15:53] Yeah, I agree. There has to be a more efficinet way. [15:56] WRT AVLDrums: I saw that, it's just a matter of pointing the "RW" variable to the right directory. I downloaded robtk manually to the directory, and since there's no actual modification of code, it's completely fine to do. In fact, git acted like it had been there the entire time. [15:57] The problem is not with git but with the build system which builds in a chroot with no inet access [15:58] (or should) [15:58] When I looked at the makefile, it looked like the RW could be specified /or/ you could use make submodules. [16:02] The https://code.launchpad.net/~ubuntustudio-dev/+git/avldrums.lv2/+ref/master shows that the robtk directory is empty [16:03] so it may build on your system, but was not uploaded. [16:03] you may have to git -a robtk or something [16:04] (you may need to remove any .git file in that directory too) [16:04] I just removed the entire directory [16:11] had to remove .gitmodules as well. [16:30] OvenWerks: I finally got past the robtk issue, but now I'm getting other issues. [16:38] * Eickmeyer is going back to the drawing board, will clone falktx's build [17:02] * Eickmeyer is giving up on AVLDrums [17:02] Can't get launchpad to build it. [17:23] tsimonq2: Did you ever look at lsp-plugins? [18:40] * Eickmeyer got dpf-plugins to build [18:55] * OvenWerks has gotten leaving client open to work.... but gets seg fault in some cases. [20:33] Eickmeyer: Sorry, I haven't. [20:33] I'm absolutely swamped the next week. [21:03] tsimonq2: All good, I understand. My biggest hurdle is the shared library it installs in /usr/lib which vorlon objected to, but doesn't seem to be out of the ordinary, so I didn't understand the problem. [21:03] Yeah. [21:03] Eickmeyer: https://paste.ubuntu.com/p/GFnXmk4DJd/ [21:57] OvenWerks: dpf-plugins has a libjack-dev build dependency. Will that cause an issue when installed, meaning, will it pull-in Jack1 instead of Jack2? If so, then is swapping that dep a 1:1?