azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi has joined #scopehal
<d1b2> <azonenberg> yeah the yellow-green there has a 470 ohm resistor
<d1b2> <azonenberg> the modern green one is i think a 33K
<d1b2> <azonenberg> the power supply i was feeding them from didnt have enough resolution to show the current it was drawing
<d1b2> <azonenberg> but it wasnt high :p
<d1b2> <azonenberg> oh ok so i think the demo doesnt do it
<d1b2> <azonenberg> beacuse the demo scope alwys reports triggeree
<d1b2> <azonenberg> triggered*
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 245 seconds]
Degi_ is now known as Degi
Degi has quit [Ping timeout: 252 seconds]
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 6 commits to master [+88/-0/±18] https://github.com/ngscopeclient/scopehal-apps/compare/a9c8bc1a76ec...b4fa70ea751a
<_whitenotifier-4> [scopehal-apps] mldulaney b867334 - tweak pam4
<_whitenotifier-4> [scopehal-apps] mldulaney 6c04277 - Merge branch 'ngscopeclient:master' into master
<_whitenotifier-4> [scopehal-apps] mldulaney 4fcc208 - more icons
<_whitenotifier-4> [scopehal-apps] ... and 3 more commits.
<_whitenotifier-4> [scopehal-apps] azonenberg closed pull request #785: More icons - https://github.com/ngscopeclient/scopehal-apps/pull/785
<d1b2> <fredzo_72653> Ah OK, so yes, I can reproduce the flashing badges between stop/triggered on my Siglent, like leds actually flash on the scope itself 😉 I'll see if I can latch the triggered state to avoid that.
<d1b2> <azonenberg> ok great
<d1b2> <azonenberg> yeah its fine to blink if its slow
<d1b2> <azonenberg> but there is a rate at which it gets very annoying
<d1b2> <azonenberg> this should be configurable, and default to blink at no more than say 1-2 Hz
<d1b2> <azonenberg> Hmmmmm
<d1b2> <azonenberg> i really didnt want to do this so close to a release
<d1b2> <azonenberg> but i'm starting to think about switching GLFW out in favor of SDL
<d1b2> <azonenberg> i'm now hitting multiple different issues that seem to be problems related to quirks of GLFW
<d1b2> <azonenberg> There's probably workarounds for them, but at least one of them i just confirmed works fine out of the box with sdl
<d1b2> <azonenberg> we only make a total of 20 glfw calls in the entire codebase
<d1b2> <azonenberg> so in theory (famous last words) it shouldn't be too hard to switch
<_whitenotifier-4> [scopehal-apps] azonenberg opened issue #787: Bogus streams when importing a .s1p file - https://github.com/ngscopeclient/scopehal-apps/issues/787
<_whitenotifier-4> [scopehal-apps] azonenberg edited issue #787: Bogus streams when importing a .s1p file - https://github.com/ngscopeclient/scopehal-apps/issues/787
<_whitenotifier-4> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/9fe642d90095...6a40cbbd6d2b
<_whitenotifier-4> [scopehal] azonenberg 6a40cbb - StreamDescriptor: added IsOutOfRange()
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 4 commits to master [+0/-0/±6] https://github.com/ngscopeclient/scopehal-apps/compare/b4fa70ea751a...d2c5ecd8392e
<_whitenotifier-4> [scopehal-apps] azonenberg 420a6a2 - WaveformArea: remove streams that are no longer valid. Fixes #787.
<_whitenotifier-4> [scopehal-apps] azonenberg 2b841e2 - Removed old debug message
<_whitenotifier-4> [scopehal-apps] azonenberg d5376b9 - Don't try to render out-of-range streams
<_whitenotifier-4> [scopehal-apps] azonenberg d2c5ecd - FilterPropertiesDialog: fixed imgui ID collision
<_whitenotifier-4> [scopehal-apps] azonenberg closed issue #787: Bogus streams when importing a .s1p file - https://github.com/ngscopeclient/scopehal-apps/issues/787
<_whitenotifier-4> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/6a40cbbd6d2b...c0ec8a25c476
<_whitenotifier-4> [scopehal] azonenberg c0ec8a2 - ReferencePlaneExtensionFilter: canonicalize output phase angles
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 3 commits to master [+0/-0/±4] https://github.com/ngscopeclient/scopehal-apps/compare/d2c5ecd8392e...9ed4b1e5c9df
<_whitenotifier-4> [scopehal-apps] azonenberg 74a2771 - Added another missing range check
<_whitenotifier-4> [scopehal-apps] azonenberg b412e5e - Updated to latest scopehal
<_whitenotifier-4> [scopehal-apps] azonenberg 9ed4b1e - CreateFilterBrowser: better looking buttons when dragging to canvas, added tooltips for truncated block names, workarounds for some imgui glfw backend quirks
<_whitenotifier-4> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±4] https://github.com/ngscopeclient/scopehal/compare/c0ec8a25c476...a2b7216c1680
<_whitenotifier-4> [scopehal] azonenberg 5666724 - TestWaveformSource: handle null progress callback properly
<_whitenotifier-4> [scopehal] azonenberg a2b7216 - TestWaveformSource: frefactored to put download progress callback as the last argument, so unit tests can omit it
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/9ed4b1e5c9df...bb9c44cc7732
<_whitenotifier-4> [scopehal-apps] azonenberg bb9c44c - Updated to latest scopehal
<d1b2> <azonenberg> @fredzo_72653 getting CI failures in what i think is some of your code on windows clang
<d1b2> <azonenberg> -Wunused-lambda-capture on badgeXMin and badgeXCur
<d1b2> <fredzo_72653> Yep I figured that when I worked on CI for HIDAPI, sorry about that, it's fixed in https://github.com/ngscopeclient/scopehal-apps/pull/786
<d1b2> <azonenberg> ah ok
<d1b2> <azonenberg> sorry i'm catching up, slowly
<d1b2> <azonenberg> i merged pirate's icons and as i was doing code support for them, found a bunch of issues in the filter palette
<d1b2> <azonenberg> still have to finish integrating them then the next PRs are on the list
<_whitenotifier-4> [scopehal] azonenberg closed pull request #920: Owon xdg support - https://github.com/ngscopeclient/scopehal/pull/920
<_whitenotifier-4> [scopehal] azonenberg pushed 3 commits to master [+4/-0/±6] https://github.com/ngscopeclient/scopehal/compare/a2b7216c1680...b29c2414a280
<_whitenotifier-4> [scopehal] azonenberg b29c241 - Merge pull request #920 from fredzo/owon-xdg-support Owon xdg support
<_whitenotifier-4> [scopehal-docs] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal-docs/compare/40f892f5a5e6...52511879dc55
<_whitenotifier-4> [scopehal-docs] azonenberg 5251187 - Merge pull request #92 from fredzo/owon-xdg-support Added Owon XDG function generator.
<_whitenotifier-4> [scopehal-docs] azonenberg closed pull request #92: Added Owon XDG function generator. - https://github.com/ngscopeclient/scopehal-docs/pull/92
ericonr has quit [Ping timeout: 264 seconds]
ericonr has joined #scopehal
Degi has joined #scopehal
<_whitenotifier-4> [scopehal-apps] fredzo opened pull request #788: Stream browser dialog refactoring - https://github.com/ngscopeclient/scopehal-apps/pull/788
<d1b2> <fredzo_72653> @azonenberg PR for the changes discussed earlier on StreamBrowserDialog: https://github.com/ngscopeclient/scopehal-apps/pull/788
Bird|ghosted has quit [Remote host closed the connection]
Bird|ghosted has joined #scopehal