*** falktx_ has quit IRC | 00:05 | |
*** tytel has quit IRC | 00:48 | |
*** NickSB2 has joined #lv2 | 01:04 | |
*** NickSB2 has quit IRC | 01:58 | |
*** tytel has joined #lv2 | 02:07 | |
*** rncbc has quit IRC | 02:07 | |
*** tytel_ has joined #lv2 | 02:40 | |
*** tytel has quit IRC | 02:48 | |
*** NickSB2 has joined #lv2 | 02:49 | |
*** NickSB2 has quit IRC | 03:12 | |
*** NickSB2 has joined #lv2 | 03:19 | |
*** tytel_ has quit IRC | 03:42 | |
*** NickSB2 has quit IRC | 03:44 | |
*** tytel_ has joined #lv2 | 05:17 | |
*** tytel_ has quit IRC | 05:29 | |
*** tytel has joined #lv2 | 05:59 | |
*** frinknet has joined #lv2 | 06:06 | |
*** deva has joined #lv2 | 07:22 | |
*** artfwo has joined #lv2 | 07:23 | |
*** ricardocrudo has joined #lv2 | 07:25 | |
*** deva has left #lv2 | 08:03 | |
*** tytel has quit IRC | 08:04 | |
*** tytel has joined #lv2 | 08:19 | |
*** ricardocrudo has quit IRC | 08:23 | |
*** ricardocrudo_ has joined #lv2 | 08:23 | |
*** ricardocrudo_ has quit IRC | 08:27 | |
*** tytel has quit IRC | 08:28 | |
*** ricardocrudo_ has joined #lv2 | 08:42 | |
*** falktx has joined #lv2 | 08:52 | |
*** edogawa has joined #lv2 | 09:02 | |
*** NickSB2 has joined #lv2 | 10:15 | |
*** youki has joined #lv2 | 11:03 | |
*** rgareus|afk is now known as rgareus | 11:53 | |
*** rncbc_jolla has joined #lv2 | 11:58 | |
*** rncbc_jolla has quit IRC | 11:59 | |
falktx | rgareus: your x42-plugins release is broken against arm-cross compile | 12:19 |
---|---|---|
falktx | strip -s build/nodelay.so | 12:19 |
falktx | strip: Unable to recognise the format of the input file `build/nodelay.so' | 12:19 |
falktx | rgareus: also, I was looking for building with both opengl and gtk ui disabled, but that's not possible yet | 12:21 |
falktx | Makefile:89: *** at least one of gtk or openGL needs to be enabled. Stop. | 12:21 |
rgareus | falktx: make STRIP=/bin/true | 12:21 |
rgareus | aah wait it's not strip that's the problem. | 12:21 |
falktx | I think you're calling strip directly | 12:21 |
falktx | instead of doing "STRIP ?= strip" | 12:21 |
rgareus | for nodelay, that could be. hang on a sec | 12:21 |
rgareus | falktx: it has STRIP=strip so due to missing "?" `make STRIP=strip` works but `STRIP=strip make` does not | 12:23 |
falktx | our buildroot passes the vars before make | 12:23 |
rgareus | falktx: I'll fix it. | 12:24 |
falktx | rgareus: if you fix that one and make the full x42-plugins buildable without UI, the build on the mod cloud will succeed | 12:24 |
rgareus | falktx: I'll have to figure out how to best do that. pretty much all of the meters make no sense to build w/o UI | 12:25 |
rgareus | but it should continue, not bail out | 12:25 |
falktx | yeah, the meters are not installed right now | 12:25 |
falktx | not sure about the others, I can remove them if you think they'll not be very useful | 12:26 |
rgareus | on the MOD, I guess only fil4/eq, setBfree + b_whirl/leslie make sense. maybe the tuna and convo.lv2 | 12:28 |
falktx | rgareus: actually, convo.lv2 is what we're going to use to load IR files | 12:34 |
falktx | once we have atom-javascript on modguis working that is | 12:35 |
falktx | rgareus: what about midi-filter? | 12:35 |
falktx | I think it's useful too | 12:35 |
rgareus | true | 12:36 |
falktx | so let's see. | 12:43 |
falktx | balance, meters, mixtri, onsetrigger, sisco, tuna are out | 12:43 |
falktx | convo, fil4, midifilter, nodelay are in | 12:43 |
falktx | rgareus: correct? | 12:44 |
falktx | then xfade ? | 12:44 |
rgareus | heh | 12:47 |
rgareus | maybe, dunno the main use-case is DJing. | 12:47 |
rgareus | balance.lv2 can come in handy too (input channel conditioning) | 12:48 |
rgareus | but I guess A-B stereo mic inputs on a MOD will not be very common | 12:48 |
rgareus | nodelay can have its use - both for testing as well as a glitch-free sample-accurate delayline | 12:50 |
rgareus | AFAICT, it's still the only delayline that does not hard-cut when the delay-time changes | 12:51 |
rgareus | (in LV2) | 12:51 |
falktx | except this one https://github.com/DISTRHO/plugin-examples/tree/master/plugins/Latency | 12:53 |
rgareus | aah. nice | 12:54 |
falktx | I made it to be able to test carla latency compensation | 12:54 |
falktx | and it works nicely in ardour (within ardour limitations for latency) | 12:54 |
falktx | on carla it crashes :P | 12:54 |
rgareus | falktx: but it does not fade when the delay changes, does it? | 12:54 |
falktx | rgareus: no, hard-cuts | 12:55 |
rgareus | and the unit is in seconds not samples | 12:55 |
falktx | s = seconds | 12:55 |
falktx | rgareus: if I remember correctly your plugin only changed the latency hint, it did nothing with the audio. right? | 12:55 |
rgareus | falktx: it delays the audio and optionally (button/checkbox) announces that delay as latency | 12:56 |
rgareus | falktx: and it cross-fades the audio whenever the delaytime changes | 12:56 |
rgareus | https://github.com/x42/nodelay.lv2/blob/master/nodelay.c#L96 | 12:57 |
falktx | ok. I think I like what this does though | 12:57 |
falktx | when I'm at 0 delay and increase it, it skips some samples making it the sound like it's "freezing" | 12:57 |
falktx | when the delay is at max and I decrease it, it sounds like it's sped up (no pitchshifting) | 12:58 |
rgareus | nodelay sounds like a granular synth in that case | 12:58 |
*** edogawa_ has joined #lv2 | 13:27 | |
falktx | rgareus: xfade has the same strip issue | 13:27 |
falktx | strip: Unable to recognise the format of the input file `build/xfade.so' | 13:27 |
*** edogawa has quit IRC | 13:28 | |
falktx | midifilter too it seems | 13:28 |
rgareus | falktx: file build/xfade.so is it really a shared object? | 13:28 |
rgareus | falktx: why would strip fail? | 13:28 |
rgareus | aah x-compile | 13:28 |
falktx | rgareus: doesn't convo use its own zita-convolver version? | 13:29 |
rgareus | falktx: no it does not | 13:29 |
rgareus | falktx: I only patched zita-resampler (for the meters) | 13:30 |
rgareus | fons accepted my patch to zita-convolver upstream | 13:30 |
rgareus | but refused the resampler one | 13:30 |
rgareus | he also merged a recent zita-convoler patch (for win32 support) but did not make a new release since | 13:31 |
falktx | ok so I need to build that | 13:32 |
rgareus | it's trivial to build. | 13:32 |
rgareus | falktx: for static builds I actually pass zita-convover.cc as CFLAG :) | 13:32 |
falktx | I modified fons makefiles to allow static builds in kxstudio | 13:33 |
falktx | I think audio libs should not be used as shared | 13:33 |
rgareus | in convo.lv2 make LIBZITACONVOLVER=/path/to/zita-convolver.cc #:) | 13:33 |
rgareus | and the .h file needs to be in the include path. zita-convolver is a single file lib | 13:34 |
falktx | hmm :) | 13:34 |
falktx | fuck SF is offline. can't even use my pastebin now | 13:34 |
falktx | rgareus: http://pastebin.com/raw.php?i=5C1nRnXt | 13:35 |
rgareus | falktx: thanks. I already pushed nodelay and xfade. but not tagged yet | 13:36 |
falktx | rgareus: your code has a script to internally build fftw right? | 13:36 |
falktx | does that + local zita-convolver.cc work as-is right now? | 13:37 |
rgareus | falktx: yes and yes | 13:39 |
falktx | I patched your source to only build non-desktop plugins. | 13:39 |
rgareus | that's how the nightlies are built http://x42-plugins.com/x42/ | 13:39 |
falktx | if I can get this to build then the cloud will have your plugins :) | 13:39 |
rgareus | http://x42-plugins.com/x42/win/ /osx/ /linux/ also have convol.lv2 and all the others | 13:40 |
falktx | rgareus: where's that fftw script? | 13:40 |
rgareus | https://github.com/x42/meters.lv2/blob/master/static_fft.sh | 13:40 |
rgareus | it's in in git. (excluded by .gitattributes) | 13:41 |
falktx | it's not in the x42-plugins tarball ? | 13:41 |
rgareus | it's *only* in git. (excluded by .gitattributes) | 13:41 |
rgareus | falktx: yep, git archive (the tar ball) does not ship it. for distros it's not really useful. | 13:42 |
falktx | that avx thing is of course not going to work on arm | 13:42 |
rgareus | falktx: yeah, I'm sorry, that script is a quick hack for some self-builders, beta testers. distro packagers have to figure this out by themselves. | 13:43 |
rgareus | I don't think it's sane for upstream to provide a solution. | 13:43 |
falktx | sure | 13:43 |
rgareus | well, fftw upstream will provide one | 13:43 |
falktx | buildroot only allows 1 fftw build type | 13:43 |
falktx | so I either have fftw3 or fftw3f | 13:43 |
*** frinknet has quit IRC | 13:44 | |
rgareus | mmh, debian allows to have both around, somehow | 13:44 |
falktx | they build it twice | 13:44 |
*** tytel has joined #lv2 | 13:47 | |
*** tytel has quit IRC | 14:05 | |
*** six6110 has quit IRC | 14:17 | |
*** six6110 has joined #lv2 | 14:18 | |
*** tytel has joined #lv2 | 14:34 | |
*** tytel has quit IRC | 14:38 | |
*** frinknet has joined #lv2 | 15:21 | |
*** tytel has joined #lv2 | 15:35 | |
*** tytel has quit IRC | 15:39 | |
*** frinknet has quit IRC | 16:11 | |
*** tytel has joined #lv2 | 16:48 | |
*** tytel has quit IRC | 16:52 | |
*** tytel has joined #lv2 | 17:11 | |
*** tytel has quit IRC | 17:16 | |
*** flexus has joined #lv2 | 17:58 | |
*** frinknet has joined #lv2 | 18:03 | |
*** ricardocrudo_ has quit IRC | 18:04 | |
*** tytel has joined #lv2 | 18:06 | |
*** tytel has quit IRC | 18:11 | |
*** tytel has joined #lv2 | 18:39 | |
*** falktx has quit IRC | 18:49 | |
ssj71 | can a preset apply to multiple plugins in a bundle? | 19:01 |
*** tytel has quit IRC | 19:01 | |
*** HarryHaaren has joined #lv2 | 19:04 | |
ssj71 | also is there a list of whats in range of lv2:Designation? | 19:09 |
rgareus | ssj71: a preset is per URI and hence just one plugin. | 19:18 |
rgareus | ssj71: ingen builds a list of ranges. (dropdown when creating ports) | 19:19 |
rgareus | ssj71: I suppose you can use some of the sord tools to search the ontology. | 19:19 |
rgareus | ssj71: but I don't know by heart | 19:20 |
ssj71 | ok. I'll have to do some searching. I was just trying to use the online documentation | 19:21 |
*** HarryHaaren has quit IRC | 19:23 | |
*** falktx has joined #lv2 | 19:25 | |
*** tytel has joined #lv2 | 19:29 | |
*** ricardocrudo has joined #lv2 | 19:54 | |
*** tytel has quit IRC | 20:02 | |
*** NickSB has quit IRC | 20:18 | |
*** tytel has joined #lv2 | 20:26 | |
*** NickSB has joined #lv2 | 20:26 | |
*** ricardocrudo has quit IRC | 21:52 | |
falktx | rgareus: seems like your fil4 plugin doesn't like being built without UI | 21:56 |
falktx | Makefile:135: *** "This plugin requires cairo pango glu gl". Stop. | 21:56 |
rgareus | falktx: I'll look into it, probably not this week-end though. I'm mostly traveling | 21:59 |
*** rgareus is now known as rgareus|afk | 21:59 | |
falktx | np, I'll skip this one for now | 21:59 |
rgareus|afk | falktx: it was half by design. the GUI does lots of details that no generic GUI can offer and I want to discourage the generic UI. it can't get it right. | 22:02 |
falktx | good news, it builds! | 22:07 |
*** flexus has quit IRC | 22:17 | |
*** edogawa_ has quit IRC | 22:29 | |
*** tytel has quit IRC | 22:40 | |
*** youki has quit IRC | 23:33 | |
*** frinknet has quit IRC | 23:35 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!