/srv/irclogs.ubuntu.com/2019/05/14/#ubuntustudio-devel.txt

OvenWerksbuild qued...00:07
OvenWerksbuilt waiting publish...00:21
OvenWerksEickmeyer: 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:37
OvenWerksI 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:38
OvenWerksI need to figure out how to detect that I guess.00:40
OvenWerksEickmeyer: -controls published... ready to wreck and rot...00:41
EickmeyerOvenWerks: Ok00:41
OvenWerksNo changes to autojack this time.00:42
EickmeyerGood to know00:43
EickmeyerOvenWerks: I thought we wanted the app buttons below the jack control buttons?00:47
OvenWerksEickmeyer: does that make more sense? I can do that.00:50
EickmeyerOk00:50
OvenWerksbuild queued00:56
OvenWerkswe don't have drmr do we?00:59
OvenWerksI wonder if we can get AVLdrums in.01:01
OvenWerksEickmeyer: does this look better?01:16
EickmeyerOvenWerks: I'll know in a vew. I'm eating dinner.01:16
Eickmeyer*few01:16
OvenWerkswell then ignor me...01:16
Eickmeyerhehehe01:17
EickmeyerOvenWerks: That looks much better.01:28
EickmeyerAlso, drmr? We have hydrogen...01:28
EickmeyerI see drmr and AVLdrums are both in kxstudio, so it should be relatively easy.01:31
EickmeyerYikes. Drmr is something like 7 years old without a commit.01:37
EickmeyerAnd it looks like Robin just released a new version of AVLDrums < 1 week ago.01:42
OvenWerksYa, I just DL from his site.02:15
OvenWerksquite nice02:15
OvenWerksI am just thinking that one of the holes in what we have is a drum player/synth02:15
OvenWerksdrum gizmo comes without sounds02:17
OvenWerksavldrums comes as red zeppelin and the black pearl with all the sounds02:21
EickmeyerOh nice.02:26
EickmeyerWell, 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:26
EickmeyerOvenWerks: drmr is now in autobuilds for you to try out.02:58
OvenWerksI didn't realize drmr was so old. It may be more of a liability06:05
OvenWerksHaving said that, how old is hydrogen? When was it last updated?06:05
OvenWerksHydrogen has a number of commits even in the last two days.06:07
EickmeyerYeah, Hydrogen is very much active.14:35
EickmeyerI'm having the worst time getting AVLDrums to build.14:35
OvenWerksI think robtk has to actually be included in the src.15:16
OvenWerksTo make a src package15:17
OvenWerksIn 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:20
OvenWerks"Makefile:132: This plugin needs https://github.com/x42/robtk"15:21
OvenWerksThe make file may need to be changed too.15:21
OvenWerksThe version of robtk to use is the commit embeded in the git link.15:23
OvenWerksThe makefile calls Makefile.git a number of times. That will need to be removed15:29
OvenWerksWRT -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:45
OvenWerksI 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:48
OvenWerksbecause right now we have a lot of jackdbus log lines like:15:49
OvenWerksMon May 13 17:27:51 2019: New client 'controls' with PID 1254515:49
OvenWerksMon May 13 17:27:51 2019: Client 'controls' with PID 12545 is out15:49
OvenWerksThis is growing the log file to fast.15:49
EickmeyerYeah, I agree. There has to be a more efficinet way.15:53
EickmeyerWRT 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:56
OvenWerksThe problem is not with git but with the build system which builds in a chroot with no inet access15:57
OvenWerks(or should)15:58
EickmeyerWhen I looked at the makefile, it looked like the RW could be specified /or/ you could use make submodules.15:58
OvenWerksThe https://code.launchpad.net/~ubuntustudio-dev/+git/avldrums.lv2/+ref/master shows that the robtk directory is empty16:02
OvenWerksso it may build on your system, but was not uploaded.16:03
OvenWerksyou may have to git -a robtk or something16:03
OvenWerks(you may need to remove any .git file in that directory too)16:04
EickmeyerI just removed the entire directory16:04
Eickmeyerhad to remove .gitmodules as well.16:11
EickmeyerOvenWerks: I finally got past the robtk issue, but now I'm getting other issues.16:30
* Eickmeyer is going back to the drawing board, will clone falktx's build16:38
* Eickmeyer is giving up on AVLDrums17:02
EickmeyerCan't get launchpad to build it.17:02
Eickmeyertsimonq2: Did you ever look at lsp-plugins?17:23
* Eickmeyer got dpf-plugins to build18:40
* OvenWerks has gotten leaving client open to work.... but gets seg fault in some cases.18:55
tsimonq2Eickmeyer: Sorry, I haven't.20:33
tsimonq2I'm absolutely swamped the next week.20:33
Eickmeyertsimonq2: 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
tsimonq2Yeah.21:03
tsimonq2Eickmeyer: https://paste.ubuntu.com/p/GFnXmk4DJd/21:03
EickmeyerOvenWerks: 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?21:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!