*** tytel has quit IRC | 00:00 | |
*** tytel has joined #lv2 | 00:08 | |
*** ricardocrudo has quit IRC | 00:09 | |
*** tytel has quit IRC | 00:11 | |
*** john_cephalopoda has left #lv2 | 00:40 | |
*** LAbot` has joined #lv2 | 03:56 | |
*** LAbot has quit IRC | 03:56 | |
*** LAbot has joined #lv2 | 04:08 | |
*** LAbot has joined #lv2 | 04:24 | |
*** LAbot has joined #lv2 | 04:30 | |
*** artfwo has quit IRC | 05:44 | |
*** LAbot has joined #lv2 | 06:17 | |
*** LAbot` has joined #lv2 | 06:29 | |
*** LAbot has quit IRC | 06:29 | |
*** LAbot has joined #lv2 | 06:41 | |
*** LAbot has joined #lv2 | 06:55 | |
*** artfwo has joined #lv2 | 07:10 | |
*** LAbot has joined #lv2 | 07:20 | |
*** LAbot has joined #lv2 | 07:27 | |
*** LAbot has joined #lv2 | 07:39 | |
*** ricardocrudo_ has joined #lv2 | 07:42 | |
*** ricardocrudo has quit IRC | 07:45 | |
*** edogawa has joined #lv2 | 07:48 | |
*** edogawa has quit IRC | 07:52 | |
*** LAbot has joined #lv2 | 07:57 | |
*** LAbot` has joined #lv2 | 08:05 | |
*** LAbot has joined #lv2 | 08:20 | |
*** LAbot has joined #lv2 | 09:05 | |
*** LAbot has joined #lv2 | 09:27 | |
*** LAbot` has joined #lv2 | 09:32 | |
*** LAbot has joined #lv2 | 09:40 | |
*** LAbot` has joined #lv2 | 09:45 | |
*** LAbot has joined #lv2 | 09:57 | |
*** LAbot has joined #lv2 | 10:04 | |
*** LAbot has joined #lv2 | 10:18 | |
*** john_cephalopoda has joined #lv2 | 11:01 | |
*** LAbot` has joined #lv2 | 11:15 | |
*** LAbot has joined #lv2 | 11:21 | |
*** LAbot` has quit IRC | 11:21 | |
*** LAbot has joined #lv2 | 11:25 | |
*** LAbot` has joined #lv2 | 11:47 | |
*** ricardocrudo__ has joined #lv2 | 11:59 | |
*** ricardocrudo_ has quit IRC | 12:02 | |
*** LAbot has joined #lv2 | 12:14 | |
*** ventosus has joined #lv2 | 12:22 | |
*** LAbot has joined #lv2 | 12:45 | |
*** LAbot has joined #lv2 | 13:03 | |
*** LAbot has joined #lv2 | 13:31 | |
*** LAbot has joined #lv2 | 13:38 | |
*** LAbot` has joined #lv2 | 14:03 | |
-leguin.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp | 14:03 | |
*** LAbot has joined #lv2 | 14:12 | |
*** NickSB has quit IRC | 14:30 | |
*** NickSB has joined #lv2 | 14:31 | |
*** rncbc has quit IRC | 15:28 | |
*** LAbot` has joined #lv2 | 15:34 | |
*** LAbot has quit IRC | 15:35 | |
*** ricardocrudo__ has joined #lv2 | 15:58 | |
*** ventosus has left #lv2 | 16:11 | |
*** ricardocrudo__ has quit IRC | 16:18 | |
*** tytel has joined #lv2 | 16:22 | |
*** tytel_ has joined #lv2 | 16:23 | |
*** tytel_ has quit IRC | 16:25 | |
*** tytel_ has joined #lv2 | 16:26 | |
*** tytel has quit IRC | 16:27 | |
*** tytel_ has quit IRC | 16:53 | |
*** NickSB has quit IRC | 17:12 | |
*** NickSB has joined #lv2 | 17:13 | |
*** NickSB has joined #lv2 | 17:14 | |
*** flexus has joined #lv2 | 17:41 | |
*** Joeboy has quit IRC | 18:07 | |
*** ricardocrudo has joined #lv2 | 18:16 | |
*** ventosus has joined #lv2 | 18:34 | |
*** ventosus has left #lv2 | 19:30 | |
*** ricardocrudo_ has joined #lv2 | 20:37 | |
*** ricardocrudo has quit IRC | 20:41 | |
*** JohannesG has left #lv2 | 20:42 | |
*** john_cephalopoda has left #lv2 | 21:46 | |
*** ricardocrudo_ has quit IRC | 22:12 | |
rgareus | falktx: your strict LV2 compliant check warns when using N.0 floats as integers. Does it also complain when using an integer on a normal float port? is 0 OK? or does it have to be 0.0 ? | 22:37 |
---|---|---|
falktx | rgareus: it complains both ways yes | 22:38 |
falktx | rgareus: I know it's nitpicking, but it helped me detecting some errors already | 22:39 |
falktx | rgareus: float ports need to end in .0, or just have a dot, like "1." | 22:39 |
falktx | 1.f ? | 22:39 |
rgareus | falktx: yeah, I can see that it helps indirectly. | 22:39 |
rgareus | falktx: I don't know if 1.f parses in ttl | 22:40 |
falktx | I don't know either | 22:41 |
falktx | the function to check for int is very simple | 22:41 |
falktx | return string.strip().lstrip("-+").isdigit() | 22:42 |
rgareus | falktx: the killer would be to integrate into debian's lintian. automatic checks when packaging | 22:45 |
falktx | debian has more serious issues to worry about first | 22:45 |
falktx | rgareus: right now this needs a patch in sord to prevent a possible crash / memory corruption after the function ends | 22:46 |
rgareus | ubuntu's lintian then :) | 22:46 |
*** rncbc has joined #lv2 | 23:24 | |
*** LAbot has joined #lv2 | 23:46 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!