*** artfwo has quit IRC | 00:09 | |
*** artfwo has joined #lv2 | 00:37 | |
*** NickSB2 has joined #lv2 | 00:49 | |
*** flexus has quit IRC | 01:12 | |
*** NickSB2 has quit IRC | 02:16 | |
*** aombk2 has joined #lv2 | 02:48 | |
*** aombk3 has quit IRC | 02:50 | |
*** edogawa has joined #lv2 | 06:31 | |
*** edogawa has quit IRC | 06:38 | |
*** gianMOD has joined #lv2 | 08:30 | |
*** gianMOD has quit IRC | 08:35 | |
*** edogawa has joined #lv2 | 08:40 | |
*** sigma6 has joined #lv2 | 09:39 | |
*** HarryHaaren has joined #lv2 | 10:06 | |
*** NickSB2 has joined #lv2 | 10:17 | |
*** ventosus has joined #lv2 | 11:43 | |
*** yann-kaelig has joined #lv2 | 12:00 | |
*** HarryHaaren has quit IRC | 12:03 | |
*** gianMOD has joined #lv2 | 12:14 | |
*** NickSB2 has quit IRC | 13:31 | |
*** falktx has joined #lv2 | 13:44 | |
*** gianMOD has quit IRC | 14:19 | |
*** coopera has quit IRC | 14:46 | |
*** coopera has joined #lv2 | 14:46 | |
rgareus | falktx: http://gareus.org/misc/x42-plugins/x42-plugins-20150702.tar.xz | 14:48 |
---|---|---|
rgareus | falktx: oh and liblilv windows symlinks are b0rked. not a big deal, since in that case lilv tries hardlink and if that also fails returns the orig filename | 14:49 |
rgareus | but liblilv gets confused if a filename on windows does not start with a driver-letter. ie network shares \\sever\folder\file | 15:01 |
rgareus | the file works in the plugin (here convo.lv2) but state-save (as POD) and restore -> no dice | 15:02 |
rgareus | falktx: if you want to test in carla/win (assuming it has a file-dialog) http://x42-plugins.com/x42/win/x42-convolver-v0.4.2-w32-Setup.exe http://x42-plugins.com/x42/win/x42-convolver-v0.4.2-w64-Setup.exe | 15:06 |
falktx | rgareus: don't give me exes, give me zips with dlls | 15:10 |
rgareus | falktx: you can have the source, too :) I don't know if fons will merge it, but for zita-convolver I needed http://robin.linuxaudio.org/tmp/zita-convolver-3.1.0-windows.diff | 15:17 |
rgareus | falktx: zips are underway | 15:26 |
*** rncbc has joined #lv2 | 15:29 | |
falktx | underway? | 15:29 |
rgareus | http://x42-plugins.com/x42/win/x42-convolver-lv2-w32-v0.4.2.zip http://x42-plugins.com/x42/win/x42-convolver-lv2-w64-v0.4.2.zip | 15:33 |
falktx | today is going to be another busy day I see | 15:35 |
falktx | rgareus: do you know if they work under wine? | 15:35 |
rgareus | no, I don't | 15:36 |
rgareus | I don't see a point in running them under wine, since there are native linux versions. | 15:36 |
falktx | to test lv2 file-loading | 15:37 |
falktx | in windows+carla | 15:37 |
rgareus | falktx: the only thing that may be special are the windows semaphores. I don't know if wine provides an implementation. | 15:39 |
falktx | it does | 15:39 |
rgareus | falktx: but file-loading should work, even if the sound is not right. there'll be a message to stderr | 15:40 |
falktx | I've tested plugin bridges in windows-carla builds (real win32 binaries) running in wine | 15:40 |
rgareus | falktx: does kxstudio come with a collection of IRs? | 15:43 |
*** Tommy has joined #lv2 | 15:43 | |
falktx | no :( | 15:43 |
*** Tommy is now known as Guest54877 | 15:44 | |
falktx | I've long planned to package sound stuff, but keep postponing it | 15:44 |
rgareus | falktx: if you need some one to test: https://github.com/pantherb/setBfree/tree/master/b_conv/ir | 15:44 |
*** Guest54877 has quit IRC | 15:44 | |
falktx | I have some good ones | 15:44 |
rgareus | k | 15:44 |
falktx | "Samplicity M7 Main" | 15:44 |
falktx | http://www.samplicity.com/bricasti-m7-impulse-responses/ | 15:45 |
falktx | love these | 15:45 |
rgareus | most IRs are for reverbs. and in that case a zero-latency convolution is kinda pointless | 15:45 |
rgareus | speaker or cabinate emulation are real use-cases for convo.lv2 | 15:46 |
rgareus | cabinet, even | 15:46 |
falktx | 2 days ago I saw a IR file that did weird filter fx | 15:46 |
falktx | made it sound like old radio sound | 15:46 |
falktx | wicked | 15:46 |
falktx | the wavform was so small | 15:47 |
rgareus | you can model any EQ with an IR | 15:47 |
rgareus | alll LTI systems | 15:47 |
rgareus | anyway, I wonder if x42-plugins-20150702 now/still passes LV2 inquisition | 15:49 |
rgareus | falktx: is that python script to validate the plugins already online somewhere? | 15:49 |
falktx | rgareus: it has always been online. https://github.com/portalmod/mod-sdk/blob/master/modsdk/lilvlib.py | 15:50 |
falktx | I think I showed it to you before | 15:50 |
falktx | you complained about the port-shortname thing | 15:50 |
falktx | or maybe that wasn't you...? | 15:50 |
rgareus | mmh [svn] lilv's py bindings are python2 here | 15:54 |
rgareus | let's see if debian can provide | 15:54 |
*** ventosus has left #lv2 | 15:55 | |
falktx | rgareus: I have a script for that too | 15:56 |
falktx | builds everything static for a static lilv module that doesn't need anything in the system | 15:56 |
falktx | rgareus: https://github.com/portalmod/lilvlib | 15:57 |
falktx | made now just for you | 15:58 |
falktx | ..kinda | 15:58 |
rgareus | falktx: thanks | 15:58 |
rgareus | falktx: looks like debian discontinued python-lilv | 15:58 |
falktx | rgareus: there's a single sudo line in that script. you can comment those out | 15:58 |
falktx | I assume you have the latest lv2-dev installed system-wide | 15:59 |
rgareus | not system wide, no | 15:59 |
rgareus | but pkg-config will find it | 15:59 |
falktx | pretty sure it does not | 16:00 |
rgareus | fails even earlier. I don't have python3-all-dev | 16:03 |
rgareus | yet | 16:03 |
*** ricardocrudo has joined #lv2 | 16:21 | |
*** coopera has quit IRC | 17:01 | |
*** falktx has quit IRC | 17:10 | |
*** sigma6 has quit IRC | 17:10 | |
*** tytel has joined #lv2 | 17:20 | |
*** ricardocrudo has quit IRC | 17:34 | |
*** ColaEuphoria has quit IRC | 17:41 | |
*** ricardocrudo has joined #lv2 | 17:55 | |
*** tytel has quit IRC | 18:06 | |
*** ricardocrudo has quit IRC | 18:07 | |
*** NickSB2 has joined #lv2 | 18:41 | |
*** rncbc has quit IRC | 19:07 | |
*** rncbc has joined #lv2 | 19:15 | |
*** edogawa_ has joined #lv2 | 20:44 | |
*** edogawa has quit IRC | 20:44 | |
*** artfwo has quit IRC | 20:56 | |
*** tytel has joined #lv2 | 21:09 | |
*** artfwo has joined #lv2 | 21:09 | |
*** NickSB2 has quit IRC | 21:15 | |
*** tytel has quit IRC | 21:56 | |
*** yann-kaelig has quit IRC | 22:21 | |
*** tytel has joined #lv2 | 23:23 | |
*** rncbc has quit IRC | 23:27 | |
*** tytel has quit IRC | 23:52 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!