*** unclechu has quit IRC | 00:01 | |
*** unclechu has joined #lv2 | 00:02 | |
*** Gethiox has quit IRC | 00:03 | |
*** unclechu has quit IRC | 01:48 | |
*** NickSB2 has joined #lv2 | 01:56 | |
drobilla | Man, 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 |
---|---|---|
drobilla | But it bothers me that pugl creates Yet Another API when a pretty established one is *so* close to appropriate. | 02:18 |
drobilla | Thread-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 |
drobilla | I 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 IRC | 02:57 | |
*** timbyr has joined #lv2 | 02:58 | |
*** triune has quit IRC | 05:15 | |
*** triune has joined #lv2 | 05:21 | |
*** falktx has quit IRC | 05:43 | |
*** falktx_ has joined #lv2 | 05:43 | |
*** triune has quit IRC | 05:45 | |
*** triune has joined #lv2 | 05:52 | |
*** abique has joined #lv2 | 06:52 | |
*** triune has quit IRC | 07:16 | |
*** triune has joined #lv2 | 07:23 | |
*** edogawa has joined #lv2 | 07:47 | |
*** edogawa has quit IRC | 08:03 | |
*** edogawa has joined #lv2 | 08:11 | |
* falktx_ is finally adding worker extension support in carla | 08:12 | |
* Javafant is happy about falktx_ finally adding worker extensions support :) | 08:29 | |
falktx_ | a few c++ templates do miracles | 08:31 |
*** bgola has quit IRC | 09:25 | |
*** bgola has joined #lv2 | 09:26 | |
*** unclechu has joined #lv2 | 09:34 | |
*** edogawa has quit IRC | 10:24 | |
*** edogawa has joined #lv2 | 10:45 | |
*** Gethiox has joined #lv2 | 11:12 | |
falktx_ | worker seems to work, just need to handle fix presets and state now | 11:51 |
*** falktx_ has quit IRC | 12:05 | |
*** edogawa has quit IRC | 12:24 | |
*** edogawa has joined #lv2 | 12:25 | |
*** edogawa has quit IRC | 12:30 | |
*** edogawa has joined #lv2 | 12:42 | |
*** edogawa has quit IRC | 13:45 | |
*** abique has quit IRC | 14:23 | |
*** abique has joined #lv2 | 14:35 | |
*** edogawa has joined #lv2 | 15:54 | |
*** triune has quit IRC | 16:56 | |
drobilla | I was idly wondering if a worker implementation in lilv would be worth it | 16:58 |
drobilla | But 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 #lv2 | 17:04 | |
*** mlpug has joined #lv2 | 17:22 | |
*** Gethiox2 has joined #lv2 | 19:02 | |
*** Gethiox has quit IRC | 19:04 | |
*** falktx has joined #lv2 | 19:42 | |
*** abique has quit IRC | 19:51 | |
*** mlpug has quit IRC | 20:33 | |
*** HarryHaaren has joined #lv2 | 20:38 | |
* falktx is a bit confused with atom:Blank being deprecated | 21:16 | |
falktx | does that mean a plugin should listen for both atom:Blank and atom:Object? | 21:16 |
falktx | oh, lv2_atom_forge_is_object_type() to the rescue | 21:17 |
falktx | drobilla: what should a host do regarding messages? (like time). do I send an object or a blank? | 21:20 |
falktx | afaik, all current plugins are expecting a blank | 21:20 |
falktx | I'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 not | 21:24 |
falktx | drobilla: lv2 headers are mostly fine now, only a few missing changes now https://github.com/falkTX/Carla/commit/f80b48bdcebd82436e86c7860bfb1260b30c268e | 22:09 |
falktx | err, now now | 22:09 |
*** falktx has quit IRC | 23:05 | |
*** falktx has joined #lv2 | 23:07 | |
*** unclechu has quit IRC | 23:24 | |
*** Gethiox2 has quit IRC | 23:30 | |
*** unclechu has joined #lv2 | 23:37 | |
*** edogawa has quit IRC | 23:44 | |
falktx | drobilla: 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 |
falktx | but lv2_atom_forge_resource is deprecated too | 23:48 |
falktx | it should be lv2_atom_forge_object | 23:49 |
*** NickSB has quit IRC | 23:54 | |
*** NickSB has joined #lv2 | 23:55 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!