[PD-dev] Filter PD debug output in Powershell

Henri Augusto Bisognini msndohenri at hotmail.com
Sun May 24 22:50:14 CEST 2020


Hey list! Hope you're all well!

I'm debugging communication between the core and the gui with "-d 3"  and i want to filter out all those mouse "motion" and "coords" events in PowerShell.

I'm trying

./pd.com -d 3  | ? {$_ -notlike "*motion*"}

But it doesn't work. Interestingly this one does work:

"abc", ".x695480 motion 208.0 124.0 0;", "efg" | ? {$_ -notlike "*motion*"}

Whats wrong?

Cheers,
Henri.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20200524/0774ffbb/attachment.html>


More information about the Pd-dev mailing list