Monday, 2014-01-27

falktxpugl is failing to build for me on mingw00:02
falktxsome error on HIWORD(wParam)00:02
falktxsrc/pugl/pugl_win.cpp:297:49: error: too few arguments to function00:02
falktx:(00:02
falktxthe next one seems fine though... heh00:03
*** NickSB_ has quit IRC00:06
*** NickSB2 has quit IRC00:07
*** NickSB_ has joined #lv200:12
falktxoh, ", 0" was missing00:14
*** edogawa has quit IRC00:16
falktxGWL_USERDATA is undefined on mingw6400:17
falktxand this "error: cast from 'PuglView* {aka PuglViewImpl*}' to 'LONG {aka long int}' loses precision [-fpermissive]"00:17
*** NickSB2 has joined #lv200:19
falktxdrobilla: https://github.com/falkTX/DPF/commit/0c9ad522ba4a01baf77279552e367cbf731e7925 a patch for pugl-win.cpp00:33
falktxconfirmed working by a friend running windows7 64bit :)00:37
*** LAbot has joined #lv202:00
drobillafalktx: Ugh, nasty02:15
drobillafalktx: Though I originally tested this on 64-bit Windows only, so... odd.  Maybe this stuff is from a patch and not in my original version02:16
drobillafalktx: The old stuff is confirmed working on 32?02:16
falktxyes02:16
falktxit was always working, I just never bothered to test win64 until today02:17
falktxthis is for mingw64 btw, I never tried pugl with msvc02:17
drobillaHrm.  I never bothered to test win32, but I was using MSVC02:18
drobillaHopefully this doesn't break that case, but that seems unlikely...02:18
* drobilla hunts for the plain diff download button02:19
falktxadd .patch02:19
falktxdrobilla: https://github.com/falkTX/DPF/commit/0c9ad522ba4a01baf77279552e367cbf731e7925.patch02:19
drobillaah.  thanks.02:20
drobilla(-1 UI points for github)02:20
falktxdrobilla: the build fails before though. the scrollFunc in HWHEEL case is missing a final "0" arg02:20
drobilladoesn't apply anyway, so much for that02:22
drobillaI blame rgareus02:25
drobillaActually they both seem wrong.  It should be passed to dy, not dx02:26
* falktx doesn't use scroll events yet02:26
drobillaThis copy-and-fork thing really needs to be resolved if I don't have the requisite platforms around any more02:28
drobillaBlind maybe fix committed.02:29
falktxshouldn't those changes appear here: http://dev.drobilla.net/log/pugl/trunk/pugl ?02:30
drobillaIf I actualy had trac to auto sync to the non default repositories, yes02:32
drobillaFor values of "should" as in I expect to happen currently, no :)02:32
drobillaMan, MS really does platform transitions in the worst possible way.  WORD is 16 bits in 2014.  Amazing.02:32
drobillaPatch also committed.02:33
drobillahttp://dev.drobilla.net/log/pugl/trunk/pugl02:35
falktxdrobilla: I can make a patch for you with my current changes. even if for you just to look at which they are02:35
drobillafalktx: I reeeeeeeeeeally need to disengage from IRC 2 hours ago, but a ticket or email with that would be nice02:36
drobillafalktx: You may want to 'rebase' against my tree, so to speak, first02:36
falktxI'll create separate tickets for each change02:37
falktxwith a patch02:37
drobillafalktx: even better :)02:39
drobillawell, patches anyway.  cram them all on the same ticket if you'd rather02:40
falktxok02:41
*** AndreeeCZ has quit IRC02:43
*** kaspar_e has quit IRC02:48
falktxdrobilla: will you still be in 30mins?02:50
falktxdrobilla: 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 here03:12
*** NickSB2 has quit IRC03:33
*** falktx has quit IRC04:16
*** drobilla has quit IRC04:32
*** andrewrk has joined #lv205:32
andrewrkif a plugin has an input audio port and an output audio port, and I run() it for, say, 32 samples, what happens?05:32
andrewrkdoes it process exactly 32 samples of input and generate exactly 32 samples of output?05:33
andrewrkalso why is sample rate a double?05:47
andrewrkas opposed to an int05:47
*** NickSB_ has quit IRC05:48
andrewrkhmm maybe this is where latency comes in05:51
*** NickSB_ has joined #lv205:55
*** shanipribadi has quit IRC06:39
*** andrewrk has quit IRC06:48
*** edogawa has joined #lv206:58
*** abique has joined #lv207:07
*** abique has quit IRC07:12
*** abique has joined #lv207:25
*** timbyr has quit IRC07:32
*** timbyr has joined #lv207:33
*** abique has quit IRC07:54
*** timbyr has quit IRC08:11
*** timbyr has joined #lv208:13
*** shanipribadi has joined #lv208:18
*** shanipribadi has quit IRC08:22
*** timbyr has quit IRC08:34
*** timbyr has joined #lv208:36
*** sigma6 has joined #lv208:43
*** timbyr has quit IRC08:59
*** timbyr has joined #lv209:00
*** abique has joined #lv209:15
*** kaspar_e has joined #lv210:01
*** NickSB2 has joined #lv210:35
*** kaspar_e has quit IRC11:27
*** werebutt has joined #lv212:02
*** werebutt has left #lv212:02
*** HarryHaaren has joined #lv213:14
*** NickSB2 has quit IRC14:34
*** unclechu has joined #lv215:35
*** unclechu_ has joined #lv215:54
*** unclechu has quit IRC15:55
*** Gethiox has joined #lv215:57
*** Gethiox4 has quit IRC16:00
*** unclechu_ has quit IRC16:14
*** drobilla has joined #lv216:31
*** unclechu has joined #lv216:50
*** NickSB2 has joined #lv217:05
drobillaShould probably do this pugl configuration stuff via env vars instead of preprocessor defines, but I'll leave it static for now17:12
drobillargareus: This focus grab hack fixes the keys-not-working-sometimes stuff?17:15
drobillaI 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 it17:16
*** mlpug has joined #lv217:54
rgareusdrobilla: I only use this in setBfree where text-entry (save file-name) is required.17:58
rgareusdrobilla: I could not figure out what was wrong with suil/host combinations, either.17:59
rgareusdrobilla: and IIRC mouse-click did not do the trick, either.18:00
*** unclechu has quit IRC18:04
*** abique has quit IRC18:58
drobillargareus: Yeah, it's weird.  Sometimes works...19:00
drobillargareus: I used to have explicit key forwarding stuff in suil to workaround this, but that was a whole new host of problems19:01
*** unclechu has joined #lv219:14
*** falktx has joined #lv220:22
*** mlpug has quit IRC20:29
*** wrl has joined #lv220:44
*** unclechu has quit IRC22:08
*** unclechu has joined #lv222:09
falktxdrobilla: I'm trying to fix pugl on osx22:33
falktxsome class functions were not declared22:33
falktxI added a check for parentId == 0, in which case we need a small event loop dispatcher22:35
falktxdrobilla: http://kxstudio.sourceforge.net/Paste/repo/uw1Mz22:35
falktxforgot about NSFlagsChangedMask in there, but no biggie22:40
falktxdrobilla: updated, http://kxstudio.sourceforge.net/Paste/repo/nXKIS22:47
falktxbecause the custom loop is only activated when parentId == 0, it won't interfere with (embed) plugins22:47
*** edogawa has quit IRC23:28
*** unclechu has quit IRC23:40
*** NickSB__ has joined #lv223:48
*** NickSB_ has quit IRC23:48

Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!