Iam1337 / extOSC

extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
MIT License
193 stars 25 forks source link

filtering on Console Window #5

Closed sunriser111671 closed 5 years ago

sunriser111671 commented 5 years ago

This is a request to be able to address filter the Received/Transmitted entries on the OSC Console window. Adding a textbox for the Received and Transmitted tabs that only shows (or does not show with a toggle option) entries with addresses containing typed-in string in each respective entry list. Adding * before and after string may also help for prefix and suffix wildcard matches.

Iam1337 commented 5 years ago

Yes, I plan to add this feature in future updates. The filter will look like a mask: "/lights/*/value"

Iam1337 commented 5 years ago

Requested functionality added in https://github.com/Iam1337/extOSC/commit/a156838f45ce9c25e78c869a1a4634277229cba7 commit.