Wednesday, 2015-11-25

*** ricardocrudo has quit IRC00:38
*** drobilla has quit IRC00:45
*** ssj71 has quit IRC01:13
*** wumpus has quit IRC02:01
*** wumpus has joined #lv202:03
*** artfwo has quit IRC02:33
*** colock has quit IRC04:14
*** aombk2 has joined #lv204:45
*** aombk has quit IRC04:48
*** edogawa has joined #lv207:23
*** falktx` has quit IRC07:38
*** sigma6 has joined #lv208:27
*** falktx|work has joined #lv209:12
*** falktx|work has quit IRC10:13
*** aombk3 has joined #lv210:16
*** aombk2 has quit IRC10:18
*** ricardocrudo has joined #lv210:19
*** ventosus has joined #lv210:21
*** colock has joined #lv210:55
*** ricardocrudo has quit IRC11:25
*** ricardocrudo has joined #lv211:27
colockhow to build a preset URI? (for jalv)11:58
colockgot it in ~/.lv2/amsynth_MyPreset.preset.lv/MyPreset.ttl11:59
colocktrying to launch jalv -x mySynth -p __NO_IDEA_WHAT_TO_PUT_HERE http://code.google.com/p/amsynth/amsynth11:59
colockmm thanks, found this: https://code.google.com/p/amsynth/source/browse/utils/lv2_presets.py?spec=svndae2553266f573a96824f5143d0cbf7162ebd56d&r=dae2553266f573a96824f5143d0cbf7162ebd56d12:18
colockpresets2ttl (amsynth), more or less found out how to load standard amsynth banks as lv2 presets (phew)12:18
colocklv2pluginURI#presetLabel does not seem to work.12:21
colockah.12:25
colockmm no, no luck.12:28
colockokay, used the "Save" action in jalv instead of save preset, and --load instead of --preset. Works for me :]12:37
*** artfwo has joined #lv212:41
*** artfwo has quit IRC12:49
*** NickSB2 has quit IRC13:32
*** drobilla has joined #lv213:54
*** aombk3 has quit IRC14:07
*** aombk has joined #lv214:19
*** rncbc has joined #lv215:50
*** son0p has quit IRC15:52
*** son0p has joined #lv216:00
*** edogawa has quit IRC16:12
*** falktx|work has joined #lv216:28
*** aombk has quit IRC16:32
*** aombk has joined #lv216:33
falktx|workdrobilla: I'm getting a very weird behaviour with lilv16:34
falktx|workwith just 2 lines, mostly16:34
falktx|workLilvNode* node = lilv_plugin_get_value(p, ns.lv2core_project);16:34
falktx|workwell, those are nodes16:34
falktx|workthen any value I try to get from those nodes makes lilv and sord result in corruption16:35
falktx|worklike, lilv_world_get(w, lilv_nodes_get_first(nodes), ns.doap_license, NULL);16:35
drobillafalktx|work: define "corruption"16:39
drobillaAlso note you can use lilv_world_get to get a single node on the plugin as well, if you only care about one, which is a bit less annoying16:41
drobilla(The object specific query methods were probably a mistake, really)16:41
falktx|workdrobilla: corruption reported by valgrind, which eventually segfaults16:43
falktx|workinvalid read or writes16:44
falktx|workvalgrind reports the error starting at lilv_world_load_file16:48
falktx|workah wait16:50
falktx|workdamn it16:50
falktx|workdrobilla: false alarm. I was expecting world_get to returns nodes. it returns a single node instead16:50
falktx|workand the compiler doesn't know LilvNode* != LilvNodes*16:51
falktx|workerrr16:51
*** sigma6 has quit IRC17:12
*** ssj71 has joined #lv217:23
*** artfwo has joined #lv217:23
drobillaIt does in a sense, but the latter is void, so I guess it just doesn't care (it would in C++)17:33
drobillaThe faux type safety of different typedefs seemed better than forcing the user to cast everything out of a collection to the appropriate type17:33
drobillaNeither design is particularly appealing.  C sucks at this :/17:33
drobilla(I probably shouldn't have used void, but didn't want to expose *anything* about the internal impl)17:34
*** aombk2 has joined #lv217:34
*** aombk has quit IRC17:36
falktx|workI'm using c++ though17:38
falktx|workhaving this line: 'LilvNodes* nodes = lilv_world_get(...);' doesn't trigger a warning in C++ :(17:39
drobillaOh, right, it's cast *to* void19:23
*** tytel has joined #lv219:42
*** ricardocrudo has quit IRC19:56
*** falktx|work has quit IRC19:58
*** falktx has joined #lv221:15
*** ricardocrudo has joined #lv222:25
*** ventosus has left #lv222:32
*** falktx has quit IRC22:35
*** rncbc has quit IRC22:36
*** edogawa has joined #lv222:46
*** ricardocrudo has quit IRC23:19
*** ricardocrudo has joined #lv223:20
*** edogawa has quit IRC23:34
*** ricardocrudo has quit IRC23:39
*** tytel has quit IRC23:47
*** ssj71 has quit IRC23:50
*** ricardocrudo has joined #lv223:56

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