| falktx | pugl is failing to build for me on mingw | 00:02 |
|---|---|---|
| falktx | some error on HIWORD(wParam) | 00:02 |
| falktx | src/pugl/pugl_win.cpp:297:49: error: too few arguments to function | 00:02 |
| falktx | :( | 00:02 |
| falktx | the next one seems fine though... heh | 00:03 |
| *** NickSB_ has quit IRC | 00:06 | |
| *** NickSB2 has quit IRC | 00:07 | |
| *** NickSB_ has joined #lv2 | 00:12 | |
| falktx | oh, ", 0" was missing | 00:14 |
| *** edogawa has quit IRC | 00:16 | |
| falktx | GWL_USERDATA is undefined on mingw64 | 00:17 |
| falktx | and this "error: cast from 'PuglView* {aka PuglViewImpl*}' to 'LONG {aka long int}' loses precision [-fpermissive]" | 00:17 |
| *** NickSB2 has joined #lv2 | 00:19 | |
| falktx | drobilla: https://github.com/falkTX/DPF/commit/0c9ad522ba4a01baf77279552e367cbf731e7925 a patch for pugl-win.cpp | 00:33 |
| falktx | confirmed working by a friend running windows7 64bit :) | 00:37 |
| *** LAbot has joined #lv2 | 02:00 | |
| drobilla | falktx: Ugh, nasty | 02:15 |
| drobilla | falktx: Though I originally tested this on 64-bit Windows only, so... odd. Maybe this stuff is from a patch and not in my original version | 02:16 |
| drobilla | falktx: The old stuff is confirmed working on 32? | 02:16 |
| falktx | yes | 02:16 |
| falktx | it was always working, I just never bothered to test win64 until today | 02:17 |
| falktx | this is for mingw64 btw, I never tried pugl with msvc | 02:17 |
| drobilla | Hrm. I never bothered to test win32, but I was using MSVC | 02:18 |
| drobilla | Hopefully this doesn't break that case, but that seems unlikely... | 02:18 |
| * drobilla hunts for the plain diff download button | 02:19 | |
| falktx | add .patch | 02:19 |
| falktx | drobilla: https://github.com/falkTX/DPF/commit/0c9ad522ba4a01baf77279552e367cbf731e7925.patch | 02:19 |
| drobilla | ah. thanks. | 02:20 |
| drobilla | (-1 UI points for github) | 02:20 |
| falktx | drobilla: the build fails before though. the scrollFunc in HWHEEL case is missing a final "0" arg | 02:20 |
| drobilla | doesn't apply anyway, so much for that | 02:22 |
| drobilla | I blame rgareus | 02:25 |
| drobilla | Actually they both seem wrong. It should be passed to dy, not dx | 02:26 |
| * falktx doesn't use scroll events yet | 02:26 | |
| drobilla | This copy-and-fork thing really needs to be resolved if I don't have the requisite platforms around any more | 02:28 |
| drobilla | Blind maybe fix committed. | 02:29 |
| falktx | shouldn't those changes appear here: http://dev.drobilla.net/log/pugl/trunk/pugl ? | 02:30 |
| drobilla | If I actualy had trac to auto sync to the non default repositories, yes | 02:32 |
| drobilla | For values of "should" as in I expect to happen currently, no :) | 02:32 |
| drobilla | Man, MS really does platform transitions in the worst possible way. WORD is 16 bits in 2014. Amazing. | 02:32 |
| drobilla | Patch also committed. | 02:33 |
| drobilla | http://dev.drobilla.net/log/pugl/trunk/pugl | 02:35 |
| falktx | drobilla: I can make a patch for you with my current changes. even if for you just to look at which they are | 02:35 |
| drobilla | falktx: I reeeeeeeeeeally need to disengage from IRC 2 hours ago, but a ticket or email with that would be nice | 02:36 |
| drobilla | falktx: You may want to 'rebase' against my tree, so to speak, first | 02:36 |
| falktx | I'll create separate tickets for each change | 02:37 |
| falktx | with a patch | 02:37 |
| drobilla | falktx: even better :) | 02:39 |
| drobilla | well, patches anyway. cram them all on the same ticket if you'd rather | 02:40 |
| falktx | ok | 02:41 |
| *** AndreeeCZ has quit IRC | 02:43 | |
| *** kaspar_e has quit IRC | 02:48 | |
| falktx | drobilla: will you still be in 30mins? | 02:50 |
| falktx | drobilla: all done ( http://dev.drobilla.net/ticket/953 ) would be nice if you imported those so that I can clear whatever changes I have left here | 03:12 |
| *** NickSB2 has quit IRC | 03:33 | |
| *** falktx has quit IRC | 04:16 | |
| *** drobilla has quit IRC | 04:32 | |
| *** andrewrk has joined #lv2 | 05:32 | |
| andrewrk | if a plugin has an input audio port and an output audio port, and I run() it for, say, 32 samples, what happens? | 05:32 |
| andrewrk | does it process exactly 32 samples of input and generate exactly 32 samples of output? | 05:33 |
| andrewrk | also why is sample rate a double? | 05:47 |
| andrewrk | as opposed to an int | 05:47 |
| *** NickSB_ has quit IRC | 05:48 | |
| andrewrk | hmm maybe this is where latency comes in | 05:51 |
| *** NickSB_ has joined #lv2 | 05:55 | |
| *** shanipribadi has quit IRC | 06:39 | |
| *** andrewrk has quit IRC | 06:48 | |
| *** edogawa has joined #lv2 | 06:58 | |
| *** abique has joined #lv2 | 07:07 | |
| *** abique has quit IRC | 07:12 | |
| *** abique has joined #lv2 | 07:25 | |
| *** timbyr has quit IRC | 07:32 | |
| *** timbyr has joined #lv2 | 07:33 | |
| *** abique has quit IRC | 07:54 | |
| *** timbyr has quit IRC | 08:11 | |
| *** timbyr has joined #lv2 | 08:13 | |
| *** shanipribadi has joined #lv2 | 08:18 | |
| *** shanipribadi has quit IRC | 08:22 | |
| *** timbyr has quit IRC | 08:34 | |
| *** timbyr has joined #lv2 | 08:36 | |
| *** sigma6 has joined #lv2 | 08:43 | |
| *** timbyr has quit IRC | 08:59 | |
| *** timbyr has joined #lv2 | 09:00 | |
| *** abique has joined #lv2 | 09:15 | |
| *** kaspar_e has joined #lv2 | 10:01 | |
| *** NickSB2 has joined #lv2 | 10:35 | |
| *** kaspar_e has quit IRC | 11:27 | |
| *** werebutt has joined #lv2 | 12:02 | |
| *** werebutt has left #lv2 | 12:02 | |
| *** HarryHaaren has joined #lv2 | 13:14 | |
| *** NickSB2 has quit IRC | 14:34 | |
| *** unclechu has joined #lv2 | 15:35 | |
| *** unclechu_ has joined #lv2 | 15:54 | |
| *** unclechu has quit IRC | 15:55 | |
| *** Gethiox has joined #lv2 | 15:57 | |
| *** Gethiox4 has quit IRC | 16:00 | |
| *** unclechu_ has quit IRC | 16:14 | |
| *** drobilla has joined #lv2 | 16:31 | |
| *** unclechu has joined #lv2 | 16:50 | |
| *** NickSB2 has joined #lv2 | 17:05 | |
| drobilla | Should probably do this pugl configuration stuff via env vars instead of preprocessor defines, but I'll leave it static for now | 17:12 |
| drobilla | rgareus: This focus grab hack fixes the keys-not-working-sometimes stuff? | 17:15 |
| drobilla | I could never figure out WTF was wrong there, it works sometimes in some things... but grabbing focus on mouse enter isn't all that offensive anyway. I guess click to focus people won't like it | 17:16 |
| *** mlpug has joined #lv2 | 17:54 | |
| rgareus | drobilla: I only use this in setBfree where text-entry (save file-name) is required. | 17:58 |
| rgareus | drobilla: I could not figure out what was wrong with suil/host combinations, either. | 17:59 |
| rgareus | drobilla: and IIRC mouse-click did not do the trick, either. | 18:00 |
| *** unclechu has quit IRC | 18:04 | |
| *** abique has quit IRC | 18:58 | |
| drobilla | rgareus: Yeah, it's weird. Sometimes works... | 19:00 |
| drobilla | rgareus: I used to have explicit key forwarding stuff in suil to workaround this, but that was a whole new host of problems | 19:01 |
| *** unclechu has joined #lv2 | 19:14 | |
| *** falktx has joined #lv2 | 20:22 | |
| *** mlpug has quit IRC | 20:29 | |
| *** wrl has joined #lv2 | 20:44 | |
| *** unclechu has quit IRC | 22:08 | |
| *** unclechu has joined #lv2 | 22:09 | |
| falktx | drobilla: I'm trying to fix pugl on osx | 22:33 |
| falktx | some class functions were not declared | 22:33 |
| falktx | I added a check for parentId == 0, in which case we need a small event loop dispatcher | 22:35 |
| falktx | drobilla: http://kxstudio.sourceforge.net/Paste/repo/uw1Mz | 22:35 |
| falktx | forgot about NSFlagsChangedMask in there, but no biggie | 22:40 |
| falktx | drobilla: updated, http://kxstudio.sourceforge.net/Paste/repo/nXKIS | 22:47 |
| falktx | because the custom loop is only activated when parentId == 0, it won't interfere with (embed) plugins | 22:47 |
| *** edogawa has quit IRC | 23:28 | |
| *** unclechu has quit IRC | 23:40 | |
| *** NickSB__ has joined #lv2 | 23:48 | |
| *** NickSB_ has quit IRC | 23:48 | |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!