Thursday, 2016-01-21

*** NickSB2 has quit IRC01:48
*** digidog_ has joined #lv202:29
*** digidog has quit IRC02:31
*** artfwo has quit IRC02:44
*** deva has joined #lv205:36
*** frinknet has joined #lv207:03
*** frinknet has quit IRC07:24
*** frinknet has joined #lv207:36
*** edogawa has joined #lv207:38
*** aelc665 has joined #lv207:49
*** edogawa has quit IRC07:52
*** edogawa has joined #lv207:55
*** ventosus has joined #lv208:11
*** sigma6 has joined #lv208:42
*** falktx|work has joined #lv208:55
*** ColaEuphoria has joined #lv208:56
*** brummer has joined #lv210:17
brummerhi all10:18
brummeris there a way to expose a label to the generic host UI?10:18
brummerother then "fake" a port?10:19
falktx|workyou mean a scalepoint?10:33
rgareusbrummer: every port can have a description (in ardour uses as tooltip)  and the plugin itself documentation (displayed as help text)  both are rdfs:comments10:34
brummer<rgareus> thanks, works. That's what I'm looking for10:42
brummer<falktx|work> No, a hint for the user, in a no-gui plugin.10:44
rgareusrdfs:comment  "Example"      for multiple lines use 3 quotes10:44
rgareusrdfs:comment """  some test      <line break here>  more test  """10:44
rgareusand a wish: https://github.com/falkTX/Carla/issues/15610:47
brummera well, I just need a single line so a single quote is enough. I've first used triple quotes and wonder why the tooltip is so big(hight)10:48
*** BigstevE has joined #lv211:02
brummer<rgareus> how do you do it in multiple languages?11:03
BigstevEHi guys, so I've got a ladspa question that I'm looking for advice on. Since theres no ladspa channel I'd thought id ask here.11:06
BigstevEIt's simple really. I use audacious as my music player and would like to enable saving presets of the ladspa plugin host in that program.11:08
BigstevE I know LASH (linux audio session manager) could do such things, but am not sure how to go about interfacing it with audacious.11:08
BigstevEHas anyone ever used a shell script that reads from one's .config/audacious/config file, copies (concatenates) the [ladspa] section to a file in the same directory.11:09
BigstevEsorry if it's off topic.11:09
BigstevEhen later on, copies ( or cat > ) *that* file back into, the running config file, overwriting the [ladspa] section, and thus creating, and changing presets?11:09
ventosusbrummer: rdfs:comment "comment" , "Kommentar"@de, "Commentario"@it ;11:15
*** NickSB2 has joined #lv211:20
brummer<ventosus> thanks, that works.11:25
*** BigstevE has left #lv211:28
brummerthanks so far, issue solved. This is the plug were I need the tooltip in multiple languages for: http://librazik.tuxfamily.org/doc/logiciels/screcord.lv211:37
rgareusen francaise?11:45
rgareusbrummer: Harry wrote a LV2 plugin to record, and IIRC the MOD team also has something like this.11:46
rgareusbut cool. this is the first one where I can actually read the source and compile it !11:47
rgareusmais il n'y a pas de lien vers la git repo.11:51
rgareushttps://github.com/brummer10/screcord.lv211:52
rgareusbrummer: did you consider using the worker thread (instead of a custom thread)?  the current design will fall apart when freewheeling.11:54
rgareushardcoding a fifo priority for the disk i/o thread is also questionable.11:55
rgareusparticularly 1/5 of max.  there are some people who run jack with priority 4 or 5  -- that has caused ardour to fail because threads created with   jack_client_create_thread()  use  jack's priority - 511:58
rgareusrecent qjackctl does not allow 5 or lower anymore.11:58
brummerthe plug is now 2 years old, maybe it needs a bit refresh12:02
brummerif max prio is lower then 5, the prio is set to zero12:04
brummerand it isn't hardcoding, it just use 1/5 of the max allowed12:04
rgareususing the LV2 worker will not only be cleaner but also reduce the code-size.12:07
rgareusthe semaphores and all the thread init stuff can go away.   basically just call  lv2.work.schedule  to  kick the disk-write function12:08
*** rncbc_jolla has joined #lv212:26
*** brummer has quit IRC12:42
*** brummer has joined #lv212:48
*** artfwo has joined #lv212:52
brummer<rgareus> maybe, but this way the plug is completely self-contained, it didn't relay on any host feature.12:58
brummeralso, I use this plug in guitarix, which didn't support the worker interface13:02
rgareusdidn't or does not ?13:03
brummerdoes not, no feature support at all in guitarix.13:08
*** ocbtec has joined #lv213:13
*** rncbc_jolla has quit IRC13:50
*** rncbc_jolla has joined #lv213:50
*** ocbtec has quit IRC13:57
*** rncbc_jolla has quit IRC13:57
*** rncbc_jolla has joined #lv213:58
*** brummer has quit IRC14:14
*** son0p has quit IRC14:20
*** rncbc_jolla has quit IRC14:21
*** son0p has joined #lv214:23
*** drobilla has joined #lv214:36
*** rncbc_jolla has joined #lv214:55
*** ocbtec has joined #lv214:55
*** rncbc_jolla has quit IRC15:01
*** falktx|work has quit IRC15:14
*** falktx|work has joined #lv215:14
*** falktx|work has quit IRC15:32
*** falktx|work has joined #lv215:33
*** ssj71 has quit IRC15:39
*** edogawa has quit IRC15:43
*** rncbc has joined #lv215:44
*** digidog_ has quit IRC15:47
*** tytel has joined #lv215:50
*** jbitdrop has joined #lv216:04
*** digidog has joined #lv216:05
*** falktx|work has quit IRC16:17
*** falktx|work has joined #lv216:17
*** sigma6 has quit IRC17:09
*** brummer has joined #lv217:30
*** ssj71 has joined #lv217:57
*** brummer has quit IRC18:39
*** falktx|work has quit IRC18:45
*** ocbtec has quit IRC19:03
*** deva has quit IRC19:18
*** edogawa has joined #lv220:16
*** ventosus has left #lv220:24
*** dsheeler has quit IRC20:40
*** edogawa has quit IRC20:50
*** edogawa has joined #lv220:53
*** drobilla has quit IRC21:22
*** drobilla has joined #lv221:22
*** rncbc has quit IRC22:14
*** aelc665 has quit IRC22:25
*** ricardocrudo has joined #lv222:42
*** ricardocrudo has quit IRC23:01
*** jbitdrop has quit IRC23:31
*** edogawa has quit IRC23:52

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