*** olinuxx has quit IRC | 00:37 | |
*** nikitamog has joined #kxstudio | 02:27 | |
*** wolftune has quit IRC | 02:57 | |
*** wolftune has joined #kxstudio | 03:17 | |
*** Yruama_Lairba has quit IRC | 03:31 | |
*** ArturShaik has joined #kxstudio | 03:47 | |
*** lasconic_ has joined #kxstudio | 04:08 | |
*** wolftune has quit IRC | 04:08 | |
*** lasconic has quit IRC | 04:11 | |
*** lasconic_ is now known as lasconic | 04:13 | |
*** wolftune has joined #kxstudio | 04:20 | |
*** spectromas has quit IRC | 04:28 | |
*** wolftune has quit IRC | 04:44 | |
*** gkm has joined #kxstudio | 06:16 | |
*** gkm_ has joined #kxstudio | 06:18 | |
*** gkm has quit IRC | 06:21 | |
*** gkm_ has quit IRC | 06:36 | |
*** harryup has joined #kxstudio | 06:52 | |
*** falktx has joined #kxstudio | 07:04 | |
*** harryup has quit IRC | 07:04 | |
*** falktx has quit IRC | 07:19 | |
*** nikitamog has quit IRC | 08:02 | |
*** falktx has joined #kxstudio | 08:14 | |
plasma | hey falktx | 08:32 |
---|---|---|
plasma | guten morgen :) | 08:33 |
falktx | no german please | 08:33 |
plasma | compiling carla-git on arch right now to use it in jack for mixxx vst chain | 08:33 |
plasma | ok | 08:33 |
plasma | ok | 08:33 |
plasma | well, why is it carla-git 1.9.6.r307.g2062b70-1 | 08:33 |
plasma | isnt there 2.0 beta4? | 08:33 |
plasma | or is this another branch then? | 08:33 |
falktx | I didn't made that package | 08:34 |
falktx | but the git version is more recent than beta4 | 08:34 |
falktx | I need to do a new beta, but don't have the time right now. next month I'll release everything | 08:34 |
plasma | but carla-git 1.9.6.r307.g2062b70-1 doesnt seem recent | 08:34 |
plasma | ok :) | 08:35 |
plasma | falktx: he just seems to use the normal git tree? | 08:35 |
plasma | source=("$pkgname"::'git://github.com/falkTX/Carla.git') | 08:35 |
plasma | Compiling zynaddsubfx-src.cpp | 08:36 |
plasma | zynaddsubfx-src.cpp:71:55: schwerwiegender Fehler: zynaddsubfx/Containers/MultiPseudoStack.cpp: Datei oder Verzeichnis nicht gefunden | 08:36 |
plasma | Kompilierung beendet. | 08:36 |
plasma | ok fails anyway... | 08:36 |
plasma | :/ | 08:36 |
falktx | heh, forgot about those | 08:41 |
falktx | plasma: fixed now | 08:41 |
plasma | yep looks like | 08:48 |
plasma | fuck, /home full again | 08:57 |
plasma | :D | 08:57 |
*** olinuxx has joined #kxstudio | 08:58 | |
*** fpiesik has joined #kxstudio | 09:15 | |
damo22 | falktx: what would be involved to make sliders like these in DPF? http://i.imgur.com/kQxWrYE.png | 09:26 |
falktx | exactly like that? | 09:30 |
falktx | should be easy enough with nanovg | 09:30 |
damo22 | falktx: with editable digits | 09:30 |
falktx | editable? | 09:30 |
damo22 | like, click on the number and accept keyboard number entry | 09:31 |
damo22 | enter key to finish | 09:31 |
falktx | a bit more work, but doable | 09:32 |
falktx | do, if you want something like that | 09:32 |
damo22 | falktx: reason i ask, i want to create some really sick plugins for ardour built-in | 09:32 |
falktx | put this in your UI header file | 09:33 |
falktx | #include "NanoVG.hpp" | 09:33 |
falktx | then in your ui class definition, add this: | 09:33 |
falktx | NanoVG nanovg; | 09:33 |
falktx | rename the var if you want | 09:33 |
falktx | with that you get access to all the nanovg stuff inside your base widget | 09:35 |
damo22 | okay | 09:35 |
falktx | I use nanovg for text in mverb | 09:36 |
falktx | the code is here https://github.com/falkTX/DPF-Plugins/blob/master/plugins/MVerb/DistrhoUIMVerb.cpp#L231 | 09:36 |
damo22 | sweet | 09:37 |
falktx | damo22: dejavu sans font is included in dpf already, you can re-use it if you want, or add your own font | 09:37 |
falktx | damo22: the entire docs for nanovg is here https://distrho.github.io/DPF/classNanoVG.html | 09:39 |
damo22 | great job | 09:40 |
falktx | when you get to it let me know | 09:42 |
falktx | the text stuff needs an initial call in the constructor | 09:42 |
falktx | it will depend on the font you want to use | 09:43 |
*** gkm has joined #kxstudio | 09:45 | |
*** orngjce223 has quit IRC | 09:57 | |
*** bill-auger has quit IRC | 09:57 | |
*** bill-auger has joined #kxstudio | 09:58 | |
*** olinuxx has quit IRC | 10:38 | |
*** olinuxx has joined #kxstudio | 10:54 | |
*** fpiesik has quit IRC | 11:34 | |
*** fpiesik has joined #kxstudio | 11:35 | |
*** gkm has quit IRC | 12:15 | |
*** fpiesik has quit IRC | 13:07 | |
damo22 | falktx: how do i load the default dejavu-sans font? | 13:08 |
*** fpiesik has joined #kxstudio | 13:09 | |
*** BitPuffin has joined #kxstudio | 13:14 | |
damo22 | if (fNanoText.findFont("DejaVuSans") == -1) { printf("no font?\n"); } | 13:14 |
*** fpiesik has quit IRC | 13:14 | |
*** tjingboem has joined #kxstudio | 13:15 | |
*** Yruama_Lairba has joined #kxstudio | 13:36 | |
falktx | let me see | 13:40 |
falktx | damo22: I'll have to make some small code changes to expose that, just a minute | 13:51 |
*** tjingboem has quit IRC | 14:08 | |
Yruama_Lairba | hello | 14:14 |
holstein | o/ | 14:14 |
falktx | hi | 14:16 |
falktx | damo22: done, do a pull | 14:17 |
falktx | damo22: so, now you should.. | 14:20 |
falktx | 1. add a "NanoVG::FontId" in your ui class variables | 14:20 |
falktx | 2. add "nanovg.loadSharedResources(); fontId = nanovg.findFont(NANOVG_DEJAVU_SANS_TTF);" in the constructor | 14:21 |
falktx | damo22: that's it | 14:21 |
falktx | with that you can use 'nanovg.fontFaceId(myfontid);' and it will use the internal dejavu sans font | 14:22 |
damo22 | thanks | 14:22 |
damo22 | falktx: just one last error undefined reference to `DGL::NanoVG::loadSharedResources()' | 14:27 |
falktx | do a make clean | 14:27 |
falktx | I tested this with mverb, so it should work | 14:28 |
damo22 | works | 14:29 |
damo22 | i got a number on zamcomp showing the output level :D | 14:30 |
falktx | :D | 14:30 |
*** designbybeck_ has joined #kxstudio | 14:45 | |
*** designbybeck_ has joined #kxstudio | 14:49 | |
damo22 | falktx: what should i call a widget that is like a slider but loads a background image and moves a translucent bar over the top like a meter? | 14:52 |
damo22 | (its draggable and settable) | 14:52 |
*** BitPuffin has quit IRC | 14:54 | |
falktx | damo22: oh don't ask me, I'm terrible at naming things | 14:54 |
*** GngrDr3dm4n has joined #kxstudio | 16:04 | |
*** wolftune has joined #kxstudio | 16:05 | |
*** falktx` has joined #kxstudio | 16:53 | |
*** falktx has quit IRC | 16:53 | |
*** ArturShaik has quit IRC | 17:04 | |
*** ArturShaik has joined #kxstudio | 17:17 | |
*** nikitamog has joined #kxstudio | 17:31 | |
funrep | hi, carla is supposed to support VST but im unsure how to import OxeFM into it | 17:33 |
falktx` | copy the *.so file somewhere | 17:34 |
falktx` | tell carla where to find it (via settings, paths, vst) | 17:34 |
falktx` | do add-plugin, refresh, scan | 17:35 |
funrep | ups i crashed | 17:38 |
funrep | so i added the folder to the .so in configuration but it still doesnt find it | 17:38 |
funrep | and when i browse to it i just get that it cant read it when i click the .so file | 17:38 |
*** flexus has joined #kxstudio | 17:39 | |
falktx` | what so file is there | 17:43 |
falktx` | is that | 17:43 |
funrep | oxevst32.so | 17:43 |
funrep | and 64 | 17:43 |
falktx` | if you're using kxstudio that's already in the repos | 17:44 |
falktx` | and you should use the repo version instead | 17:44 |
funrep | i have installed it from the repos | 17:45 |
funrep | but it doesnt show up | 17:45 |
falktx` | run carla in a terminal and see if it prints anything suspicious after scanning | 17:45 |
falktx` | also you might want to report the bug here https://github.com/falkTX/Carla/issues | 17:45 |
falktx` | later | 17:45 |
*** falktx` has quit IRC | 17:45 | |
funrep | only errors about Jack not working (because i use alsa) | 17:46 |
funrep | it is installed on the system but carla doesnt seem to find it :( | 18:02 |
funrep | now it found it | 18:03 |
funrep | strange, perhaps it didnt refreshed fully | 18:03 |
*** rncbc has joined #kxstudio | 18:06 | |
*** bill-auger has quit IRC | 18:11 | |
*** grobda24 has joined #kxstudio | 18:23 | |
*** tjingboem has joined #kxstudio | 18:25 | |
*** unicornjedi has joined #kxstudio | 18:30 | |
*** HarryHaaren has joined #kxstudio | 18:47 | |
*** ArturShaik has quit IRC | 18:57 | |
*** rncbc has quit IRC | 19:03 | |
*** rncbc has joined #kxstudio | 19:06 | |
*** orngjce223 has joined #kxstudio | 19:15 | |
*** gkm has joined #kxstudio | 19:23 | |
*** tjingboem has quit IRC | 19:36 | |
*** unicornjedi has quit IRC | 19:40 | |
*** HarryHaaren has quit IRC | 19:52 | |
*** tjingboem has joined #kxstudio | 19:54 | |
*** falktx has joined #kxstudio | 20:00 | |
*** grobda24 has quit IRC | 20:41 | |
*** gkm has quit IRC | 21:05 | |
*** gkm has joined #kxstudio | 21:07 | |
*** tjingboem has quit IRC | 21:17 | |
*** nikitamog has quit IRC | 21:47 | |
*** TurBoss has joined #kxstudio | 22:12 | |
*** TurBoss has left #kxstudio | 22:28 | |
*** olinuxx has quit IRC | 22:55 | |
*** designbybeck_ has quit IRC | 23:01 | |
*** orngjce223 has quit IRC | 23:05 | |
*** orngjce223 has joined #kxstudio | 23:06 | |
*** rncbc has quit IRC | 23:23 | |
*** GngrDr3dm4n has quit IRC | 23:53 | |
*** flexus has quit IRC | 23:54 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!