Thursday, 2015-06-11

*** ricardocrudo has quit IRC00:04
*** gianMOD has joined #lv201:35
*** gianMOD_ has quit IRC01:37
*** gianMOD has quit IRC01:42
*** gianMOD has joined #lv201:42
*** gianMOD has quit IRC01:47
*** LAbot has joined #lv203:03
*** Magnus_RM has quit IRC04:12
*** falktx has joined #lv204:38
*** gianMOD has joined #lv204:38
*** EntropyS1nk has quit IRC04:43
*** gianMOD has quit IRC04:43
*** EntropySink has joined #lv204:49
*** drobilla` has quit IRC05:42
*** EntropySink has quit IRC05:51
*** gianMOD has joined #lv205:54
*** gianMOD has quit IRC06:00
*** EntropySink has joined #lv206:19
*** edogawa has joined #lv206:49
*** edogawa has quit IRC06:55
*** edogawa has joined #lv206:57
*** gianMOD has joined #lv207:03
*** edogawa has quit IRC07:07
*** gianMOD has quit IRC07:10
*** gianMOD has joined #lv207:10
*** gianMOD_ has joined #lv207:15
*** gianMOD has quit IRC07:15
*** gianMOD_ has quit IRC07:30
*** edogawa has joined #lv207:33
*** falktx has quit IRC07:36
*** artfwo has quit IRC07:41
*** ricardocrudo has joined #lv207:43
*** NickSB2 has joined #lv207:49
*** artfwo has joined #lv208:00
*** falktx has joined #lv208:15
*** gianMOD has joined #lv208:22
*** sigma6 has joined #lv208:40
*** ddom has joined #lv208:45
*** yann-kaelig has joined #lv209:29
*** falktx has quit IRC10:12
*** gianMOD has quit IRC10:31
*** falktx has joined #lv210:41
*** gianMOD has joined #lv211:32
*** gianMOD has quit IRC11:37
*** edogawa_ has joined #lv211:39
*** HarryHaaren has joined #lv211:42
*** edogawa has quit IRC11:42
*** edogawa_ is now known as edogawa11:46
rgareusdoes any host care about   ui:portNotification []12:09
rgareusI do have some plugins that use  ui:notifyType atom:Blank     but atom:Blank has been deprecated12:10
rgareusold specs don't yet have atom:Object   so what is the solution?  compile-time replace depending on lv2 version?12:10
rgareusor just don't bother, since no host uses portNotification anyway?12:11
*** ventosus has joined #lv212:16
falktxrgareus: ingen uses it.12:29
falktxin carla I ignore that12:29
falktxI assume UIs want to know about all ports12:29
*** gianMOD has joined #lv212:33
*** gianMOD has quit IRC12:38
*** edogawa has quit IRC12:51
*** edogawa has joined #lv212:52
*** gianMOD has joined #lv212:55
*** gianMOD_ has joined #lv212:57
*** gianMOD_ has quit IRC13:01
*** HarryHaaren has quit IRC13:18
*** gianMOD has quit IRC13:36
*** gianMOD has joined #lv213:43
*** drobilla` has joined #lv213:44
*** NickSB2 has quit IRC13:58
*** grejppi has quit IRC14:04
*** aombk2 has joined #lv214:05
*** edogawa has quit IRC14:08
*** aombk has quit IRC14:09
*** HarryHaaren has joined #lv214:23
*** grejppi has joined #lv214:28
*** edogawa has joined #lv214:32
*** edogawa has quit IRC14:55
*** edogawa has joined #lv215:12
*** edogawa has quit IRC15:22
*** edogawa has joined #lv215:26
*** rncbc has joined #lv215:34
*** HarryHaaren has quit IRC16:07
*** ddom has quit IRC16:08
*** grejppi has quit IRC16:20
*** grejppi has joined #lv216:21
*** gianMOD has quit IRC16:28
ssj71drobilla`: you weren't around when I was asking people to check my tutorial on atom:Path (maybe you saw it already) but if you have some time to briefly review and make sure I don't have any misconceptions I'd appreciate it. http://mountainbikesandtrombones.blogspot.com/2015/06/using-lv2-atompath-or-how-to-get-files.html16:31
falktxssj71: the blog is nice and most info readable. code not so much16:39
falktxssj71: I mean the code is not readable. you only get a few lines out of the page16:40
falktxssj71: why isn't the blog filling the screen!?16:40
falktxssj71: http://i.imgur.com/0w8Ui1i.png16:41
ssj71falktx: cause I have very little interest in css and blogger by default does that16:42
falktxthe code is unreadable16:42
falktxwhich is the important part there16:42
ssj71it took me long enough to figure out how to get it to side scroll16:42
bgolassj71: maybe put the code on some gist :)16:42
bgolaand link it there16:42
ssj71I looked up a bunch of stuff that was supposed to make code blocks appear in their own boxes but none of them worked.16:45
ssj71I guess I should try harder though16:46
* ssj71 really doesn't care for web development16:46
falktxbody { width: 100%; } or something16:47
*** gianMOD has joined #lv216:53
*** sigma6 has quit IRC16:53
rgareusssj71: what happens if the host does not support URI mapping?17:03
rgareusssj71: I think you should move the mapping to past the host feature loop and simply    if (!urid_map) { free(self); return NULL;}   map_uris():17:05
rgareusthat also reduces the nesting17:05
*** drobilla` has quit IRC17:14
ssj71rgareus: I believe its marked as lv2:requiredFeature urid:map ...17:20
rgareusssj71: so?17:21
ssj71falktx: almost another hour of messing with it and it looks just the same.17:21
*** gianMOD has quit IRC17:21
ssj71rgareus: I guess I should add that case17:22
rgareusa host *should* not instantiate a plugin if it can't satisfy all features.  but think it's just that *should not*   and not *must not*17:22
*** gianMOD has joined #lv217:22
falktxhosts that ignore features are broken17:22
ssj71so then its a question of how far we should go to support broken hosts. I think falktx you've gone a ways to support broken plugins though maybe17:23
rgareus"The plugin MUST fail to instantiate if a required feature is not present;"17:24
rgareushttp://lv2plug.in/ns/lv2core/#requiredFeature17:24
rgareusfalktx: the host is not broken17:25
falktxin the pratical sense yes17:25
falktxbut I'd still consider it broken17:25
falktxie, we need to add those checks for the broken hosts17:26
rgareusfalktx: it's perfectly legal according to specs to instantiate a plugin that requires some featurs without providing those features17:26
rgareusfalktx: you can argue that the spec is not nice.   This should really be pushed to the host (not every plugin)17:28
rgareuslet's just blame the LV2 malevoent dictator..  and continue with planning the revolution :)17:29
falktxI'm already full of popcorn because of the reddit drama, this has to wait17:29
rgareusfalktx: what reddit drama? worth following?17:30
rgareusisn't reddit always drama & popcorn?17:31
falktxthey banned /r/fatpeoplehate17:32
falktxrgareus: https://www.reddit.com/r/OutOfTheLoop/comments/39bzdf/why_was_rfatpeoplehate_along_with_several_other/17:33
falktxtheir CEO kept popping up in /r/punchablefaces17:33
falktxnow that sub is closed17:33
falktxha17:33
ssj71I'm giving up on the blog formatting17:35
ssj71rgareus: I've added the code to the plugin, but I don't know if I'll update the blog.17:51
rgareusssj71: the I hope nobody will copy/paste the code from your blog :)17:52
*** rncbc is now known as rncbc|AFK17:54
ssj71rgareus: well, unfortunately its in a bundle so that same function is run for plugins that don't require uri:map17:55
ssj71so the check is outstide of thecode on the blog17:55
ssj71I'll add some text mentioning it though17:56
*** rncbc has joined #lv217:58
*** ricardocrudo has quit IRC18:01
*** ricardocrudo has joined #lv218:01
ssj71done18:03
*** gianMOD has quit IRC18:07
*** ricardocrudo has quit IRC18:08
ssj71when you load a preset with state it should call your restore function from the state interface, right?18:09
falktxyes18:10
ssj71ok, I what am I doing wrong...18:11
*** gianMOD has joined #lv218:11
falktxmissing lv2:extensionData in the ttl?18:13
*** gianMOD has quit IRC18:18
ssj71wouldn't put it past me18:18
*** gianMOD has joined #lv218:19
ssj71https://github.com/ssj71/rkrlv2/blob/dev/lv2/ttl/reverbtron.ttl#L4418:19
ssj71this right?18:19
falktxI guess18:20
ssj71it saves state correctly but it doesn't load the file when I load the preset again18:25
ssj71doh! I hadn't built since adding some stuff so I put the breakpoint on the wrong line18:39
ssj71carry on18:39
*** yann-kaelig has quit IRC18:42
*** yann-kaelig has joined #lv218:48
falktx*you didn't see anything*18:49
*** gianMOD has quit IRC18:56
*** EntropyS1nk has joined #lv219:29
*** EntropySink has quit IRC19:33
*** gianMOD has joined #lv219:34
*** ricardocrudo has joined #lv219:43
*** Anchakor has quit IRC19:58
*** Anchakor has joined #lv219:58
*** NickSB2 has joined #lv220:08
*** HarryHaaren has joined #lv220:25
*** ventosus has left #lv220:31
*** flexus has joined #lv221:36
*** yann-kaelig has quit IRC21:44
*** yann-kaelig has joined #lv221:45
*** falktx has quit IRC22:00
*** gianMOD has quit IRC22:11
*** yann-kaelig has quit IRC22:11
*** HarryHaaren has quit IRC22:14
*** Magnus_RM has joined #lv222:16
*** rncbc has quit IRC22:19
*** edogawa has quit IRC22:34
*** gianMOD has joined #lv222:39
*** ricardocrudo has quit IRC23:12
*** gianMOD has quit IRC23:15

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