Saturday, 2014-08-23

*** falktx has quit IRC00:17
*** edogawa_ has quit IRC04:09
*** falktx has joined #lv205:59
*** falktx has quit IRC06:20
*** falktx has joined #lv206:40
*** edogawa has joined #lv206:58
*** zth has joined #lv207:09
*** dharanamrs has joined #lv209:05
*** falktx has quit IRC09:26
*** dharanamrs has quit IRC11:19
*** zth_studiocomp has joined #lv213:39
*** falktx has joined #lv215:36
*** falktx_ has joined #lv215:59
*** falktx has quit IRC16:01
*** dharanamrs has joined #lv216:34
dharanamrsfalktx_: there?16:35
falktx_yes16:35
dharanamrshi16:35
dharanamrsjust played around with Carla2 beta and qmidiarp16:36
dharanamrsshould this work or not yet?16:36
falktx_does it still have multiple input ports?16:36
dharanamrsnope16:36
falktx_dharanamrs: wait, the issue was minimumsize right?16:36
dharanamrsfalktx_ yes, but that was minor16:37
dharanamrsfalktx_: and it got to work reasonably in Carla 1.?16:37
dharanamrshttp://www.fpaste.org/127992/81164214/16:37
dharanamrsgot this one and can't figure out what's going on16:37
dharanamrsthought it might be heloful to know at this stage I mean before relase16:38
falktx_I think the mapping of URIs between carla<->ui-bridges might be slightly broken16:38
dharanamrsok16:39
dharanamrsI also checked robin's sisco and that's fine although it also uses quite a couple of cutom urids16:39
falktx_where is the git/svn/latest version I can try?16:39
dharanamrsjust a sec16:40
dharanamrsgit://git.code.sf.net/p/qmidiarp/code16:41
dharanamrsI attached the lv2 urids at the end of the fpaste above16:41
dharanamrstnx!16:42
falktx_I believe the issue is with the OSC messages arriving at random order16:42
falktx_UDP kinda does that, but liblo+TCP seems broken16:42
dharanamrshm16:42
falktx_I have a solution though - send the # together with the URI16:43
falktx_dharanamrs: do I need to use a git branch, or the master/default one is fine?16:43
dharanamrsfalktx_ master is fine16:43
dharanamrsit's autoreconf -i for generating configure16:44
falktx_so what version will this be?16:44
falktx_0.7 ?16:44
dharanamrs0.6.116:44
dharanamrsthere's still time though... :)16:44
* falktx_ realizes qmidiarp lv2 plugins in debian are still broken16:45
falktx_damn packagers16:45
dharanamrsaha, I didn't know this16:45
dharanamrswhat happened?16:45
falktx_ /usr/lib/i386-linux-gnu/lv2 is not a valid lv2 dir per spec! errr16:45
dharanamrsargl16:45
falktx_it needs to be in /usr/lib/lv216:46
falktx_lv2 plugins are not multiarch capable16:46
dharanamrsyes or /usr/lib64/lv216:46
falktx_no, that's not valid either16:46
falktx_well, it would be if the distro setup LV2_PATH for it, but I bet it doesn't16:47
dharanamrshm ?16:47
falktx_dharanamrs: see http://lv2plug.in/wiki/Filesystem_Hierarchy_Standard16:47
dharanamrshm I have all in /usr/lib64 here, and it works16:48
dharanamrsbut I see now that this is not a clean location16:48
falktx_does that point to /usr/lib64 ?16:48
falktx_errm /usr/lib ?16:48
falktx_or are you using qtractor?16:49
falktx_qtractor doesn't follow the lv2 spec as well16:49
dharanamrsyes I do use qtractor, too16:49
falktx_have you tried running the plugin in jalv as-is? (without modifying LV2_PATH)16:50
dharanamrsno, I do have an LV2_PATH set in .bashrc16:50
dharanamrshaven't tried without that16:50
falktx_ok, then for you this doesn't apply16:50
falktx_but most users won't have LV2_PATH setup16:51
dharanamrsyes, I agree16:51
dharanamrsanyway the --libdir configure option is honored in qmidiarp and I think it defaults to $prefix/lib16:52
falktx_debian changes that16:53
dharanamrs:D16:53
falktx_uses --libdir=$prefix/lib/$arch/16:53
dharanamrsfalktx_: anyway the only important change since qmidiarp 0.6.0 release is that it now sends real note off messages ;)16:56
dharanamrsafter some resistance I realized that the equivalent note_off == note_on vel 0 does not exist in jack midi or lv216:57
falktx_yep it does not16:58
falktx_and afaik the spec says note-0 are invalid16:58
falktx_the dssi says the same16:58
dharanamrsyes16:58
dharanamrsthe MIDI spec sais different that's why I didnt understand it for some time....16:59
dharanamrsuntil I found that sentence in the lv2 spec16:59
dharanamrsfalktx_: can one still communicate atom::Blank in Carla2 between GUI and plugin?17:06
dharanamrsif not this might be a reason for the problem17:06
falktx_I think you can. anyway I'm trying to build the package17:07
dharanamrsk17:07
falktx_this fails to build17:16
dharanamrswhat does it say?17:17
falktx_ /usr/bin/ld: /usr/lib/libc_nonshared.a(elf-init.oS): relocation R_386_GOTOFF against undefined hidden symbol `__init_array_end' can not be used when making a shared object17:18
falktx_g++ -shared -nostdlib ...17:19
falktx_the nostdlib might be an issue17:19
dharanamrshm I don't get this here, what's your gcc version  ?17:20
falktx_gcc-4.817:20
falktx_dharanamrs: full log here https://launchpadlibrarian.net/183025329/buildlog_ubuntu-lucid-i386.qmidiarp_1%3A0.6.1~git20140823-1kxstudio3_FAILEDTOBUILD.txt.gz17:20
dharanamrsok I'm still 4.7.4 here17:21
falktx_see the final msgs17:21
falktx_something about building static libs causes an issue17:21
* falktx_ knows nothing about autotools, can't fix17:22
dharanamrsstackoverflow sais it needs '-Wl,--no-whole-archive'17:24
dharanamrsat linking stage17:24
dharanamrsstrange enough that this seems to be forgiven here...17:25
falktx_dharanamrs: -Wl,--no-whole-archive doesn't fix anything :(17:26
falktx_maybe my custom LDFLAGS are the issue?17:26
dharanamrsfalktx_: yes this would be my guess17:26
falktx_nah, with LDFLAGS empty still the same17:26
falktx_where does -nostdlib comes from?17:27
dharanamrsby default LDFLAGS are -module -avoid-version -E17:27
dharanamrsthese are added by the autotools17:27
dharanamrsgood question...not in my autotools files afaics17:29
dharanamrsfalktx_: nostdlib also appears in my build output17:32
dharanamrslibtool: link: g++  -fPIC -DPIC -shared -nostdlib17:32
dharanamrs....17:32
dharanamrs-O2 -Wl,--warn-unresolved-symbols   -Wl,-soname17:33
falktx_meh, my fault17:40
falktx_seems like I can't use "-pie -fPIE"17:40
dharanamrsphew17:41
falktx_I was trying that compiler flag recently, not again17:43
dharanamrswhat does it do?17:43
dharanamrsseen fPIC but not fPIE17:44
falktx_http://stackoverflow.com/questions/2463150/fpie-position-independent-executable-option-gcc-ld17:44
dharanamrsthanks, good to know17:45
falktx_package built https://launchpad.net/~kxstudio-debian/+archive/ubuntu/testing/+sourcepub/4369809/+listing-archive-extra17:47
dharanamrsnice17:48
falktx_dharanamrs: so what should I test?17:52
dharanamrsjust open a qmidiarp_seq lv2 module in carla2 beta and start the GUI, watch stdout17:53
*** magnetophon has quit IRC17:53
dharanamrsfor comparison: jalv.gtk https://git.code.sf.net/p/qmidiarp/seq17:54
falktx_I see17:55
dharanamrsnot sure, maybe I messed up the URIDs17:55
dharanamrsbut I just cannot see where17:55
dharanamrsfalktx_: and it used to work in Carla 1.x17:56
falktx_it used to work because carla 1.x used qt in the backend, no bridges were needed for qt UIs17:56
falktx_now in carla 2.x the backend does not depend on qt, so it has to use bridges17:57
dharanamrsso it uses suil?17:57
falktx_no, it runs the UIs in a separate process (separate app)17:57
falktx_they communicate via OSC17:57
dharanamrsunderstand...17:57
falktx_sometimes the order of OSC messages gets messed up (well, most of times)17:58
falktx_but this seems a different issue. the ui-bridge is sending URIs that already have been mapped17:58
* falktx_ tries to fix17:58
falktx_fixed :P18:01
dharanamrscool18:01
falktx_such a simple fix, I just had forgot a simple line there18:02
falktx_https://github.com/falkTX/Carla/commit/6eaf6b904d793b5148ae1c27163406ab15b61aad18:02
dharanamrsah it didnt really append them right?18:03
falktx_when received out of order, yes18:04
dharanamrsok18:04
falktx_dharanamrs: is this correct http://i.imgur.com/gCfKFt7.png ?18:04
dharanamrsyes thiat's looks as it should :)18:04
dharanamrsit should go running when you either start jack transport or uncheck the Host Transport checkbox18:05
dharanamrsagain: nice ui style18:05
falktx_it does yes18:06
dharanamrsvery slim18:06
falktx_dharanamrs: the bridges don't follow the style now, I need to create an option in the settings panel for this...18:06
dharanamrsgood18:06
dharanamrsso thanks falktx_ :)18:08
*** mlpug has joined #lv218:14
dharanamrsfalktx_ : I fail to build carla from git master...18:35
dharanamrs‘class LinuxSampler::AudioOutputDevicePlugin’ has no member named ‘ReconnectAll’18:35
falktx_dharanamrs: what's your output of:18:35
falktx_pkg-config --version linuxsampler ?18:35
dharanamrs0.2618:36
dharanamrshm that's the pkg-config version18:36
falktx_0.28 should be the minimum18:36
falktx_I'll add that in the makefiles18:36
dharanamrslinuxsampler version is 1.0.018:37
falktx_hm wait18:38
falktx_dharanamrs: fixed, had to update required linuxsampler version18:41
falktx_for you this means gig/sfz support will be disabled18:41
dharanamrsok tnx18:41
dharanamrsbuild continues...18:42
dharanamrs...and succeeds18:46
dharanamrsUnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 1: invalid continuation byte18:49
dharanamrsupon execution of carla...18:50
dharanamrsmessed up PyQt4 ?18:50
dharanamrson my system?18:50
falktx_you're using python318:53
falktx_*218:53
falktx_that's not supported, use python318:53
dharanamrshmpf18:54
dharanamrshm no python3-qt3 available here...19:08
dharanamrserm python3-qt419:09
falktx_what distro?19:10
dharanamrsrosa 2012.119:10
falktx_what is that? debian?19:10
dharanamrsno former mandriva19:10
dharanamrsrpm19:10
dharanamrstime to get something modern I guess19:11
falktx_you can use my binaries I have on kxstudio.sf.net19:12
falktx_I can update them now if you want to19:12
dharanamrsif you have time, sure, I'll check there in a while otherwise19:13
falktx_I just have to run a few scripts ;)19:14
*** ricardocrudo has joined #lv219:16
falktx_dharanamrs: 32 or 64bit?19:18
dharanamrs64 please :)19:19
falktx_you're going to have to wait a bit cause my internet has been reaaaally slow lately19:20
dharanamrsnp falktx_ and thanks!19:21
falktx_dharanamrs: http://sourceforge.net/projects/kxstudio/files/Releases/carla/testing/Carla-2.0beta3a-20140823-linux64.tar.xz/download20:00
*** mlpug has quit IRC20:06
*** mlpug has joined #lv220:19
*** ddom has joined #lv220:46
*** HarryHaaren has joined #lv221:28
dharanamrsfalktx_: perfect :D21:30
*** dharanamrs has quit IRC21:41
*** zth_studiocomp has quit IRC21:46
*** zth has quit IRC21:49
*** mlpug has quit IRC21:53
*** edogawa has quit IRC23:55

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