rgareus | drobilla: can ingen embedd X11UI (via suil)? | 00:08 |
---|---|---|
drobilla | rgareus: sure | 00:14 |
rgareus | works for me, too. must be a user-error then... (sisco.lv2 failing) | 00:19 |
*** son0p has quit IRC | 00:30 | |
*** son0p has joined #lv2 | 00:31 | |
*** NickSB2 has joined #lv2 | 01:10 | |
*** artfwo has quit IRC | 01:13 | |
*** ricardocrudo has quit IRC | 01:42 | |
*** tytel has joined #lv2 | 04:44 | |
*** edogawa has joined #lv2 | 05:40 | |
*** tytel has quit IRC | 06:01 | |
*** edogawa has quit IRC | 06:02 | |
*** tytel has joined #lv2 | 06:40 | |
*** tytel has quit IRC | 06:44 | |
*** tytel has joined #lv2 | 07:34 | |
*** tytel has quit IRC | 07:38 | |
*** ventosus has joined #lv2 | 08:25 | |
*** sigma6 has joined #lv2 | 08:26 | |
*** tytel has joined #lv2 | 08:28 | |
*** tytel has quit IRC | 08:32 | |
*** tytel has joined #lv2 | 09:22 | |
*** tytel has quit IRC | 09:27 | |
*** tytel has joined #lv2 | 10:16 | |
*** tytel has quit IRC | 10:21 | |
*** tytel has joined #lv2 | 11:10 | |
*** tytel has quit IRC | 11:15 | |
*** ricardocrudo has joined #lv2 | 11:31 | |
*** tytel has joined #lv2 | 12:05 | |
*** tytel has quit IRC | 12:09 | |
*** falktx has joined #lv2 | 12:49 | |
*** tytel has joined #lv2 | 12:50 | |
falktx | drobilla: did you forgot to release sratom? | 12:51 |
falktx | or perhaps nothing changed? | 12:51 |
*** tytel has quit IRC | 12:55 | |
falktx | I see some changes related to gcov and waf update, so it seems like it needs a release | 13:03 |
*** tytel has joined #lv2 | 13:36 | |
falktx | hmm latest ingen fails to configure | 13:43 |
falktx | ImportError: No module named 'lv2' | 13:43 |
*** tytel has quit IRC | 14:13 | |
*** tytel has joined #lv2 | 14:13 | |
rgareus | falktx: do you happen to know if ingen requires ui:portNotification for both GUI and plugin? | 14:19 |
rgareus | falktx: eg-scope.lv2 (from lv2-git/plugins) works in jalv. bug ingen never sends any port-events at all to the UI. | 14:20 |
rgareus | I tried changing ui:notifyType atom:Blank to atom:Object no difference | 14:21 |
falktx | rgareus: required for UI yes | 14:21 |
rgareus | it worked in the past, so something changed. I can't see what that may be. | 14:21 |
falktx | atom:Resource maybe? | 14:22 |
rgareus | I tried a few things. even hardcoded ui->active (normally the GUI will send a message to the DSP to active it) | 14:27 |
rgareus | the DSP forges messages. but the GUI never gets any of them . | 14:27 |
falktx | rgareus: you also need to enable port actions in ingen menu | 14:27 |
falktx | I think you just forgot that :P | 14:27 |
rgareus | "Amimate Signals"? | 14:28 |
rgareus | where Port Actions? | 14:28 |
rgareus | the "notify" port blinks rapidly.. | 14:30 |
rgareus | but no event makes it to the GUI.. | 14:31 |
ventosus | rgareus: my UIs stopped working too a while back, e.g. no Atom Objects reaching the UIs | 14:31 |
rgareus | ventosus: yes. | 14:31 |
rgareus | ventosus: jalv works, right? | 14:31 |
ventosus | they receive an Atom Bool, though (blink maybe?) | 14:31 |
ventosus | jalv works, yes | 14:31 |
rgareus | well, I'll wait until drobilla wakes up... | 14:32 |
rgareus | an otherwise file a bug report then. | 14:32 |
falktx | oh drobilla is awake, he just doesn't want to bother with irc :) | 14:32 |
* drobilla yawns | 14:32 | |
falktx | hi | 14:33 |
drobilla | falktx: I haven't released it because there's a few pending patches, and I can't get X11 in Qt5 size stuff right | 14:33 |
drobilla | falktx: The latter I'll probably just chalk up as "experimental", ignore and release anyway | 14:33 |
falktx | drobilla: sratom? I didn't meant suil | 14:33 |
falktx | please read my message again :) | 14:33 |
drobilla | falktx: Oh, right. No significant changes. | 14:33 |
* falktx has been reporting bugs via tracker instead of irc | 14:34 | |
falktx | drobilla: so it's good to use the last old stable tarball? | 14:34 |
drobilla | rgareus: perhaps another URI botch | 14:34 |
drobilla | falktx: Yeah. Only thing changed is some warnings fixes | 14:34 |
drobilla | According to NEWS, anyway, but I usually keep those up to date | 14:35 |
drobilla | Ingen has this URI vs URID comparison thing that keeps screwing stuff up | 14:35 |
drobilla | I should maybe just use URIDs absolutely everywhere except file:// URIs as an object or something... | 14:35 |
*** tytel has quit IRC | 14:35 | |
rgareus | drobilla: I tried with sisco.lv2 (which sends atom:Object) and the 'official' eg-scope.lv2 (which still uses atom:Blank). hacked the .ttl to match as well | 14:35 |
rgareus | drobilla: no events whatsoever. | 14:36 |
rgareus | drobilla: also the UI sends events to the DSP (I print them in the UI-code). they never arrive in the DSP part | 14:36 |
falktx | sounds important | 14:38 |
rgareus | falktx: does the MOD use any UIs with Atom ports? | 14:40 |
falktx | not yet | 14:40 |
falktx | there's a javascript API for modguis | 14:41 |
falktx | I'll make that work atoms, somehow | 14:41 |
falktx | s/work/use/ | 14:41 |
rgareus | falktx: to get data out of the DSP part.. surely you dont use JS? | 14:41 |
falktx | lol | 14:42 |
falktx | of course not | 14:42 |
* drobilla needs to implement JSON-LD in serd one of these days | 14:42 | |
falktx | the plan is to request monitor from ingen of a specific port | 14:42 |
falktx | then ingen delivers the atom messages to the modgui | 14:42 |
falktx | I think... | 14:42 |
drobilla | All that fancy doesn't-look-like-RDF stuff would be quite a significant chunk of new crap, though | 14:42 |
falktx | drobilla: that will be possible right? | 14:42 |
drobilla | But then sratom would be an atom<=>JS lib, too | 14:42 |
drobilla | falktx: Sure. modulo whatever's currently going on that rgareus ran into, anyway | 14:43 |
ventosus | rgareus: here UI->DSP communication seems to be working, only DSP->UI seems broken | 14:43 |
*** rncbc has joined #lv2 | 14:47 | |
rgareus | drobilla: what's N mod 0 ? | 14:49 |
*** rncbc has quit IRC | 14:49 | |
rgareus | drobilla: I don't think there are any open tickets that I reported. | 14:49 |
*** tytel has joined #lv2 | 15:09 | |
*** tytel has quit IRC | 15:14 | |
*** tytel has joined #lv2 | 16:04 | |
*** sigma6 has quit IRC | 16:05 | |
*** tytel has quit IRC | 16:08 | |
falktx | hmm lilv release broke python bindings? | 16:24 |
falktx | probably the waf update | 16:24 |
*** son0p has quit IRC | 16:25 | |
*** son0p has joined #lv2 | 16:26 | |
falktx | drobilla: can lilv waf be missing swig like it was missing lv2? | 16:35 |
falktx | issue appears in r5736 | 16:46 |
*** deva has joined #lv2 | 16:47 | |
*** ssj71 has quit IRC | 16:47 | |
drobilla | mother fucker. | 16:48 |
drobilla | The r5736 from a week ago? | 16:53 |
falktx | yes | 16:53 |
drobilla | Everyone wants releases, nobody wants to test the damned things beforehand | 16:53 |
drobilla | Welcome back to svn ;) | 16:53 |
falktx | I didn't know you were going to make releases | 16:53 |
falktx | I've been testing other stuff :/ | 16:54 |
falktx | you could have sent an email to lv2 asking for testing | 16:55 |
drobilla | lv2_list.py is now broken with python2 as well | 16:56 |
*** tytel has joined #lv2 | 16:58 | |
*** son0p has quit IRC | 16:58 | |
*** ssj71 has joined #lv2 | 16:59 | |
*** son0p has joined #lv2 | 17:00 | |
*** tytel has quit IRC | 17:02 | |
drobilla | falktx: r5759 | 17:03 |
falktx | testing... | 17:04 |
falktx | drobilla: confirmed working :) | 17:04 |
drobilla | Stupid swig. Should just write manual bindings already | 17:14 |
drobilla | If I ever get around to the serd/sord merge, I'm going to make sure everything is nicely C++/Python wrapped from the ground up | 17:15 |
*** tytel has joined #lv2 | 17:52 | |
*** tytel has quit IRC | 17:56 | |
*** rncbc has joined #lv2 | 18:00 | |
*** edogawa has joined #lv2 | 18:09 | |
*** tytel has joined #lv2 | 18:36 | |
*** tytel has quit IRC | 18:40 | |
*** NickSB2 has quit IRC | 19:08 | |
*** deva has quit IRC | 19:52 | |
*** ventosus has left #lv2 | 20:16 | |
*** uncle-j_j has joined #lv2 | 20:38 | |
*** son0p has quit IRC | 20:39 | |
*** son0p has joined #lv2 | 20:41 | |
*** NickSB2 has joined #lv2 | 20:47 | |
*** artfwo has joined #lv2 | 20:53 | |
*** edogawa has quit IRC | 20:56 | |
*** NickSB2 has quit IRC | 21:17 | |
*** ricardocrudo has quit IRC | 21:52 | |
*** rncbc has quit IRC | 23:10 | |
*** uncle-j_j has quit IRC | 23:25 | |
*** ricardocrudo has joined #lv2 | 23:30 | |
* drobilla discovers that jalv.gtk makes a file selector for *any* property | 23:36 | |
drobilla | (this thing seriously needs a clean-up at this point) | 23:41 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!