azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi has quit [Ping timeout: 246 seconds]
Degi has joined #scopehal
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 272 seconds]
Degi_ is now known as Degi
<_whitenotifier-2> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±5] https://github.com/glscopeclient/scopehal-apps/compare/aabd1b0c08b8...ae3552dbd16d
<_whitenotifier-2> [scopehal-apps] azonenberg ae3552d - Fixed a bunch of bugs around importing
<d1b2> <azonenberg> So, import filters now mostly work. there's some polish needed around the file browser, and you have to manually add every stream you want to see for now
<d1b2> <azonenberg> that will change shortly, it will have glscopeclient-like behavior probably where all streams of the imported data show up
<d1b2> <azonenberg> also just triggered a deadlock i can't reproduce, so thats fun
<darthrake> ehntoo: your solution is way nicer.
massi has joined #scopehal
chirrups has joined #scopehal
<chirrups> Thank you very much for the user manual.. Holy crap what a task this would have been without it..
<chirrups> Could anyone point me in the direction for guidance on using the scopehal-sigrok-bridge or making it... Or doing anything... I actually found a whitequark archive from freenode trying to gather information... There seems to be little documentation on it.
chirrups has quit [Ping timeout: 244 seconds]
massi has quit [Remote host closed the connection]
<azonenberg> Hmmm
<azonenberg> What do you folks think about the idea of having color be a per stream vs per channel attribute?
<azonenberg> i feel like there's arguments in favor of both
<azonenberg> the big issue is, if you have multiple streams from one channel on the same plot how do you tell them apart?
<_whitenotifier-2> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±4] https://github.com/glscopeclient/scopehal-apps/compare/ae3552dbd16d...15e14493e505
<_whitenotifier-2> [scopehal-apps] azonenberg 15e1449 - Continued work on filter dialog and waveform import filters
<_whitenotifier-2> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-apps/compare/15e14493e505...daaab72953f9
<_whitenotifier-2> [scopehal-apps] azonenberg daaab72 - File browser: load bookmarks in filter properties dialog
nelgau_ is now known as nelgau
<d1b2> <louis> Are you trying to use it with a dslabs device, or just any old sigrok device?
<d1b2> <louis> Currently it's only compatible with the dslabs devices and their forked/hacked up copy of sigrok
<azonenberg> louis: he left, oops
<azonenberg> also, @louis, lain, etc: import filters should now work in ngscopeclient. the file
<azonenberg> the file browser dialog is a bit clunky and i may replace it with something better in the future
<azonenberg> but it's challenging to get a cross platform file browser dialog to work modelessly
<azonenberg> little things that SHOULD be simple
<azonenberg> what we have now is not the greatest ux wise but at least *works*
<azonenberg> i want to add a bit of glue in the filter graph editor dialog so you can create an import filter in the graph editor when you have nothing, so we'll see how that goes
<azonenberg> then we still need triggering etc