*** kahuna3000 has quit IRC | 00:09 | |
*** sakrecoer has quit IRC | 00:21 | |
*** sakrecoer has joined #kxstudio | 00:21 | |
*** v17d has joined #kxstudio | 00:46 | |
*** v17d has quit IRC | 01:23 | |
*** Animtim_ has joined #kxstudio | 02:34 | |
*** wolftune has joined #kxstudio | 02:35 | |
*** Animtim has quit IRC | 02:37 | |
*** GrusGrus has joined #kxstudio | 03:04 | |
*** gkm has joined #kxstudio | 03:54 | |
*** Or1on has quit IRC | 04:41 | |
*** Or1on has joined #kxstudio | 04:41 | |
*** wolftune has quit IRC | 05:02 | |
*** wolftune has joined #kxstudio | 05:03 | |
*** Or1on has quit IRC | 05:13 | |
*** ShalokShalom_ has joined #kxstudio | 06:32 | |
*** ShalokShalom has quit IRC | 06:36 | |
*** stefan_slight has joined #kxstudio | 06:48 | |
*** kahuna3000 has joined #kxstudio | 06:52 | |
*** kahuna3000 has quit IRC | 06:56 | |
*** magloda has joined #kxstudio | 07:02 | |
*** wolftune has quit IRC | 07:06 | |
*** kahuna3000 has joined #kxstudio | 07:10 | |
*** stefan_slight has quit IRC | 08:45 | |
*** gkm has quit IRC | 08:59 | |
falktx | localhorse: DO NOT use normal widget toolkits for plugins | 09:07 |
---|---|---|
falktx | please! | 09:07 |
*** wolftune has joined #kxstudio | 09:59 | |
*** GrusGrus has quit IRC | 10:02 | |
*** GrusGrus has joined #kxstudio | 10:03 | |
*** rncbc has joined #kxstudio | 10:05 | |
*** ShalokShalom_ is now known as ShalokShalom | 10:06 | |
localhorse | falktx: but it's a lot of work to write a gui toolkit from scratch.. | 10:12 |
localhorse | also, what is "normal" | 10:12 |
xkr47 | is there a guide somewhere? | 10:12 |
JackWinter | localhorse: the problems is somewhat that it will cause problems when a host or other plugins use the same toolkit... i think both gtk and qt might be troublesome, apparently juce might work though | 10:23 |
localhorse | JackWinter: do they use global variables to store gui state? | 10:25 |
localhorse | or threadlocal? | 10:25 |
JackWinter | not sure, you might get away with linking the toolkit statically and hiding the symbols, i just know very little about this as it interests me. am not a linux plugin developer | 10:26 |
JackWinter | you might also find more devs at #lad | 10:26 |
*** wolftune has quit IRC | 10:30 | |
*** m4l3z has joined #kxstudio | 10:31 | |
*** m4l3z has quit IRC | 10:31 | |
*** rncbc has quit IRC | 10:58 | |
*** kahuna3000 has quit IRC | 11:13 | |
*** GrusGrus1 has joined #kxstudio | 11:22 | |
*** GrusGrus has quit IRC | 11:24 | |
*** GrusGrus1 is now known as GrusGrus | 11:24 | |
*** kahuna3000 has joined #kxstudio | 11:28 | |
*** kahuna3000 has quit IRC | 11:33 | |
*** kahuna3000 has joined #kxstudio | 11:46 | |
*** designbybeck_ has quit IRC | 11:51 | |
falktx | localhorse: there's symbol conflicts between toolkits, among other issues | 11:54 |
falktx | writing your own toolkit if not good either. use what others did already | 11:55 |
falktx | *is not good | 11:55 |
falktx | pugl has become quite used in plugins, for the window abstraction | 11:56 |
falktx | then you find some opengl/cairo graphics mini-api to put on top | 11:56 |
falktx | moony for example https://open-music-kontrollers.ch/lv2/moony/ | 11:56 |
LAbot | Title: Open Music Kontrollers (at open-music-kontrollers.ch) | 11:56 |
falktx | it uses pugl + nk | 11:57 |
falktx | for my own plugins I use pugl and opengl textures (bitmaps), with some nanovg too | 11:58 |
*** GrusGrus has quit IRC | 12:07 | |
*** Animtim_ is now known as Animtim | 12:33 | |
rgareus | +1 for pugl. openGL is very well spec'ed and binary compatible since maybe 2002 (if you stay with openGl 1.2, textures no fancy shaders) | 13:12 |
*** DrNI has joined #kxstudio | 13:17 | |
DrNI | hi there it's me again | 13:17 |
DrNI | concerning low-latency on kxstudio 16.04 (not vanilla kxstudio)... very easy: | 13:18 |
DrNI | apt-get install linux-lowlatency | 13:18 |
DrNI | reboot | 13:18 |
DrNI | cadence then shows that lowlatency is on (I gave the audio group realtime permissions in limits.conf somehwere) | 13:18 |
DrNI | very good | 13:18 |
rgareus | what does linux-lowlatency do compared to vanilla-linux and a true preempt-rt kernel? | 13:19 |
DrNI | well, what it does exactly, that I do not know | 13:20 |
DrNI | but the effect is that i do not get any audio dropouts anymore | 13:20 |
DrNI | running jack with cadenc snd-aloop daemon | 13:20 |
rgareus | USB soundcard? | 13:20 |
DrNI | no, builtin in laptop | 13:21 |
DrNI | I did not get dropouts in ardour using jack | 13:21 |
DrNI | but I use the loopback thing of alsa as first audio device for normal applications | 13:21 |
DrNI | and it caused me dropouts, especially when lots of graphics was going on | 13:21 |
DrNI | (I do not use pulse, it sucks) | 13:22 |
DrNI | now what's missing is the selection of the cpu performance governor. | 13:22 |
DrNI | on my machine at home (now at my office) some LV2s do not operate properly when not in high performance mode | 13:22 |
DrNI | ok got that fixed: apt-get install indicator-cpufreq | 13:24 |
DrNI | but my office machine here is much faster than the one at home, so not an issue. money and machine of the company | 13:24 |
DrNI | actually I work freelance for audio but since I do audio also in my daytime job, I'm doing the experiments here ;) | 13:24 |
*** DrNI has quit IRC | 13:42 | |
*** nocomply has joined #kxstudio | 13:51 | |
*** gkm has joined #kxstudio | 14:15 | |
*** BitPuffin|osx has joined #kxstudio | 14:17 | |
*** nocomply has quit IRC | 14:56 | |
*** nocomply has joined #kxstudio | 14:57 | |
*** magloda has quit IRC | 14:58 | |
*** NewUser has joined #kxstudio | 15:07 | |
*** rncbc has joined #kxstudio | 15:20 | |
*** gkm has quit IRC | 15:32 | |
*** gkm has joined #kxstudio | 15:33 | |
*** preview has joined #kxstudio | 15:38 | |
*** BitPuffin|osx has quit IRC | 15:38 | |
*** NewUser has quit IRC | 15:43 | |
*** wolftune has joined #kxstudio | 15:45 | |
*** stefan_slight has joined #kxstudio | 15:57 | |
*** gkm has quit IRC | 16:07 | |
*** gkm has joined #kxstudio | 16:08 | |
*** gkm has quit IRC | 16:15 | |
*** preview has quit IRC | 16:19 | |
*** gkm has joined #kxstudio | 16:25 | |
*** gkm_ has joined #kxstudio | 16:26 | |
*** rncbc_ has joined #kxstudio | 16:31 | |
*** rncbc has quit IRC | 16:33 | |
*** bill-auger has quit IRC | 16:36 | |
*** bill-auger has joined #kxstudio | 16:38 | |
*** gkm has quit IRC | 16:59 | |
*** v17d has joined #kxstudio | 17:04 | |
*** gkm has joined #kxstudio | 17:07 | |
*** Or1on has joined #kxstudio | 17:09 | |
*** preview has joined #kxstudio | 17:40 | |
*** v17d has quit IRC | 18:28 | |
*** nocomply_switch has joined #kxstudio | 18:34 | |
*** nocomply_switch has quit IRC | 18:34 | |
*** nocomply has quit IRC | 18:34 | |
*** gkm has quit IRC | 18:41 | |
*** gkm has joined #kxstudio | 18:50 | |
localhorse | falktx: thx. what do you mean by 'nk'? | 19:12 |
*** wolftune has quit IRC | 19:35 | |
*** kahuna3000 has quit IRC | 19:39 | |
*** stefan_slight has quit IRC | 19:50 | |
*** kahuna3000 has joined #kxstudio | 19:54 | |
*** wolftune has joined #kxstudio | 19:54 | |
localhorse | nk = nuklear? | 20:14 |
*** rncbc_ has quit IRC | 20:17 | |
*** rncbc_ has joined #kxstudio | 20:19 | |
*** localhorse_ has joined #kxstudio | 20:48 | |
*** localhorse has quit IRC | 20:52 | |
*** wolftune has quit IRC | 20:53 | |
*** wolftune has joined #kxstudio | 20:57 | |
*** localhorse_ has quit IRC | 20:57 | |
*** localhorse has joined #kxstudio | 21:13 | |
*** rncbc_ has quit IRC | 21:16 | |
*** bill-auger has quit IRC | 21:48 | |
*** bill-auger has joined #kxstudio | 21:50 | |
*** wolftune has quit IRC | 22:12 | |
*** rncbc_ has joined #kxstudio | 22:19 | |
*** XuR_ has quit IRC | 22:37 | |
*** gkm has quit IRC | 22:48 | |
*** rncbc_ has quit IRC | 22:53 | |
*** wolftune has joined #kxstudio | 23:55 | |
*** XuR has joined #kxstudio | 23:58 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!