*** NickSB2 has quit IRC | 00:00 | |
*** edogawa has quit IRC | 00:09 | |
*** edogawa has joined #lv2 | 00:13 | |
*** capturixeur_ has joined #lv2 | 00:38 | |
*** trebmuh has quit IRC | 00:40 | |
*** edogawa has quit IRC | 01:01 | |
*** capturixeur_ is now known as trebmuh | 01:11 | |
*** artfwo has quit IRC | 02:21 | |
*** NickSB2 has joined #lv2 | 02:35 | |
*** trebmuh has quit IRC | 02:59 | |
*** falktx has joined #lv2 | 04:20 | |
*** falktx` has quit IRC | 04:24 | |
*** ricardocrudo_ has joined #lv2 | 07:43 | |
*** ricardocrudo_ has quit IRC | 07:47 | |
*** ventosus has joined #lv2 | 08:20 | |
*** falktx|work has joined #lv2 | 08:39 | |
*** sigma6 has joined #lv2 | 08:48 | |
*** ocbtec has joined #lv2 | 09:16 | |
*** ricardocrudo_ has joined #lv2 | 09:17 | |
*** jbitdrop has joined #lv2 | 09:22 | |
*** digidog has joined #lv2 | 09:49 | |
*** digidog has quit IRC | 09:51 | |
*** digidog has joined #lv2 | 09:52 | |
*** jbitdrop has quit IRC | 09:56 | |
*** jbitdrop has joined #lv2 | 09:58 | |
*** jbitdrop_ has joined #lv2 | 10:08 | |
*** jbitdrop_ has joined #lv2 | 10:09 | |
*** edogawa has joined #lv2 | 10:12 | |
*** edogawa has quit IRC | 10:19 | |
*** son0p has quit IRC | 11:12 | |
*** son0p has joined #lv2 | 11:20 | |
*** jbitdrop_ has quit IRC | 11:37 | |
*** digidog has quit IRC | 11:42 | |
*** digidog has joined #lv2 | 11:50 | |
*** trebmuh has joined #lv2 | 12:48 | |
*** olinuxx has joined #lv2 | 12:48 | |
*** six6110 has quit IRC | 12:56 | |
*** edogawa has joined #lv2 | 13:52 | |
*** olinuxx has left #lv2 | 13:53 | |
*** aelc665 has joined #lv2 | 14:36 | |
*** jbitdrop_ has joined #lv2 | 14:39 | |
*** aelc665 has quit IRC | 14:41 | |
*** jbitdrop_ has quit IRC | 14:46 | |
*** jbitdrop_ has joined #lv2 | 14:47 | |
*** jbitdrop_ has quit IRC | 14:48 | |
*** jbitdrop has quit IRC | 14:51 | |
drobilla | falktx: It should save whatever, but maybe blank node values aren't currently supported... | 15:10 |
---|---|---|
drobilla | Probably in one of two places (or both), they don't make it back to the client at all (no support for blank values on the wire), or they just aren't saved by the serializer | 15:12 |
drobilla | Easy enough, I think, but no LAD time for me for at least a week. File a ticket and I'll check it out a bit later | 15:13 |
* drobilla is burning loooooong hours to earn himself some freedom come spring | 15:13 | |
*** deva has joined #lv2 | 15:28 | |
*** sigma61 has joined #lv2 | 16:04 | |
*** sigma6 has quit IRC | 16:14 | |
*** NickSB2 has quit IRC | 16:14 | |
*** timbyr__ has quit IRC | 16:14 | |
*** NickSB2 has joined #lv2 | 16:16 | |
*** timbyr__ has joined #lv2 | 16:16 | |
falktx|work | drobilla: it's no problem. I just wanted to know what you think you'll use in ingen in the future | 16:19 |
falktx|work | so that the format in which I'm writing the mod pedalboards remains ingen compatible | 16:19 |
*** tytel has joined #lv2 | 16:43 | |
*** sigma61 has quit IRC | 17:12 | |
ssj71 | is there an upper limit to the tempo? or a practical way to prevent a tempo sync'd lfo from exceeding some value? | 17:18 |
*** dsheeler has joined #lv2 | 17:47 | |
*** jbitdrop has joined #lv2 | 17:48 | |
*** HarryHaaren has joined #lv2 | 18:55 | |
deva | I am playing around with converting a <http://lv2plug.in/ns/extensions/ui#external> to a <http://lv2plug.in/ns/extensions/ui#X11UI> but cannot seemt o get the extension-data function to be called | 19:02 |
deva | Am I missing something obvious? | 19:02 |
falktx|work | the extension_data of the UI? | 19:03 |
deva | I want to use the idle extansion for window drawcalls | 19:03 |
deva | but the extenseion_data callback is not being called so I cannot set the callback | 19:03 |
deva | yes the extension_data of the LV2UI_Descriptor | 19:04 |
falktx|work | for reference, here's my code https://github.com/DISTRHO/DPF/blob/master/distrho/src/DistrhoUILV2.cpp#L489 | 19:04 |
falktx|work | deva: oh wait, you need to define the supported extensions on the ttl as well | 19:04 |
falktx|work | as you do with the plugins too | 19:05 |
deva | http://pastebin.com/e8qM7ZBt | 19:05 |
falktx|work | ie, lv2:extensionData <http://lv2plug.in/ns/extensions/ui#idleInterface> | 19:05 |
falktx|work | yeah, that seems right | 19:06 |
deva | none of the printfs are executed | 19:06 |
deva | apart form the one in lv2ui_descriptor ... | 19:06 |
deva | Do I need a specific version of suil/lv2 to have this working? | 19:07 |
falktx|work | old suild didn't support it | 19:08 |
deva | how old is old? | 19:08 |
deva | I have 0.6.2 (now upgrading to 0.8.2) | 19:09 |
deva | sorry... had 0.6.16 | 19:10 |
deva | falktx|work, That worked... thanks :-) | 19:10 |
deva | Any idea about how many systems are running with ~0.6.16 versions? | 19:11 |
deva | Aka; would it be problematic to require that version for the ui to work? | 19:11 |
HarryHaaren | shouldn't be nope, I do it too | 19:11 |
deva | Great | 19:14 |
*** falktx|work has quit IRC | 19:33 | |
*** ocbtec has quit IRC | 19:41 | |
*** ricardocrudo_ has quit IRC | 19:59 | |
*** jbitdrop has quit IRC | 20:47 | |
*** ColaEuphoria has quit IRC | 20:57 | |
*** ColaEuphoria has joined #lv2 | 20:59 | |
*** aelc665 has joined #lv2 | 21:18 | |
*** ventosus has left #lv2 | 21:23 | |
*** HarryHaaren has quit IRC | 21:43 | |
*** HarryHaaren has joined #lv2 | 21:46 | |
*** ricardocrudo has joined #lv2 | 22:06 | |
*** digidog has quit IRC | 22:22 | |
*** ricardocrudo has quit IRC | 22:29 | |
*** deva has quit IRC | 23:21 | |
drobilla | falktx: Yeah, just an oversight because I had no reason to care | 23:33 |
drobilla | falktx: Though IIRC it doesn't save its own MIDI bindings for the same reason. Maybe. | 23:34 |
*** aelc665 has quit IRC | 23:34 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!