ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
535 stars 83 forks source link

Figure out ownership of filter graph nodes that do not have a waveform output #573

Open azonenberg opened 1 year ago

azonenberg commented 1 year ago

Sink-type nodes like export filters need to be kept around until no longer needed, but we don't want to instantly autodelete them.

Quick hack for initial testing is to hold an open reference forever, but this isn't a sustainable option.