*** ricardocrudo has quit IRC | 00:38 | |
*** drobilla has quit IRC | 00:45 | |
*** ssj71 has quit IRC | 01:13 | |
*** wumpus has quit IRC | 02:01 | |
*** wumpus has joined #lv2 | 02:03 | |
*** artfwo has quit IRC | 02:33 | |
*** colock has quit IRC | 04:14 | |
*** aombk2 has joined #lv2 | 04:45 | |
*** aombk has quit IRC | 04:48 | |
*** edogawa has joined #lv2 | 07:23 | |
*** falktx` has quit IRC | 07:38 | |
*** sigma6 has joined #lv2 | 08:27 | |
*** falktx|work has joined #lv2 | 09:12 | |
*** falktx|work has quit IRC | 10:13 | |
*** aombk3 has joined #lv2 | 10:16 | |
*** aombk2 has quit IRC | 10:18 | |
*** ricardocrudo has joined #lv2 | 10:19 | |
*** ventosus has joined #lv2 | 10:21 | |
*** colock has joined #lv2 | 10:55 | |
*** ricardocrudo has quit IRC | 11:25 | |
*** ricardocrudo has joined #lv2 | 11:27 | |
colock | how to build a preset URI? (for jalv) | 11:58 |
---|---|---|
colock | got it in ~/.lv2/amsynth_MyPreset.preset.lv/MyPreset.ttl | 11:59 |
colock | trying to launch jalv -x mySynth -p __NO_IDEA_WHAT_TO_PUT_HERE http://code.google.com/p/amsynth/amsynth | 11:59 |
colock | mm thanks, found this: https://code.google.com/p/amsynth/source/browse/utils/lv2_presets.py?spec=svndae2553266f573a96824f5143d0cbf7162ebd56d&r=dae2553266f573a96824f5143d0cbf7162ebd56d | 12:18 |
colock | presets2ttl (amsynth), more or less found out how to load standard amsynth banks as lv2 presets (phew) | 12:18 |
colock | lv2pluginURI#presetLabel does not seem to work. | 12:21 |
colock | ah. | 12:25 |
colock | mm no, no luck. | 12:28 |
colock | okay, used the "Save" action in jalv instead of save preset, and --load instead of --preset. Works for me :] | 12:37 |
*** artfwo has joined #lv2 | 12:41 | |
*** artfwo has quit IRC | 12:49 | |
*** NickSB2 has quit IRC | 13:32 | |
*** drobilla has joined #lv2 | 13:54 | |
*** aombk3 has quit IRC | 14:07 | |
*** aombk has joined #lv2 | 14:19 | |
*** rncbc has joined #lv2 | 15:50 | |
*** son0p has quit IRC | 15:52 | |
*** son0p has joined #lv2 | 16:00 | |
*** edogawa has quit IRC | 16:12 | |
*** falktx|work has joined #lv2 | 16:28 | |
*** aombk has quit IRC | 16:32 | |
*** aombk has joined #lv2 | 16:33 | |
falktx|work | drobilla: I'm getting a very weird behaviour with lilv | 16:34 |
falktx|work | with just 2 lines, mostly | 16:34 |
falktx|work | LilvNode* node = lilv_plugin_get_value(p, ns.lv2core_project); | 16:34 |
falktx|work | well, those are nodes | 16:34 |
falktx|work | then any value I try to get from those nodes makes lilv and sord result in corruption | 16:35 |
falktx|work | like, lilv_world_get(w, lilv_nodes_get_first(nodes), ns.doap_license, NULL); | 16:35 |
drobilla | falktx|work: define "corruption" | 16:39 |
drobilla | Also 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 annoying | 16:41 |
drobilla | (The object specific query methods were probably a mistake, really) | 16:41 |
falktx|work | drobilla: corruption reported by valgrind, which eventually segfaults | 16:43 |
falktx|work | invalid read or writes | 16:44 |
falktx|work | valgrind reports the error starting at lilv_world_load_file | 16:48 |
falktx|work | ah wait | 16:50 |
falktx|work | damn it | 16:50 |
falktx|work | drobilla: false alarm. I was expecting world_get to returns nodes. it returns a single node instead | 16:50 |
falktx|work | and the compiler doesn't know LilvNode* != LilvNodes* | 16:51 |
falktx|work | errr | 16:51 |
*** sigma6 has quit IRC | 17:12 | |
*** ssj71 has joined #lv2 | 17:23 | |
*** artfwo has joined #lv2 | 17:23 | |
drobilla | It does in a sense, but the latter is void, so I guess it just doesn't care (it would in C++) | 17:33 |
drobilla | The faux type safety of different typedefs seemed better than forcing the user to cast everything out of a collection to the appropriate type | 17:33 |
drobilla | Neither 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 #lv2 | 17:34 | |
*** aombk has quit IRC | 17:36 | |
falktx|work | I'm using c++ though | 17:38 |
falktx|work | having this line: 'LilvNodes* nodes = lilv_world_get(...);' doesn't trigger a warning in C++ :( | 17:39 |
drobilla | Oh, right, it's cast *to* void | 19:23 |
*** tytel has joined #lv2 | 19:42 | |
*** ricardocrudo has quit IRC | 19:56 | |
*** falktx|work has quit IRC | 19:58 | |
*** falktx has joined #lv2 | 21:15 | |
*** ricardocrudo has joined #lv2 | 22:25 | |
*** ventosus has left #lv2 | 22:32 | |
*** falktx has quit IRC | 22:35 | |
*** rncbc has quit IRC | 22:36 | |
*** edogawa has joined #lv2 | 22:46 | |
*** ricardocrudo has quit IRC | 23:19 | |
*** ricardocrudo has joined #lv2 | 23:20 | |
*** edogawa has quit IRC | 23:34 | |
*** ricardocrudo has quit IRC | 23:39 | |
*** tytel has quit IRC | 23:47 | |
*** ssj71 has quit IRC | 23:50 | |
*** ricardocrudo has joined #lv2 | 23:56 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!