Thursday, 2014-01-30

*** unclechu has quit IRC00:01
*** unclechu has joined #lv200:02
*** Gethiox has quit IRC00:03
*** unclechu has quit IRC01:48
*** NickSB2 has joined #lv201:56
drobillaMan, it's really annoying that the glut API doesn't have a context parameter.  I guess static weird magical contexts are the norm in GL-land in general.02:18
drobillaBut it bothers me that pugl creates Yet Another API when a pretty established one is *so* close to appropriate.02:18
drobillaThread-specific data could do it, maybe, if you were only allowed on context per thread and it was tied to that thread.  I think GL contexts themselves are a bit more flexible than this, though.02:19
drobillaI guess even static static data would work with a puglEnterContext(ctx) wrapper around things and a no-concurrent-use requirement.  But, ick.02:21
*** timbyr has quit IRC02:57
*** timbyr has joined #lv202:58
*** triune has quit IRC05:15
*** triune has joined #lv205:21
*** falktx has quit IRC05:43
*** falktx_ has joined #lv205:43
*** triune has quit IRC05:45
*** triune has joined #lv205:52
*** abique has joined #lv206:52
*** triune has quit IRC07:16
*** triune has joined #lv207:23
*** edogawa has joined #lv207:47
*** edogawa has quit IRC08:03
*** edogawa has joined #lv208:11
* falktx_ is finally adding worker extension support in carla08:12
* Javafant is happy about falktx_ finally adding worker extensions support :)08:29
falktx_a few c++ templates do miracles08:31
*** bgola has quit IRC09:25
*** bgola has joined #lv209:26
*** unclechu has joined #lv209:34
*** edogawa has quit IRC10:24
*** edogawa has joined #lv210:45
*** Gethiox has joined #lv211:12
falktx_worker seems to work, just need to handle fix presets and state now11:51
*** falktx_ has quit IRC12:05
*** edogawa has quit IRC12:24
*** edogawa has joined #lv212:25
*** edogawa has quit IRC12:30
*** edogawa has joined #lv212:42
*** edogawa has quit IRC13:45
*** abique has quit IRC14:23
*** abique has joined #lv214:35
*** edogawa has joined #lv215:54
*** triune has quit IRC16:56
drobillaI was idly wondering if a worker implementation in lilv would be worth it16:58
drobillaBut even if it works out API-wise and still allowing the benefits, it's kind of bloatey.  Most hosts have ringbuffers and such already.16:59
*** triune has joined #lv217:04
*** mlpug has joined #lv217:22
*** Gethiox2 has joined #lv219:02
*** Gethiox has quit IRC19:04
*** falktx has joined #lv219:42
*** abique has quit IRC19:51
*** mlpug has quit IRC20:33
*** HarryHaaren has joined #lv220:38
* falktx is a bit confused with atom:Blank being deprecated21:16
falktxdoes that mean a plugin should listen for both atom:Blank and atom:Object?21:16
falktxoh, lv2_atom_forge_is_object_type() to the rescue21:17
falktxdrobilla: what should a host do regarding messages? (like time). do I send an object or a blank?21:20
falktxafaik, all current plugins are expecting a blank21:20
falktxI'm doing some lv2 work now in my host so I'm wondering if updating to the latest lv2 headers is a good idea or not21:24
falktxdrobilla: lv2 headers are mostly fine now, only a few missing changes now https://github.com/falkTX/Carla/commit/f80b48bdcebd82436e86c7860bfb1260b30c268e22:09
falktxerr, now now22:09
*** falktx has quit IRC23:05
*** falktx has joined #lv223:07
*** unclechu has quit IRC23:24
*** Gethiox2 has quit IRC23:30
*** unclechu has joined #lv223:37
*** edogawa has quit IRC23:44
falktxdrobilla: there's a typo in forge.h, where it says (in 2 places):23:48
falktx"Use lv2_atom_forge_resource() directly instead."23:48
falktxbut lv2_atom_forge_resource is deprecated too23:48
falktxit should be lv2_atom_forge_object23:49
*** NickSB has quit IRC23:54
*** NickSB has joined #lv223:55

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