juri_ has quit [Read error: Connection reset by peer]
juri_ has joined #scopehal
<d1b2>
<kretien> I pulled the latest ngscopeclient this morning (a9c8bc1a) but I'm getting an error when I run. Any hints what I should look for? ERROR: glfw init failed
<d1b2>
<kretien> hm, may be a weird terminal issue. seems to launch fine in a new terminal instance
<d1b2>
<azonenberg> Awesome, will review later today. Sorry i've been overloaded lol
<d1b2>
<fredzo_72653> lol no worries 🙂
<d1b2>
<fredzo_72653> Anyone working on Function Generator node in StreamBrowserDialog ? If not, that would be my next task.
<d1b2>
<azonenberg> Nope. I wanted to add RF generator support and fix the flashing scope badges at faster wfm/s
<d1b2>
<azonenberg> but havent had time
<d1b2>
<azonenberg> Could you maybe fix that yourself first?
<d1b2>
<azonenberg> the scope badges i mean
<d1b2>
<azonenberg> try with the demo scope at shallow memory depth or something and you should see it reach an annoying flickery state at a few WFM/s
<d1b2>
<azonenberg> @fredzo_72653 the other thing i'd like if you could do, since i havent had time
<d1b2>
<azonenberg> before you add any more stuff to the stream browser
<d1b2>
<azonenberg> is try and refactor it a bit to not be one massive function for render
<d1b2>
<azonenberg> see about breaking it up a bit
<d1b2>
<azonenberg> also, for scope channels you render gain/offset using UNIT_VOLTS which is not right, you can have channels with other vertical units (e.g. amps for a current probe, dBm for a spectrum analyzer, etc). Check the actual y axis unit of the stream and use that
<d1b2>
<azonenberg> See here for example of where it breaks down